Forum Moderators: goodroi
Try adding
User-agent: *
Disallow:
at the top, this allows the bots to go anywhere (although most assume this by default?)
[robotstxt.org...]
Does anyone know the correct meta tag to stop the Yahoo bot from indexing/crawling SINGLE pages? Their site mentions <META NAME="robots" CONTENT="noindex"> but that of course is not going to work since that will block *ALL* bots. So, I need to know the meta tag JUST for Yahoo that I can add on certain pages. Or, can this/should this be done in the robots.txt file? I already have this in my robots file:
User-agent: *
Disallow:
Thanks.
Leave a space below this?
UserAgent:*
Disallow:
User-agent: Slurp
Disallow: /page1.htm
Disallow: /page2.htm
Disallow: /dir/dir2/page1.htm
User-agent: *
Disallow:
All files should be specified starting with a slash, since robots.txt uses prefix-matching.
Each record should end with a blank line, including the last record, as shown.
"User-agent" and "Disallow" should be spelled and captialized exactly as shown to avoid problems.
After making any changes, validate your robots.txt file here [searchengineworld.com].
Jim