[Question] Meta Tags

Zer[o]

Newbie
Joined
Aug 15, 2010
Messages
36
Reaction score
10
How do I add meta tags to my website? Anyone have a tutorial or small details to set me in the right direction?
 
You place them in the <head> </head> section on top of your page.

<head>
<meta name="description" content="[Question] Meta Tags White Hat SEO" />
other metas and scripts here
</head>
 
alright cool so im guessing i change the content part. Do i change the description part to describe the content tag? or do i leave it as description
 
Zer[o];2020697 said:
alright cool so im guessing i change the content part. Do i change the description part to describe the content tag? or do i leave it as description

no: the description part defines which type of meta tag you're creating. there are tons of meta tags, this one is the meta description tag.
 
Back
Top