Monday 28 January 2013

Optimize Blogger Title Tags (SEO)


Optimize Blogger Title Tags


BloggerBy default Blogger template automatically places the "Blog Title" before every "Post Title" in the title tags on the actual post pages.
Blogger Title
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.
Blogger Page Title
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.
Blogger

Blogger

Blogger

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 == &quot;item&quot;'>
<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