Menu
 

Make Your SEO Friendly Blogger Post Title For SEO

You will not need (Your Blog name) to appear before (Your Post title) because this will not help Google spiders to understand that what is your content about thus you lose your chance of getting good results on Search Engines.
Title-For-SEO


You can fix this issue by following these tips

1) Head to your Template and Edit Html section.

2) Search this code given below

 <title><data:blog.pageTitle/></title> 
3) Replace this code with this one

<b:if cond=’data:blog.pageType == &quot;index&quot;’>
    <title><data:blog.pageTitle/></title>
    <b:else/>
    <title><data:blog.pageName/> | <data:blog.title/></title>
    </b:if>

Post a Comment

 
Top