blogging

6 free SEO friendly blogger templates

It’s overwhelming when you have to select from thousands of free blogger templates. They come in all sizes and shapes. SEO friendly. SEO unfriendly, three column, two column, column less and what not?
One mistake most of the new bloggers commit is to pick up a fancy template. It’s appealing, bright, full of colors and there’s [...]

Page Title and Meta tag Description Blogger For SEO

For a better indexing of your blog on Google I suggest you to make these simple changes on your template. Change this line (blog title):
<title><data:blog.pageTitle/></title>
…with the following code:
<b:if cond=‘data:blog.pageType != “item”‘><title>My site | This is a short description</title><b:else/><title><data:blog.pageTitle/></title></b:if>
…and add Meta tag description below the previous <b:if> statement.
<b:if cond=‘data:blog.pageType != “item”‘><meta name=“Description” content=“Add here a short [...]