Advertisements
In this post it is explained how to reorder blog title and post title (adjustment of title tags for Blogger blogspot) to improve SEO of Blogger blogspot.
This is a paramount trick as far as SEO of Blogger blogspot blog is concern. By default the Blogger.com has the following order of title tags :
Blog Title | Post Title
Now if i had not adjusted my title tags then the title tag for this post would be like this :
and same would be the case for all of my posts and It is very poor as far as search engines are concerns because they concentrate more on the initial words. In case of non adjustment of title tags of Blogger blogspot my same blog title will appear only in the search result and may be part of the post title and i will not be able to generate the traffic through search engines. But in case of post title at first place i would be having different title in case of each post and i can target more keywords.
This problem can be sort out by little alteration in templates html code. With the picture below taken from Google you can check how my title tags are adjusted and appears in search result for one of my post
Here you can see my post title is appearing prior to blog title.
Also Read:
Blogger Tips
Now follow these simple steps to adjust the title tag of the Blogger.
1. Log in to Your Blogger account.
2. Go to Html Tab and as precaution save your existing template by downloading it.
3. Now search for the following code.
4. Replace the above mentioned code with the following code
5. Now Save the template and go to your posts and you will find that your post titles are appearing first before your blog title.
With the Passage of time you would see the affect in terms of SEO of your blog after adjusting the title tags of Blogger blogspot.
Now follow these simple steps to adjust the title tag of the Blogger.
1. Log in to Your Blogger account.
2. Go to Html Tab and as precaution save your existing template by downloading it.
3. Now search for the following code.
<title><data:blog.pageTitle/></title>
4. Replace the above mentioned code with the following 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>
5. Now Save the template and go to your posts and you will find that your post titles are appearing first before your blog title.
With the Passage of time you would see the affect in terms of SEO of your blog after adjusting the title tags of Blogger blogspot.
Advertisements
Share it
Post a Comment