Saturday 10 March 2012

Adding the meta tags in blogger


So I’m going to explain method no.2, here it is:
  1. First go to Dashboard > Design > Edit HTML and find this line in your blog template HTML codes:
    1<b:include data='blog' name='all-head-content'/>
  2. Then put the meta tags code immediately below that line. The final result should be as shown below.
    1<b:include data='blog' name='all-head-content'/>
    2<meta content='PUT KEYWORDS HERE SEPARATED BY COMMAS' name='keywords'/>
    3<b:if cond='data:blog.pageType == &quot;index&quot;'>
    4<meta content='PUT BLOG DESCRIPTION HERE' name='description'/>
    5</b:if>
    What this code does is apply the keyword meta tag to all pages and limit description meta tag to only your homepage.
  3. Save the template.

No comments:

Post a Comment