Friday, February 19, 2010

SEO FOR BLOGSPOT TITLE MODIFICATION

Today, I want to share SEO tips part 2, tittle modification code,

Let's sign in to your blogger account, Go to Edit Layout Are than Edit HTML code.
this is easy, find this code bellow :
<title><data:blog.pageTitle/></title>

than change the code with this code bellow :
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
</b:if>

Save template, than Finish....!!! Okay... See you in Next tips SEO

0 komentar: