Improve SEO by Making Use of Headings for Post Titles

Today, The Blogger Design want to show you about SEO for Blogger user. Before I show you about this I want you to know what is SEO mean? Here is SEO mean

Follow this

1. Go to Blogger.com and login your account
2. Go to Edit HTML
3. Add this code below <head> or replace in the original 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'>&t/a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>

4. Save
5. Done!

Advertisement

0 comments:

Post a Comment