2009-04-27

Image

Optimize your Blogger title for better SEO

Title’s and meta tag’s effect on serp is incredible , so what can wedo to improve serp and seo for blogger blogs? The codes below willdisplay the name of a particular entry without bringing the name of theblog in first position and this will affect our serp since titles areimportant for google spiders.Here’re the codes :
  • Goto Edit Html and find the codes below

    <title> <data:blog.pageTitle/> </ title>
And change with this

<b:if cond='data:blog.pageType ==&quot;item&quot;'> <title> <data:blog.pageName/>| <data:blog.title/> </title> <b:else/> <title><data:blog.pageTitle/> </title> </b:if>

and save .

0 التعليقات:

Total Pageviews