Slider

SEO for Blogger: Remove your blog name from the title

Repeating your blog title on every post page is bad for SEO. Blogger doesn't have a built in option for this but it's easy to fix with a few lines of code.


Go to your Blogger CP and select edit html.


  • Find the string <title><data:blog.pageTitle/></title>



  • Replace it with:

        <b:if cond='data:blog.pageType == "index"
    '>

          <title><data:blog.title/></title>


        <b:else/>

          <title><data:blog.pageName/></title>

        </b:if>



  • You Blogger blog will now be better optimized for search engines and users.

    From Web Design Forum SEO for Blogger: Remove your blog name from the title
    disqus, graphic-design-forum
    © all rights reserved
    made with by templateszoo