x

Subscribe to GwArez !



Pages

Whatever you need!!! We bring it!!!

Tuesday, June 07, 2011

How To Add Meta Tags in Blogger Script Simple method

How To Add Meta Tags in Blogger blogs:

  1. Go to Blogger Dashboard - Layout - and click Edit HTML
  2. Search(Ctrl+F) for the following code in the header at the top:
    <b:include data='blog' name='all-head-content'/>
  3. Now paste the following code just after the above line:
    <meta content='YOUR BLOG DESCRIPTION HERE' name='description'/>
    <meta content='YOUR RELEVANT KEYWORDS HERE' name='keywords'/>
    <meta content='YOUR NAME HERE' name='author'/>
    <meta content='ALL' name='ROBOTS'/>
    <meta content='blogger' name='generator'/>
  4. Save the Template.

No comments:

Post a Comment