Most of people at blogger platform are not aware of basic SEO (search engine optimization) on Blogspot blog. That's why their blogs are not ranked even some of them are not indexed in search engine. I made this SEO tutorial blog for my friends to make them aware of basic SEO on blogger platform. Enjoy the simple tutorial.

Blog title Hack with keywords


Default blogger title code shows BLOG TITLE - PAGE TITLE
and it is very very important in SEO to show PAGE TITLE - BLOG TITLE
following piece of code will do this job. Edit template and replace following code:
<title><data:blog.pageTitle/></title>
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>
You can also add some keywords into your title tags as i am using some keywords in page title. This will also help you in optimization
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/> | SEO Blogger | Blogger Hacks</title>
</b:if>


Related Posts by Categories



No comments: