Meta tags overdose won't rank your site better. 2 is ok, 3 are multitude

It is quite a basic issue but it rears it's ugly head from time to time. Someone asked at our OME presentation so let me explain it as clear as possible.

The first publicly available description of HTML was a document called 'HTML Tags' in late 1991, 18 years later the amount of meta tags has grown substantially. It appears anyone can create new meta types on the fly.

<meta name="caprice" content="I would eat a delicious paella right now"> :)

From a SEO perspective really few of them are useful and the rest just a waste of precious lines before some relevant juicy content.

Do you really think Google bot will revisit your site every 3 days because you asked for it in a meta tag? <meta name="revisit-after" content="3 days" />

Instead saying: hey G.Bot! do not display DMOZ description for my site in your SERPS. <meta name="googlebot" content="noodp" /> Simply write and provide a nice one, it will do the trick. This is what exactly <meta name="description" content="..." /> is for.

<meta name="robots" content="index" /> hilarious, should I explain why?

<meta name="search engines" content="google.com, yahoo.com, ..." />
who the hell invented it? I've only seen that once by the way.

Forget about Dublin Core meta tags as dc.title, dc.creator, dc.subject and so.

People wondering if these ones can improve your rankings, can you believe it?
<meta http-equiv="pics-label" content='(pics-1.1 "http://www.classify.org/safesurf/" l r (ss~~000 1))'>
<meta http-equiv="pics-label" content='(pics-1.1 "http://www.rsac.org/ratingsv01.html" l r (n 0 s 0 v 0 l 0))'>

The finest SEO header

Ok, what I need inside my <head> tag? No more than this:

<head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <title>...</title>
   <meta name="description" content="..."/>
   <link href="/css/all.css" rel="stylesheet" type="text/css" media="all"/>
   <script src="/cfg/all-javascript-in-once.js" type="text/javascript"></script>
</head>

First charset declaration ('iso-8859-1, 'utf-8' or the one required) and right after <title> tag, works better if your title text has special chars and of course Meta description.

You are right, <title> is not a meta tag but, toghether with description, are the pilars of basic content optimization as stats demostrates if we have unique title and meta description in every page.

Then CSS, Javascript enter stage and anything more. Well, few optional ones but no metas, of course:
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

Language declaration

Search engines are very good detecting the language of content but a nice habit is follow W3C recommendations, yes SEO is about standars. Page language can be declare at root element <html> like this.
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
No need to add an extra meta tag like
<meta http-equiv="content-language" content="en">

What about meta keywords?

Only supported by few crawlers, If you are really bored and a lot of time to waste after finishing all SEO duties go ahead otherwise forget it.
<meta name="keywords" content="..."/>

And Robots metas?

'noindex', 'nofollow', and 'none' (noindex+nofollow) only when needed and having good reasons to use them. Alternatives: rel="nofollow" at links and robots.txt
<meta name="robots" content="..."/>

Canonical, new kid in town

It is not a meta tag itself although it is placed at <head> section.
<link rel="canonical" href="http://example.com/page.html"/>
Here you can learn the use canonical link tag and here I dedicate a complete post to it because there are a lot of better things to do dealing with the so-called duplicated content than inseminate your site with canonicals.

A good example of a bad meta tags usage

This is a perfect example of a meta tags nightmare, take a look at the big picture first.

Bad usage of Meta tags for SEO

What is wrong here?

  • Languages mixing, yes they try to put some order using lang="es" in tags but no way
  • Tons of useless tags, now you know which ones I mean
  • Pragmas? Caches? Let technology do it, don't worry about
  • 'Verify-vi' Web aster tools verification tag. Do it uploading the indicated html and save a line of code
  • 'MSSmartTagsPreventParsing' wow! ancient mayan language?
  • Kilometric descriptions, keyword stuffing

Some other pearls along the rest of the page deserving a complete case study but enough for today.

Apr 10, 2009
Posted By: Ani López
Filed under: SEO
2 comments
Dec 18, 2009
Posted by:
Sascha #1

Well explained, nice wording, easy to understand. Well done!

May 30, 2010
Posted by:
denim #2

thanks for your great article and thanks for sharing.

Have your say
Submit
twitter @anilopez
Google Analytics Qualified Individual IIMA Proffesional Menber Certified Professional

Featured articles

How context in social media influence rankings in SEO

Social Media and SEO

Content optimization and keyword distribution beyond the website. Social media sites can create more room for your precious keywords and it seems to have very nice results. Here you have some numbers. Read More

Keywords distribution along web content structure

Keywords distribution along web content structure

What to do after your keyword research? Is the structure of the website to optimize good enough to place all these keywords? Keywords distribution and content structure are closely related. Read More

Importance of server security and some other web technical aspects in SEO

Server security and SEO

Don't let hackers put their hands on your site hosting account or your rankings are going to run down as waterfalls. Even worst, don't hack yourself or you will end up working in the chain gang of SEOs. Read More

Bookmark dispatcher

Most basic must have custom report

Some goals can be measured in currency, others not but you have to know the turn out of the effort made on the site

Unmask Parasites Blog

things that hackers already know and site owners should know if they don't want to be victims

Sitemaps XML can have now Images

Images can be a nice source of traffic so Yeah! this is a great improvement for SEO.

Web design for mobiles

New distribution devices, different limits. Learn the basics of it before start the mobile version of your web site or web service.

Measuring Javascript Parse and Load

Worried about how JavaScript load and parse affects your total page load? Carlos Bueno goes deep into it.

Accent Folding for Auto-Complete

Next step is to write sites that are not just “internationalized” but truly multilingual. No excuse for your software to play dumb when the user types 'cafe' instead of 'café'.

Web Content Strategy

Content planning, information architecture, or IA planning no matter how you call it but it is a big part of your SEO success. Do not leave your content strategy unattended.

Javascript based data visualization

No Flash or Silverlight required, just data, a Javascript library and a browser to display fantastic stats with beautiful charts. 16 libraries for visualizations.

SEO for multi-regional websites

Google shares some interesting tips to handle multi-regional websites

PHP script to detect mobile browsers

If you want to offer your visitors a different version of your site for mobile browsers this script makes detection very simple

Geo Location resources

Location is becoming more and more important everyday in Search Marketing. Some nice resources you can use in your strategies.

Design, Google Browser Size and Google Analytics

New Google tool 'Browser Size' helps web designers to ensure that important parts of a page's user interface are visible

Content strategy: Writing for kairos

'kairos' principle for the content of the web & social media. Alistapart.com guys nail it again

Geositemap KML generator

Arjan Snaterse launched handy KML & Geo sitemap generator, lifesaver for all your local search activities

Keyword Research for Social Media

keyword research and analysis is critical to achieving success with organic and paid search but how to do it effective for social media marketing? Worth reading.

Understanding and implementing web usability

No matter how many visitors your web has if the usability of your site is horrible. This means conversion zero.
Please, do not leave your usability unattended. Here you have some nice resources.

Some facts and figures about correlation between SEO factors and results

Another SEOmoz great great great article. Charts & Math stuff based on data from their web index Linkscape

Search Engine Ranking Factors '09

SEOmoz's biennial search engine ranking factors survey based on the opinions of 72 of the world's top search engine experts

SEO is unpredictable

People don't notice but it is out there.

On Beyond Keyword Research

Interesting presentation about advanced SEO Tactics by the yellow shoes guy Rand Fishkin. Handle with care.