Change the blogger title for seo friendly. Default blogger template comes with blog title + page title like this in post pages. Blogger post title always appear after the blog title. Bring the post title first for better seo.
1. Go to Blogger Dashboard > Layout > edit HTML
2. Search for this tag:
<title><data:blog.pagetitle/></title>
3. Replace the above code with this:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
4. Save your template. Now you will notice the change in title's in your browser's title bar.
0 comments:
Post a Comment