I've been reading on this forum that robots.txt files are a good way to stop SEs from spidering certain files on a web site.
If I want to stop ALL spiders from crawling say XYZ.htm and ABC.htm do I set up the code like this:
User-Agent: *
Disallow: XYZ.htm
User-Agent: *
Disallow: ABC.htm
OR like this:
User-Agent: *
Disallow: XYZ.htm
Disallow: ABC.htm
Thanks in advance









