Monday, May 4, 2009

Blogger SEO tip - Post Title : Blog Title Interchange

This is not directly related to Open or Free Source Topic. But It can improve your blog visibility to Search Engines. In blogger the structure of title is < blog title : post title >
This structure is not aimed to put the importance of post title to the search engines. But if we can change this structure to < post title : blog title > , then it will positively affect your bloging.

Here is the tip for that...
1. Go to Layout menu in dash board
2. Select Edit HTML
3. Find the portion below <head> tag like this

<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>

4. replace this with the following

<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> : <data:blog.title/></title>
</b:if>

5. Save the template

The modification is now complete... Visit your blog post and enjoy the new title formation


1 comments:

Shaan said...

great post friend....thanks