Google's Search Engine Optimization Starter Guide (part 4) - Dealing with Crawlers
шаблоны Shape5
шаблоны онлайн магазинов joomla
IV. DEALING WITH CRAWLERS
1. Make effective use of robots.txt
Restrict crawling where it's not needed with robots.txt
A "robots.txt" file tells search engines whether they can access and therefore crawl parts of your site (1). This file, which must be named "robots.txt", is placed in the root directory of your site (2).
You may not want certain pages of your site crawled because they might not be useful to users if found in a search engine's search results. If you do want to prevent search engines from crawling your pages, Google Webmaster Tools has a friendly robots.txt generator to help you create this file. Note that if your site uses subdomains and you wish to have certain pages not crawled on a particular subdomain, you'll have to create a separate robots.txt file for that subdomain. For more information on robots.txt, we suggest this Webmaster Help Center guide on using robots.txt files.
There are a handful of other ways to prevent content appearing in search results, such as adding "NOINDEX" to your robots meta tag, using .htaccess to password protect directories, and using Google Webmaster Tools to remove content that has already been crawled. Google engineer Matt Cutts walks through the caveats of each URL blocking method in a helpful video.
Best Practices
Use more secure methods for sensitive content
You shouldn't feel comfortable using robots.txt to block sensitive or confidential material. One reason is that search engines could still reference the URLs you block (showing just the URL, no title or snippet) if there happen to be links to those URLs somewhere on the Internet (like referrer logs). Also, non-compliant or rogue search engines that don't acknowledge the Robots Exclusion Standard could disobey the instructions of your robots.txt. Finally, a curious user could examine the directories or subdirectories in your robots.txt file and guess the URL of the content that you don't want seen. Encrypting the content or password-protecting it with .htaccess are more secure alternatives.
Avoid:
- allowing search result-like pages to be crawled
- users dislike leaving one search result page and landing on another search result page that doesn't add significant value for them - allowing URLs created as a result of proxy services to be crawled
Glossary
Robots Exclusion Standard
A convention to prevent cooperating web spiders/crawlers, such as Googlebot, from accessing all or part of a website which is otherwise publicly viewable.
Proxy service
A computer that substitutes the connection in cases where an internal network and external network are connecting, or software that possesses a function for this purpose.
Links
- robots.txt generator
http://googlewebmastercentral.blogspot.com/2008/03/speaking-language-ofrobots.html - Using robots.txt files
http://www.google.com/support/webmasters/bin/answer.py?answer=156449 - Caveats of each URL blocking method
http://googlewebmastercentral.blogspot.com/2008/01/remove-your-contentfrom-google.html
2. Be aware of rel="nofollow" for links
Combat comment spam with "nofollow"
Setting the value of the "rel" attribute of a link to "nofollow" will tell Google that certain links on your site shouldn't be followed or pass your page's reputation to the pages linked to. Nofollowing a link is adding rel="nofollow" inside of the link's anchor tag (1).
When would this be useful? If your site has a blog with public commenting turned on, links within those comments could pass your reputation to pages that you may not be comfortable vouching for. Blog comment areas on pages are highly susceptible to comment spam (2). Nofollowing these user-added links ensures that you're not giving your page's hard-earned reputation to a spammy site.
Automatically add "nofollow" to comment columns and message boards
Many blogging software packages automatically nofollow user comments, but those that don't can most likely be manually edited to do this. This advice also goes for other areas of your site that may involve user-generated content, such as guestbooks, forums, shoutboards, referrer listings, etc. If you're willing to vouch for links added by third parties (e.g. if a commenter is trusted on your site), then there's no need to use nofollow on links; however, linking to sites that Google considers spammy can affect the reputation of your own site. The Webmaster Help Center has more tips on avoiding comment spam, like using CAPTCHAs and turning on comment moderation (3).
Glossary
Comment spamming
Refers to indiscriminate postings, on blog comment columns or message boards, of advertisements, etc. that bear no connection to the contents of said pages.
CAPTCHA
Completely Automated Public Turing test to tell Computers and Humans Apart.
About using "nofollow" for individual contents, whole pages, etc.
Another use of nofollow is when you're writing content and wish to reference a website, but don't want to pass your reputation on to it. For example, imagine that you're writing a blog post on the topic of comment spamming and you want to call out a site that recently comment spammed your blog. You want to warn others of the site, so you include the link to it in your content; however, you certainly don't want to give the site some of your reputation from your link. This would be a good time to use nofollow.
Lastly, if you're interested in nofollowing all of the links on a page, you can use "nofollow" in your robots meta tag, which is placed inside the <head> tag of that page's HTML (4). The Webmaster Central Blog provides a helpful post on using the robots meta tag. This method is written as <meta name="robots" content="nofollow">.

Links
- Avoiding comment spam
http://www.google.com/support/webmasters/bin/answer.py?answer=81749 - Using the robots meta tag
http://googlewebmastercentral.blogspot.com/2007/03/using-robots-meta-tag.html

- Google's Search Engine Optimization Starter Guide (part 1)
- Google's Search Engine Optimization Starter Guide (part 2)
- Google's Search Engine Optimization Starter Guide (part 3)
- Google's Search Engine Optimization Starter Guide (part 5)
- Google's Search Engine Optimization Starter Guide (part 6)
