This is an explanation of all the meta tags I consider to be beneficial in one way or another.
Why do I think these could be beneficial? My research is based entirely on observations of successfully ranked sites in competitive areas. Feel free to submit others and I will add them in and link back to you.
The meta description tag should contain one or more sentences describing the page. Search Engines will display this under the Page Title, therefore it’s extremely important make it interesting to encourage potential visitors to click through.
Example:
<meta name=”description” content=”A description of your page goes in here.”>
Meta Keywords are also used by some Search Engines although they have been written of by most people, it is still a worthwhile cause as it could count towards an overall page Quality Score in Google and older Search Engines still use them.
Example:
<meta name=”keywords” content=”Your phrase here, another phrase here” />
This tells the Search Engines what it can and cannot do on a particular page.
This can be a very good one if used correctly even if others don’t say so. Its used throughout a few of my websites to ensure the Content gets indexed. This and the use of nofollows prevents Link Juice being passed to Tag Listings etc. So on each “Post” every internal linked is nofollowed and on each Tag listing I use the Meta Robots tag like this:
<meta name=”robots” content=”noindex,follow,noodp,noydir,noarchive” />
This tells Google who your target audience is and would usually be set to Global.
Example:
<meta name=”distribution” content=”Global” />
This should contain the owner/author of the page being displayed. It is an optional tag which you may or may not want to use. I will add that most SEO people seem to have it in their header, if they do it can’t be bad right?
Example:
<META NAME=”Author” CONTENT=”Anthony Shapley”>
This is used to show what Content Management System is being used to Generate your website and is used by the software distributors to track the reach of their product. Whilst this is fine, I do highly encourage everyone to remove Version Numbers because if an exploit is found, it’s easy to work out if it applies to your website.
It makes no difference to your Search Results, you may or may not want to use it. Personally I would just remove it.
Example:
<meta name=”generator” content=”WordPress 2.6.2” />
Posted On: Mar 15th, 2010 at 1:46 pm
I was looking for a clear explanation of Meta Tags and I found your post. Thanks for clear and simple description, now I know much more about that topic!