Making Post title come before the Blog title in Blogger Blogs

How to Make Post title come before the Blog title in Blogger Blogs?

All the people are having the desire that, their blog should appear initially during the websearch in google, yahoo, bing, etc...,
But they will be dissatisfied.
It is because of below issue,
In blogger templates it's default format that

Blog title: Page title

This would cause difficult for SEO's like google, bing, yahoo to crawl your blog during Web Search's.
To overcome this issue you need to change the title format as

Page title: Blog title

Page title as infix and Blog title as prefix.

To do this follow below simple procedure.

Go to - Dashboard > Design >Edit HTML

Then you need to find the below code

<title><data:blog.pageTitle/></title>

Use Ctrl+F command


Finally replace the above code with the below code


<b:if cond='data:blog.pageType == &quot;index&quot;'> 
<title><data:blog.pageTitle/></title> 
<b:else/> 
<title><data:blog.pageName/> » <data:blog.title/></title> 
</b:if>

Now your blog is in superior state.

0 comments:

Post a Comment