According to Wikipedia, Google Webmaster Tools is a no-charge web service by Google for webmasters. It allows webmasters to check indexing status and optimize visibility of their websites. It has tools that let the webmasters:
- Submit and check a sitemap
- Check and set the crawl rate, and view statistics about how Googlebot accesses a particular site
- Generate and check a robots.txt file. It also helps to discover pages that are blocked in robots.txt by chance.
- List internal and external p
Comments (13)
Kahkasa Mishra
6
Web Developer Asp.Net
user-agent: *
Disallow:
Logan Matson
7
Ebook Conversion Programmer
I think you get you solution if not then you can read webmaster blog about robots.txt.
Abdou Sani Boukari
16
Consultant
According to Wikipedia, Google Webmaster Tools is a no-charge web service by Google for webmasters. It allows webmasters to check indexing status and optimize visibility of their websites. It has tools that let the webmasters:
- Submit and check a sitemap
- Check and set the crawl rate, and view statistics about how Googlebot accesses a particular site
- Generate and check a robots.txt file. It also helps to discover pages that are blocked in robots.txt by chance.
- List internal and external p
Dheerendra T.
6
Director
To exclude all robots from the entire server follow this :
User-agent: *
Disallow: /
To allow all robots complete access follow this :
User-agent: *
Disallow:
To exclude all robots from any specific folder
USer-agent: *
Disallow: /wp-admin
Deepak Kumar
6
Business Solution Manager
To exclude all robots from the entire server follow this :
User-agent: *
Disallow: /
To allow all robots complete access follow this :
User-agent: *
Disallow:
Marshall M.
8
SEO expert
informative conversation here.. thanks to all
Ankur SEO
7
Live Free Website
This tools provides you with detailed reports about your pages' visibility on Google.
Saboor H.
11
ethical support / SEO Expert / Web
what ur website add me @syed Ahmed Kabir Hashmi
Syed Ahmed Kabir Has...
10
Internet Marketer
they helped me index my website into google search engine!
Prince Namdev
11
Sr. Internet Marketing Consultant
Its very easy to use robots.txt.
Here is the syntax of that file:
user-agent: *
Disallow:
You can define search bot and url which you want to restrict for indexing.
Xantatech IT Solutio...
6
Xantatech Pvt. Ltd
code for robots.txt
user-agent: *
Disallow:
Manoranjan Sahoo
6
Web Development&Internet Marketing
In robots.txt file the web master gives the instruction to the crawler to crawl your page or not.
Joseph Paul
6
Technology
in robots.text file, we give the instructions to the crawler about the access of a domain, file,folder,directory etc..