Wednesday, May 18, 2016

How to Optimize Blogger Post Title | Blogger SEO


Here we come with another tips for blogger SEO. In last post we told youHow to Optimize Blogger Title Tags. As you know hding tags defines the size of the the text. H1 is the biggest and H6 the smallest one. Hding Tag (H1, H2, H3, H4, H5, H6) is important for Srch Engine Optimization (SEO). Srch Engines likeGooglegives more importance to H1 text, the most important words are in the title of the posts so we need to use H1 for them.Bloggerpost titles are erally set to H2 or H3 as default dependent on your theme.
To set the post titles to H1 follow these steps.

Recommended:Submit website/blog in 100 Srch Engines


Step 1:Log in toBlogger, go toDesign /Layout> Edit HTMLand tick the"Expand Widget Templates"checkbox.
Step 2:Now find(CTRL+F)this in the :


<b:if cond='data:post.title'>

Step 3:
Now replace <h3 class='post-title entry-title'> to <h1 class='post-title entry-title'> and </h3> to </h1>. Check it below
Step 4:Now replace <h3 class='post-title entry-title'> to <h1 class='post-title entry-title'> and </h3> to </h1>. Check it belowNow replace <h3 class='post-title entry-title'> to <h1 class='post-title entry-title'> and </h3> to </h1>. Check it below


<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>
This example shows that your template use H3 tag for post title (If you don't find it, your template may use H2 tag for post title). Replace H3 (or H2) at this with H1, for example,
<b:if cond='data:post.title'>
<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>
Step 5:
Now find(CTRL+F)this in the :Step 6:
Now find(CTRL+F)this in the :


]]></b:skin>
And you need to change post title font size by adding this before/aboveit.
h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 { font-size:1.5em; }
Step 7:

Save the template.

Subscribe over Blog by Email so that we send you Tips to incrse traffic in your mail. box

No comments:

Post a Comment