Skip to content

Commit 6bda1ca

Browse files
Enhance tricks google search documentation with allintitle, intext, and link examples
1 parent 3f91a7d commit 6bda1ca

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

data/tricks-google-search.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@
2222
"definition": "ওয়েবপেজের টাইটেল থেকে খোঁজা",
2323
"code": "intitle:[কাঙ্খিত-শব্দ], যেমনঃ intitle:হাতেকলমে জাভাস্ক্রিপ্ট"
2424
},
25+
{
26+
"definition": "ওয়েবপেজের টাইটেল থেকে একাধিক শব্দ বা বাক্যাংশ খোঁজা",
27+
"code": "allintitle:[কাঙ্খিত একাধিক শব্দ বা বাক্যাংশ], যেমনঃ allintitle:ওয়েব ডেভেলপমেন্ট কোর্স"
28+
},
29+
{
30+
"definition": "ওয়েবপেজের মূল কন্টেন্টে একাধিক নির্দিষ্ট শব্দ বা বাক্যাংশ খোঁজা",
31+
"code": "intext:[কাঙ্খিত একাধিক শব্দ বা বাক্যাংশ], যেমনঃ intext:পিএইচপি মাইএসকিউএল টিউটোরিয়াল"
32+
},
33+
{
34+
"definition": "ওয়েবপেজের লিংক খোঁজা (ব্যাকলিঙ্ক)",
35+
"code": "link:[কাঙ্খিত ওয়েবসাইটের-অ্যাড্রেস], যেমনঃ link:devsonket.com"
36+
},
2537
{
2638
"definition": "একটা নির্দিষ্ট রেঞ্জের নাম্বার(ডেট, প্রাইস,...) খোঁজা",
2739
"code": "phone price [5000..10000]"

0 commit comments

Comments
 (0)