Is there a method where you can only allow robots such as Google, Yahoo, or other search engine robots to my sitemap which is located at http://www.mywebsite.com/sitemap.xml. Is this possible to not allow direct access by a user but only to robots?
Share
Well basically no, but you could do something with the user-agent string and disallow access (assuming Apache)
But as it says here (where I found the syntax)