How do I hide xml file? I don't want to appear the file in google results. How I access denied this file for user?
Asked
Active
Viewed 339 times
-1
-
Find out about [robots.txt](http://www.robotstxt.org/). Using a `robots.txt` you can tell robots not to index/crawl certain areas of your website. – Ranhiru Jude Cooray May 18 '12 at 07:53
-
there isnt xml file url in robots.txt file – Pushkin May 18 '12 at 07:58
1 Answers
0
I don't want to appear the file in google results.
Create a robots.txt file to instruct search engines not to index it.
How I access denied this file for user?
Add in some layer of authentication+authorisation. Preferably the same one as the rest of your site uses.

Quentin
- 914,110
- 126
- 1,211
- 1,335