Optimize Blogger Title Tags
By default Blogger template automatically places the "Blog Title" before every "Post Title" in the title tags on the actual post pages.
The search engines like google, yahoo, bing use these titles in search results. So it is always better to keep your title more related to your post content.
Here is a way to place the "Post Title" before "Blog Title". This trick will help you to optimise the blog title for Search Engines.
Step 1 :
Log in to Blogger, go to Design / Layout > Edit HTML and tick the "Expand Widget Templates" checkbox.
Step 2 :
Now find (CTRL+F) this in the code:
<title><data:blog.pageTitle/></title>
And place this code before/above it.
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
</b:if>
Step 3 :
Save the template.
Now have a look at your blogger post titles and you will notice the change in browser's title bar.
Optimize Blogger Title Tags
Step 1 :
Step 2 :
Now find (CTRL+F) this in the code:
<title><data:blog.pageTitle/></title>
And place this code before/above it.
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
</b:if>
Step 3 :
Save the template.Now have a look at your blogger post titles and you will notice the change in browser's title bar.
No comments:
Post a Comment