: How can I prevent a search engine from indexing a specific file or files on my website? Possible Duplicate: Blocking Search Engines to Crawl Parts of a Website? In general, I want
Possible Duplicate:
Blocking Search Engines to Crawl Parts of a Website?
In general, I want my site to be indexed, but there are certain files I don't wish to be searchable from Google, Yahoo, etc...
I know you can block your site from being indexed using a robots file, but what if I only want certain files to not be indexed?
More posts by @Jessie594
1 Comments
Sorted by latest first Latest Oldest Best
For this you can use robots.txt too. Then you would write several disallow statements. Here are some examples:
Disallow: /tmp
Disallow: /logs
For more information see the specification of the robots file.
But be aware that not every spider respects this file. So maybe you need other methods like e.g. the nofollow meta tag if you really want to be sure.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.