Hello
I used the Google Webmaster tool to create a robots.txt file.
I got this;
Now, if I wanted the bots to not index/crawl my images folder, what would I add?User-agent: *
Allow: /
Also, is my current robots.txt file alright?
Hello
I used the Google Webmaster tool to create a robots.txt file.
I got this;
Now, if I wanted the bots to not index/crawl my images folder, what would I add?User-agent: *
Allow: /
Also, is my current robots.txt file alright?
The problem with Google Webmaster Tools is that they create and validate a robots.txt file that Google recognizes, but it does not adhere to the standard. The Allow directive is not part of the robots.txt standard. Other spiders may recognize it, but you will not find the Allow directive to be part of the standard specifications.
If you just want to block the images folder, use the following:
User-agent: *
Disallow: /images/
"It's inexcusable for scientists to torture animals; let them make their experiments on journalists and politicians." -Henrik Ibsen
5starpix (21 December, 2009)
The Web Robots Pages - Hopes this may help you. best of luck.![]()
Snak3 (21 December, 2009)
Bookmarks