Wednesday, December 7, 2011

How to optimize blogger blogspot title for better SEO


This is called "Blogger/blogspot Title Swapping".This will give your blog better search engine rankings. It is always good to have your main keywords(Post title) of a specific blog post at the start rather than placing your blog title at the start. This situation becomes very bad if your blog title is very long.

As usual,Login To Blogger Go To > Design > Edit HTML.

and mark the tick box "Expand Widget Templates"

Then, find (CTRL+F) this code in the template.

<title><data:blog.title/></title>
 Now, replace that line with these:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> |<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
Now click save the Template and you are done.

1 comments:

  1. Nice explanation how to optimize a site and how to do seo.it is helpful to my professional.Thanks for creating a wonderful information.
    Joomla developer

    ReplyDelete