Blogger (blogspot) SEO optimization - Change the Title Tags for better SEO friendly

blogger seo title optimization

Change the blogger title for seo friendly. Default blogger template comes with blog title + page title like this in post pages. Blogger post title always appear after the blog title. Bring the post title first for better seo.

1. Go to Blogger Dashboard > Layout > edit HTML

2. Search for this tag:

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


3. Replace the above code with this:

<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>


4. Save your template. Now you will notice the change in title's in your browser's title bar.

Related Posts



0 comments: