Pages

Optimise page title for search engines

       Its better to Optimize page title as title plays a vital role for high search engine rankings . By default there are only few limited boring templates for blogspot users and your Blogger Blogspot blog does not have search engine optimised title tags. So if you are using same template then , this can put your blog to lower rankings even if you have rich content compared to other blogs that have inbuilt SEO blogging platforms like Wordpress , Joomla etc as these are likely to be placed more highly in search engine results.
                  The title tags of your blog are ordered by blog name first followed by the title of the post. Search engines like Google and Yahoo gives more importance to the first words of a title blog post . Heres how to tweak blogger template to optimize blog posts titles in search engines :

Go to Blogger >> Layout >> Edit HTML
Put a tick on Expand Widget Templates check box and search for the following code
    <title><data:blog.title/></title>

Replace this code with the following code
    <b:if cond='data:blog.pageType == "item"'>
    <title><data:blog.pageName/> |<data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageTitle/></title> </b:if>
         Save your template.Thus through a simple tweak to your template , this will rectify this problem by simply reversing the position of the blog name and page title significant and good rankings can be gained in search engine results.
        If all your site pages are indexed by Google then if you google any specific blog post then this will be the manner of the result. Navigate to an individual post. You will see that your page title is now first followed by your blog title. A pipe symbol separates the two .
Note the order of the tags:
Blog Name | Post Name

0 comments:

Post a Comment

Comments are Do-Follow and Strictly Moderated
Please dont use keywords like money , cheap sales etc that appears to be spammy or self promoted
Use either your name or Site / Blog name
Comments should have greater than 20 words/2 lines or wont be published .
So Please make sure to read Comment Policy and Privacy Policy if you are commenting for the 1st time .