Blogger (or Blogspot) is a free blogging platform run by Google with many nice widget and templates. This article will guide you some tips to improve SEO for blogger template with a few seconds.
The first, i will create new blog in Blogger.com. My blog need to improve SEO is http://tutorials-tips-tricks-info.blogspot.com. After blog created, i have installed new themes and check website score in http://websitegrader.com/
And the result before optimized SEO, my blog point is 27.
Ok, now i will following 3 steps below and try check again.
1. Blog Title.
Normally, the title of a blog is BLOG TITLE : POST TITLE, you can improve SEO by modifying the title to POST TITLE | BLOG TITLE. Find the following code in your template:
<title><data:blog.pageTitle/></title>
replaced by the 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>
<b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> | <data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/> | Tutorials | Tips | Tricks | ...</title> </b:if>
2. Meta Keywords And Blog Description.
Add the code before <b:skin><




Leave a Reply