The default way that your titles appear on search looks like Blog Name: Post title:
Blogger Treats: Optimize Blogger Post Titles for better SEO
http://bloggertreats.blogspot.ro/2014/05/optimize-blogger...
May 27 2014 - The default way that blogger handles post's title ... weak optimized for search engines. I will teach you how...
The way you will want your titles to look is Post title | Blog Name:
Optimize Blogger Post Titles for better SEO | Blogger Treats
http://bloggertreats.blogspot.ro/2014/05/optimize-blogger...
May 27 2014 - The default way that blogger handles post's title ... weak optimized for search engines. I will teach you how...
This way the keywords in your post title will be indexed better by the search engines and your visitors will see the info clearly.
How do you optimize Post Titles
Step 1
Backup your template! Go to Template > Backup / Restore > Download Full Template
Step 2
You must edit your template, so in your dashboard go to: Template > Edit HTML
Step 3
Click anywhere in the template's code and press Ctrl+F and search for this line:
<title><data:blog.pageTitle/></title>
Step 4
Replace the line above with this code:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
0 comments:
Post a Comment