Meta Tags Syntax
by Geethalakshmi[ Edit ] 2010-09-17 17:10:32
Meta Tags Syntax
Meta Keywords Tag:
<meta name="keywords" content="keyword one, keyword two, etc">
Meta Description Tag:
<meta name="description" content="Your website's description.">
Meta Refresh Tag:
<meta http-equiv="refresh" content="0;url=newpage.html">
Robots Meta Tag:
<meta name="robots" content="noindex,nofollow">
index = index this page *
noindex = don't index this page
follow = follow the links from this page to get more pages *
nofollow = don't follow the links from this page
all = index this page and follow the links from it *
none = don't index this page and don't follow the links
* = default setting (no need for a tag)