Check my META tags?

PopeCuervoLime's picture

He has: 34 posts

Joined: Oct 2006

Hey guys, I keep hearing about META tags and how important they are for search engine placement and what not, so I went ahead and threw some on mine. However, I know there are more out there I just don't know what they are. Here's what I have so far:

<head>
<meta name="description" content="My personal site with all my photos, web sites that I've made, stuff I've written, and other things.  Give it a try."/>
<meta name="keywords" content="keyword 1, keyword 2, etc."/>
<meta name="robots" content="index, follow"/>
<title>erick S P A C E .com</title>
<link href="es.css" rel="stylesheet" type="text/css">
</head>

What other tags are out there that I might need?

Thanks!

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

Um, well, it's not really true that meta tags are all that important (most of the time). Title is, if you call that a meta tag. Description is nice to have but not essential (and mainly because it's sometimes shown to users in the search results). Keywords and description are also helpful in preventing duplicate content problems but, again, they're nice to have and not essential. Two others you should have are content-type (tells the browser what type of document this is and which character set it's using), and content-language. They would look like this:

Some people seem to classify tags as meta tags - they have a variety of uses as well such as providing a favourites icon (favicon) and alternate stylesheets for your site.

Here's a full list of meta tags. Most of them either have very specific uses (telling browsers what to do, such as redirecting a page), are only used in certain circumstances by certain services (description/keywords), or basically aren't used for anything other than providing extra information for no reason (author, generator).

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.