Showing posts with label SEO Tips. Show all posts
Showing posts with label SEO Tips. Show all posts

12 June 2008

Optimize your Blogger title for better SEO


From gosublogger

Title's and meta tag's effect on serp is incredible , so what can we do to improve serp and seo for blogger blogs? The codes below will display the name of a particular entry without bringing the name of the blog in first position and this will affect our serp since titles are important 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 .Thats all , now wait for results ....