Forum Moderators: goodroi
You get the idea.
How do I disallow the search engines from indexing any link with x.cfm? I'd appreciate the full correct code since I don't know much about robots.txt formatting.
Thanks
User-agent: *
Disallow: /x.cfm?
That should do it.
Validate your robots.txt file here...
robots.txt Validator [searchengineworld.com]
I'd appreciate the full correct code since I don't know much about robots.txt formatting.
Open up Note Pad. Cut and paste the code above into NP. Do a save as robots.txt. Upload to the root level of your web. It must reside in the root level, the URI should look like this...
http*//www.example.com/robots.txt