Change The Title Tag of Blogger Blog – SEO tips for Blogger

Change the title tag of your blog

Title tags for blog is very important in Search Engine Optimization. Here I am going to give you an important SEO tip to get more search engine attraction. In Blogspot blog,  the title tag is not search engine friendly. If you change the title tag of blogger blog, you blog post title will get more attraction.

Let me first tell you, when you search anything in Google you may see the titles in two ways.
1. The one is Post title – Blog title

Here, you can see post title is linked with blog title.

2. The other is only Post title

Here, you can see only post title. So you can change the title tag in two ways

Method 1: If you want to optimize Post title with Blog title, you have to change the title tag of you blog in the following way:

First Change title tags for your blogger posts with blogger title-
Step1: Go to Layout then Edit Html and search for this tag <title><data:blog.pagetitle/></title>

Steo 2: Delete this and replace this tag with Following tag

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

Method 2: I think, optimizing only post titles is better than post titles with blog title. If you want to optimize only post titles, you have to change the title tag in the following way:

Step 1: Go to Layout then Edit Html and search for this tag <title><data:blog.pagetitle/></title>

Step 2: Delete this and replace this tag with Following tag-

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

Hope you can easily change the title tag of your blog. Please don't forget to put a comment if the post helps you.

Incoming Search Terms:
seo tips for blogger blogs
seo for blogger
seo tips for blogspot blog
learn seo
change title tag of website
chage title tag for better seo

  1. gravatar

    # by Ancy merina - February 18, 2018 at 10:52 PM

    This comment has been removed by the author.