Friendly SEO blog

28 March 2010

Posted by gumbung on 10:04 AM

Nothing appears on page search enginePerhaps the fault is in your own template. make your blog more SEO friendly. If you want google SEO friendly for your blog there should be improved a bit from your template. here how to do it.

1. login to www.blogger.com > layout > edit template


2. find this code <title><data:blog.Title/></title>

3. replace with this code:

click here



<b:if cond='data:blog.pageType == &quot;index&quot;'>

<title><data:blog.Title/></title>

<b:else/>

<title><data:blog.pageName/></title>

</b:if>





note:
replace #### with title from your postings
<title><data:blog.Title/>####</title>


to add your blog title at the back of each title of the posting
<title><data:blog.pageName/>####</title>