friendly seo heading tag structure for killer blog Page Rank

How to change the heading tag on the title of the blog on blogspot ?

Search the code

<h1 class='title' style='background: transparent; border-width: 0px'><b:include name='title'/> </h1>

Replace with :

<b:if cond='data:blog.pageType != "item"'><h1 class='title' style='background: transparent; border-width: 0px'><b:include name='title'/></h1><b:else/><h2 class='title' style='background: transparent; border-width: 0px'><b:include name='title'/></h2></b:if>

Search the code:

<h1 class='title'><b:include name='title'/></h1>

Replace with :

<b:if cond='data:blog.pageType != "item"'><h1 class='title'><b:include name='title'/></h1<b:else/><h2 class='title'><b:include name='title'/></h2></b:if>

How to change the heading tag on the post title in order seo ?

Search the code:

 <b:if cond='data:post.title'><h3 class='post-title entry-title'><b:if cond='data:post.link'><a expr:href='data:post.link'><data:post.title/></a><b:else/><b:if cond='data:post.url'><a expr:href='data:post.url'><data:post.title/></a><b:else/><data:post.title/></b:if></b:if></h3>
    </b:if>

Replace with :

<b:if cond='data:blog.pageType != "item"'><b:if cond='data:post.title'><h2 class='post-title entry-title'><b:if cond='data:post.link'><a expr:href='data:post.link'><data:post.title/></a><b:else/><b:if cond='data:post.url'><a expr:href='data:post.url'><data:post.title/></a><b:else/><data:post.title/></b:if>
</b:if></h2></b:if><b:else/><h1 class='post-title entry-title'><b:if cond='data:post.link'><a expr:href='data:post.link'><data:post.title/></a><b:else/><b:if cond='data:post.url'><a expr:href='data:post.url'><data:post.title/></a><b:else/><data:post.title/></b:if></b:if></h1></b:if>

how to change the heading tag sidebar ?


Search the code:

<h2 class='title'><data:title/></h2>

Replace with :

<h3 class='title'><data:title/></h3>


@



Next Older Post
friendly seo heading tag structure for killer blog Page Rank