Make Blog Title with Post Title in Blogger Blogs for SEO Optimization

By default, blogger blogs shows blog title first followed by page title, which is not visitor friendly and also not seo friendly. According to search engines its much better if our keywords in title comes first rather than blog title. Its to ensure that search engines robots and spiders crawls your keywords first for higher ranking and better place in search results. By simply swapping the position of the post title with the blog title, we can obtain significant improvement in the search engine result

To change title to Post title followed by blog title

Go to your blogspot dashboard.
click on layout. Again click on Edit html.
Now find the bellow code

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


and replace it with this code

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

To change title to just post title

Find the bellow code

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

and replace it with this code

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

save template

0 comments:

Post a Comment

Designed by Chica Blogger Enhanced and Redesign by Blogger Widgets| Back to top