Title Tags Modification on your Blog

By default on blogger, the display would be BLOG TITLE + POST TITLE. What we are trying to do is to interchange the two, POST TITLE first then followed by the BLOG TITLE in order to increase traffic.

For customize templates, we need to change the tag <data:blog.pageTitle/> to <data:blog.pageName/>
so that the changes will take effect.

Step 1:

Go to Lay out then click edit HTML in your dashboard.

Step 2:

Search the tag <data:blog.pageTitle/>

Step 3:

Replace it with the following code:

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>


Click save template.

It's Done. Cheers! It will improve your Traffic.

0 comments:

Post a Comment