|
MAXIMIZEHow to Exclude Pages from Getting IndexedIf there are pages or directories on your website that you do not want search engines to index you can exclude them using one of two different methods:
Robots.txtRobots.txt is a file that you place in the root of your web server. The file uses a simple syntax to exclude specific types of users - in this case search engine spiders - from parts of your website. You can either exclude specific search engine spiders or all spiders. To exclude all search engine spiders from all directories on your web server you write it like this:
User-agent: * Note: This would disallow everything including your home page! Learn more about how to write robots.txt files at SearchTools.com [http://www.searchtools.com/robots/robots-txt.html].
TIP: META-robotsMETA-robots are small pieces of code you can place in the header of your HTML-documents. You can use META-robots tags if you don't have access to your web server's root or if you want to exclude single pages on your website. You can read more about how to use the META-robots code at www.searchtools.com/robots/robots-meta.html |
||||||||||||||||||||||||