Before I started exploring the many aspects of search engine optimization, I had heard a few mentions of meta tags and their use in seo. The only tags that were ever mentioned were title, keywords, and description. However, there is a lot more to fully utilizing meta tags in your web pages and search engine optimization efforts to ensure your customers find you.
Before I talk about each meta tag in detail, I’d like to answer this question: "What is a meta tag?"
I found this great definition on techterms.com:
"This is a special HTML tag that is used to store information about a Web page but is not displayed in a Web browser."
According to Google’s Webmaster Tools help site,
"Meta tags are a great way for webmasters to provide search engines with information about their sites. Meta tags can be used to provide information to all sorts of clients, and each system processes only the meta tags they understand and ignores the rest. Meta tags are added to the section of your HTML page"
Basically, just remember that information contained in your meta tags are used to describe yourself, your company, your location, or your product to search engines.
Also, remember that meta tags apply to each individual web page and should be customized and optimized for each page in your website.
I would like to show some examples that were given by Mike Monahan in his book "Search Engine Optimization Secrets: SEO for 2011". In his book, he uses an example of a fictitious Portland office furniture store call "Portland Office Stuff" (his book is AWESOME. You should invest the time and money to read it).
Meta Tag examples and how to use them
Meta Keywords Tag
<META name="keywords" content="portland office furniture, portland office interiors, portland office cubicles, portland furniture installers, portland furniture repair, portland healthcare furniture, portland medical furniture, teknion, steelcase, herman miller">
After doing keyword research, he decided on these keywords above. The hard part is deciding on your keywords (here’s more information on keyword selection). There’s not much to putting those keywords in the meta tag. Just be sure that the keywords are put in priority order. The most important keywords must be listed first.
Meta Description Tag
<Meta name="description" content="OneSource Office Stuff is the premier source for office systems and furniture for Portland, Gresham, and surrounding areas. We specialize in planning and outfitting your office environment from top to bottom.">
The meta description is what is most seen in a search engine’s results. It is important that your description is written using complete sentences and includes the keywords that your page is going to be optimized for. You need to use the keywords in your description in the same order they are included in the keywords meta tag. You should keep the length of your description to 155 or characters or less (that’s the length that most search engines will display).
Meta Title Tag
<title>Portland Office Stuff | Portland Office Furniture | Portland Office Interiors | Portland Office Cubicles </title>
The title of each webpage is one of the most important parts of your search engine optimization efforts. It is imperative that you use as many of your keywords as you can in the title tag (in the proper order, of course). Google allows up to 66 characters including spaces. The World Wide Web Consortium recommends 64 characters or less, so that’s probably a good rule of thumb.
Many crawlers use the title tag as a main determinant of your page’s content so proper key word utilization is a really big deal. Also, each page of your website should have unique title tags. Use the most important key words for each individual page.
Meta Robots Tag
<meta name="robots" content="index,follow">
The meta robots tag tells search engine spiders whether to review your webpage. The possible values are:
- index: allows a page to be indexed
- noindex: keeps a page from being indexed
- follow: follow links from this page and index them nofollow: do not follow links from this page
- all: shorthand for index, follow
- none: shorthand for noindex,nofollow
You’ll only want to use one value, most probably "index,follow". For a public website, this gets your site the most visibility in search engines.
Meta Googlebot Tag
<Meta name="googlebot" content="index, follow" />
This is just like the robots tag...but for Google. Google likes to see their own stuff on your webpages. Be sure to add this tag.
Meta Revisit Tag
<meta name="Revist-After" content="7 days" />
This tag is used to tell search engines how often your content changes so they’ll know how frequently to visit your site. It’s reliance and importance is debatable. If your site is a blog and you post 3 times a week, set the value to 2 or 3 days. The more frequently you update the content on your webpage, the more search engine love you’ll receive.
Meta Subject Tag
<meta name="subject" content="Portland Office Furniture">
It may not be influential in the major search engines but some smaller ones like it. It can’t hurt right? Just put the most relevant keyword as the subject.
Meta Location Tags
<Meta name="city" content="Buford">
<Meta name="country" content="United States (USA)">
<Meta name="state" content="GA">
<Meta name="zip code" content="30518">
If you are running a local business, these tags are really important to search engines, especially Bing.com. This helps identify geographical locations to search engines and provide more relevant local searches.
Meta Author and Copyright Tags
<Meta name="author" content="Jeremy Edmondson">
<Meta name="copyright" content="Edmondson Inc.">
These tags won’t get you to the top of Google but sometimes a little recognition is nice.
If you put time and energy into writing stellar content, at least give yourself the credit. Other Meta Tags There are many other meta tags but these are the important ones. Learn about the other ones at http://www.metatags.info.
With the rise of mobile devices, there are many new geographic meta tags coming to prominence. I’ll write more about that later.
JE