Saturday

Pin It

Widgets

5

How to change blog title tags

  • Saturday
  • Andy Law
  • Share
  • Today, I will show an esay tip that can make your blog post likely listed in Google search results. And this has been implemented by many bloggers already. But if you haven't done this, it would be useful for you. As you can see an example below for my blog:



    Which one is better? The first one is absolutely the best because Google would read your blog post title first, then blog title (in the first one); and if your blog title is too long, it would be a big disadvantage for you if your blog is still displaying as the second example. Thus, now I will guide you how to change blog title tags in every blog post. You can see the instruction below:
    1. You're in draft.blogger.com , go to Template
    2. Scroll down until you find Backup/Restore Template >> Click on it, then Download full template
    3. Click on Edit Template >> Tick the Expand Widget Templates
    4. Find this code (to find it, press Ctrl + F)
    5. <title><data:blog.title/></title>
    6. Replace it with this code
    7. <b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> |<data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if>
    8. Click Save Template
    Note: if you just want to show the post title only which can even make your blog posts ranked higher in search engine, you can replace 
    <title><data:blog.title/></title>
    with the following code
    <b:if cond='data:blog.pageType == &quot;index&quot;'>
    <title><data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageName/></title>
    </b:if>

      5 Responses to “How to change blog title tags”

      Abdisr said...
      1 December 2011 at 23:57

      thanks tips trik


      ssdfghfggh said...
      16 January 2012 at 05:16

      hi friend,
      the above system does not work in my blog. letsspeaktogether.blogspot.com


      ssdfghfggh said...
      23 March 2012 at 04:03

      It started working. thanks for
      tips


      David said...
      25 April 2012 at 23:05

      big big thanks


      Unknown said...
      30 December 2012 at 08:31

      Nice tip. ^_^

      http://digita7seven.blogspot.com


      Post a Comment

      SUBSCRIBE NOW to get the latest posts