Basic SEO I : Change the Title Tags in Blogger

Views

By default, Blogger display BLOG TITLE: POST TITLE for single post. That is not search engine friendly. You can improve SEO by changing the title tags to POST TITLE | BLOG TITLE.

  • Please login to your BLOGGER ACCOUNT
  • Go to LAYOUT > EDIT HTML 
  • Find this code : 
<title><data:blog.pageTitle/></title>

  • replace with this code,
<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> 

  • Additional, You can also add some keywords to homepage title, for example
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/> | Free Download Blogger Templates </title>
</b:if>


Next > Basic SEO 2 :  Metakeywords and Description

    0 comments: (+add yours?)

    Post a Comment