Dynamic Heading Creation

 on Sunday, February 03, 2013  

One of the steps that must be done in SEO On Page Optimization is by Creation Dynamic Heading. But before we make Modifications Dynamic Heading, it helps us to know in advance what it is heading,and what is Dynamic Heading in order to make modifications when we know why we need to modify the heading, lest our efforts when we think the effort that requires a hefty drain time and mind will be wasted in vain, because we do not know what the benefits of the business we have done it. However, if you already know what it is Dynamic Heading, go to Making Dynamic Heading manner following.

Trick is changing <h1> tag for post title. To avoid duplicate tag <h1> blog on the homepage, there is a trick to manipulate the tag <h1> so on homepage, blog title remains as <h1> heading tags and post title as the heading tag <h2> while in the posting title of the article will fill <h1> heading tags replace the blog title, this is called dynamic heading tags

Here's how to use dynamic heading tag:
  1. Login to your blogger
  2. Choose a menu template in the left sidebar
  3. To anticipate things that are not cool backup your blog template
  4. Click the Template >> Edit HTML >> Proceed
  5. Put a check in the box Expand widgets templates
  6. Find the code below

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

Replace with the following code

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

Find the code below

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

Replace with the following code

<b:if cond='data:blog.pageType != &quot;item&quot;'> <h1 class='title'> <b:include name='title'/> </h1> <b:else/> <p class='title'> <b:include name='title'/> </p> </b:if>

Then look up the code like this

<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 the following code

<b:if cond='data:blog.pageType != &quot;item&quot;'> <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>

So save the template you wish to use heading tags dynamic tricks can help make your blog visitors increased.
Dynamic Heading Creation 4.5 5 ionebacero Sunday, February 03, 2013 How to modifications Dynamic Heading for make SEO On Page Optimization One of the steps that must be done in SEO On Page Optimization is by Creation Dynamic Heading. But before we make Modifications Dynam...


No comments:

Post a Comment

Tank's for your's attention, i will reply soon. thank's

Powered by Blogger.