Search This Blog

Use post name as html page title to improve blogger blog SEO

  • Edit the blog template in HTML
  • Replace
    <title><data:blog.pageTitle/></title>
    
    with
    <b:if cond='data:blog.pageType == &quot;index&quot;'>
    <title><data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageName/></title>
    </b:if>
    



SEE ALSO:

No comments:

Post a Comment