Sunday 22 January 2012

How to add title and meta tags in your blog

  1. Go to blogger.com and login to your blog.
  2. Click on template then edit html.
  3. Fine  (e.g ctrl + F)  the following code:
    <b:include data=‘blog’ name=‘all-head-content’ />
  4. Now paste the following code after the above code:      
  5. <title> PAGE TITLE </title>
    <meta content=‘YOUR BLOG DESCRIPTION HERE’ name=‘description’ /> 
    <meta content=‘YOUR RELEVANT KEYWORDS HERE’ name=‘keywords’ /> 
    <meta content=‘YOUR NAME HERE’ name=‘author’ /> 

    If you get the the error copy the codes to a text editor (like Notepad), delete all the single quotation marks and type them manually:

  6. Save the template.
  7. Refresh page and view "page source" you will see title and meta tags now.

0 comments:

Post a Comment