a blogger default settings for title headings are not very good for seo.for improved seo,title of post should appear first and and then main title.but it is opposite in blogger.the default setting is like that:
<title>main title:post title:</title>
for users to reach your site,they should see your post title instead of the main title and the click through rate will not increase.to correct the title of your blog,you should first make some improvement in title setting.here its is how to change the blog title for improved seo and user visibility.
1-go to the blogger account
2- click on edit html settings
3-find this code
<title<your title</title>
4-replace it with your correct it with the following code give below.
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
now you should see an improvement in your title placment and better search engine performance.do not change this code.
<title>main title:post title:</title>
for users to reach your site,they should see your post title instead of the main title and the click through rate will not increase.to correct the title of your blog,you should first make some improvement in title setting.here its is how to change the blog title for improved seo and user visibility.
1-go to the blogger account
2- click on edit html settings
3-find this code
<title<your title</title>
4-replace it with your correct it with the following code give below.
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
now you should see an improvement in your title placment and better search engine performance.do not change this code.
No Comment to " CHANGE THE BLOG TITLE FOR IMPROVED SEO "