Wednesday 28 January 2015

How to change blogger title for each posts in blogger


This guide ensures keywords in your post titles are discovered more easily. To do this you will have to change template. Follow this blogspot tutorial to change your title in [POST TITLE: BLOG TITLE] format and achieve better google search result page ranking for your posts:

  • go to Layout --> Edit HTML

    Layout - Edit HTML

  • in Edit Template box find this code:
    <title><data:blog.pageTitle/></title>


  • and replace with this code
    
        <b:if cond='data:blog.pageType == &quot;item&quot;'>
        <title><data:blog.pageName/> :
        <data:blog.title/></title>
        <b:else/>
        <title><data:blog.pageTitle/></title>
        </b:if>


  • it is good idea to make backup of blogspot template before you click Save Template, new code tell that if visitor load certain post page title should be in [POST TITLE]: [BLOG TITLE] format, else title should be in [BLOG TITLE] format
                                                          And Enjoy

Your Feed Back Plz
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment