Error » Search Engines » Search Engine Optimization » Meta Tag Basics

Search Engine Optimization search engine optimization discussion.

Post New Thread Reply
  Meta Tag Basics
LinkBack Thread Tools Display Modes
Old 28-Dec-2006, 10:23 PM   #1 (permalink)
Administrator
 
Anilrgowda's Avatar

Posts: 18,715
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default Meta Tag Basics

Meta Tag Basics

Understanding Meta tags is an important first step in optimizing your Web sites for search engines. Learn about the construction of Meta tags and how they are used so you can author the most effective Meta tags for your Web pages.

What is a Meta Tag?
Meta tags are commands in the HTML code, residing in the header, that instruct the browser or search engines to perform specific tasks, identify keywords, site definitions, page authors, plug-in requirements, etc. These tags are not visible to site visitors. They are only visible in the code. Simply, Meta tags describe the content of the document in which they're written.

Where are Meta Tags Found?
Meta tags are author generated source code that is placed in the header section of an HTML document. They always go in the [head] section of the document. For example a simplified version of your HTML code may look something like this:
  • HTML Code:
    [head]
    [title]Title Goes Here[/title]
    [meta name="description" content="Description of Web Page"]
    [meta name="keywords" content="keyword 1, keyword 2, keyword 3…"]
    [/head]
    [body]
    [/body]
As you can see, the Meta tags go inside the head tags along with the title tag.

Parts of a Meta Tag
Meta tags are constructed of three main parts: Meta 'type', 'name' and 'value. And look something like this:
  • [meta type="name" content="value"]
The Meta 'type' defines whether the Meta tag will be speaking to search engines or browsers. The 'name' refers to what type of tag it is and the 'value' is the actual content of the tag.

Meta Types- NAME and HTTP-EQUIV
There are two different 'types' of Meta tags- "meta NAME" and "meta HTTP-EQUIV". Meta tags with the 'HTTP-EQUIV' attribute are for web browsers, and Meta tags with the 'NAME' attribute are used primarily by indexing and searching tools like search engines.

Meta HTTP-EQUIV
Meta HTTP-EQUIV is for the web browser. These tags can indicate to the web browser how to display the page. Webmasters can specify through Meta HTTP-EQUIV tags if they would like the page to be in a specific language, cached, redirected, or refreshed after a given amount of time. (We won't cover the specifics here, but the Emirates Network had a good article on the browser Meta tags.)

Meta NAME
Meta NAME tags are for search engines. Current popular Meta name tags that can affect search engine rankings are keywords and description:

The Meta KEYWORDS tag is used to group a series of words that relate to a website. These tags can be used by search engines to classify pages for searches.

The Meta DESCRIPTION is used to describe the document. The Meta description is then displayed in search engine results underneath the link to a web page.

An example of the meta keywords and description might look like this for a page about blue widgets:
  • [meta name="description" content="Blue Widgets Inc. reviews and sells blue widgets."]
    [meta name="keywords" content="Widgets, blue widgets, widget sales, widget reviews"]
You don't need to use every type of meta tag on every page, but for your general reference here is a template of the main ones:
  • [title]Blue Widgets for Sale[/title]
    [meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"]
    [meta name="description" content="Description"]
    [meta name="keywords" content="keywords"]
    [meta http-equiv="expires" content="30 days"]
    [meta http-equiv="Content-Style-Type" content="text/css"]
    [meta name="author" content="Bob Widget"]
    [meta name="distribution" content="global"]
    [meta name="copyright" content="Copyright 2004 www.widgets.com"]
    [meta name="robots" content="index, follow"]
    [meta name="revisit-after" content="30 days"]
    [meta name="rating" content="Safe For Kids"]
Note to Newbies
If you are using the above code in your HTML exchange the brackets [ ] for alligators, < >.

For a more in depth discussion on how to use Meta tags for search engine optimization purposes check out our article below.
Anilrgowda is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
   


   
Post New Thread Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -8. The time now is 05:14 AM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

DMCA Policy

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228