How to make Blogspot / Blogger title SEO friendly?

Initial Code:

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

Example Output: Watch, Listen and Observe: How to make Blogspot / Blogger title SEO friendly?

Replace with:

<title>
   <b:if cond='data:blog.pageType == &quot;item&quot; or data:blog.pageType == &quot;static_page&quot;'>
      <data:blog.pageName/>
   <b:else/>
      <data:blog.pageTitle/>
   </b:if>
</title>

Example Output: How to make Blogspot / Blogger title SEO friendly?

No comments:

Post a Comment