Knowledge Sharing - Want to participate in the discussion?
15 May
![]() |
Post Page Rank |
The robots meta tag is a part of a web page that communicates information to search engine robots. The robots meta tag is written within the <head> of an HTML file and looks something like this:
<meta name=”robots” content=”noindex, nofollow, noodp, noydir, nosnippet “>
Here is what you can put inside the “content” area:
To exclude a page from indexing, use the following format: <meta name=”robots” content=”noindex”> .
This type of exclusion is an alternative to excluding with the robots.txt file. Differences between the two methods of exclusion can be seen in the following table: (note, this table applies to Google only).
Table: Google Robots Exclusion with the Robots Meta Tag
| Feature | Robots.txt exclusion | Robots meta tag exclusion |
| Page accumulates PageRank? | yes | yes |
| Page listed in Google? | the URL may be displayed in listings | no |
| Page passes PageRank through outbound links? | no | yes! |
Some websites are saddled with outdated titles and descriptions from the Yahoo! Directory or the Open Directory. This is a very simple problem to solve, using the “noodp” and “noydir” meta tags. These tags will prevent the directory titles and descriptions from displaying for your site. Instead, your own HTML titles will display, along with snippets that are generated from your page content (or, sometimes, your Meta Descripton tag).
Leave a reply
You must be logged in to post a comment.