Friday, January 13, 2012

How to create Meta tag for Blogger blog

In a Blogger/Blogspot blog has no built-in Meta tag. You needs create that by using HTML tags. There are various options to creating Meta tag. Below I describe a way to create Meta tag for Blogger blog.  
1) At first login to your blogger account then go to Design and select HTML Editing
2) Select Expand Widget Templates  and find out following code:
       <b:include data='blog' name='all-head-content'/>
Then copy following code and paste just after <b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
      <link href='mailto:your mail address' rev='made'/>
      <b:if cond='data:blog.url == data:blog.homepageUrl'>
      <meta content='your Blogs Keywords' name='keywords'/>
      <meta content='your blog’s description.' name='description'/>
      </b:if>
      <meta content='your Name' name='author'/>
      <meta content='ALL' name='ROBOTS'/>
N.B:  Replace the following items in codes:
1) Insert your own mail address by replacing your mail address
2) Insert your Blog’s keyword by replacing your Blogs Keywords. Each keyword separated by comma, use small case and no need to use any space.
3) Insert your Blog’s description by replacing your blog’s description and
4)  Insert your name by replacing your Name
Finally save your templates and in this way you can easily create your Blogger/Blogspot Meta tag.

5 comments:

  1. Nice stuff!Thanks for sharing this creative stuff here with us.Template Design

    ReplyDelete
  2. I will use the above script, thank you
    Regards,

    Ramzi

    ReplyDelete
  3. Nice Post,thank's
    ...................
    Mod-Your-Mind |¤ Your ultimate desire for Technology ¤|

    http://www.modyourmind.blogspot.com

    ****Please Visit & make Comments
    We active since February 2013.Its a technological blog that has articles related to Computer troubleshooting tips,Movies,Mobile apps

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete