How To Make Your Blogger Template Search Engine Optimized- Blogging Tips and tutorials







In many famous blogs like BloggerBuster, you can see that when you open any article, the post title comes first and then blog title, whereas in the default Blogger templates blog title comes first and then the post title. So, the first step for SEO is to swap these two titles. How ? I’ll tell you.
1. Go to Blogger >> Layout >> Edit HTML
2. Put a tick on Expand Widget Templates checkbox and search for the following code
<title><data:blog.title/></title>
3. Replace this code with the following 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>
4. Save your template.



For Seo- http://havelockknights.blogspot.com/search/label/Seo


Comments