Optimize Your Blog Post By Changing Title Heading Tag For Better Blogger SEO
If you are using template which are formatted a long time ago, than you must have to read this post. You might have find that many new blogger user who are using new template they having better SEO as compair to yours, what is the reson for the same? Google is day by day updated there algorithm, Google is a biggest player in search engine, we have to update our website or blog template accordingly. After 2007 Google is highly give emphasis on header of the title post, in old template title having <h3> tag which we have to change to <h2> tag, that will resulting higher ranking in Google. I would say it is compulsory if you worried about your SEO you have to have change heading tag of your post title.
Optimize Your Blog Post By Changing Title Heading Tag For Better SEO.
Following is a step by step guidelines to update your template for the batter SEO, as a SEO is a soul of any website.
Step 1: Log in your blogger account.
Step 2: Go to blogger dashboard > Template > Edit HTML > Tick on expand widget box.
Step 3: Find following code by pressing Ctrl+f
<h3 class='post-title entry-title' itemprop='name'>
Step 4: Now you have to change H3 tag To H2 Tag. Be sure that you have to change both starting and ending tag for example.
Before
<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>
After
<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>
You will find two h3 tag for mobile version and another is for desktop version you can change both the tag but be sure that you change starting and ending code, otherwise your template will not be save and showing you error massage.
it will take little bit time to update on search result you can check effect of this changes in a week or in a month its depend on how much your blog is SEO friendly?
So seat back and relax keep posting as much as post. ultimately you will find that as compare to past performance your new update will having higher efficiency.
No comments