SEO <h1 and <h2 meta tag blogger templates
ShareWhat is h1 meta tag?
h1 is the title meta tag is the last post in your blog.
How do I change the meta tag h1?
This work is hard but do not worry as I will show you how to change your meta tags to h1 your blog more search engine friendly SEO.
So here I assume you already know how to see the HTML code for you to edit your blog.
steps to change the h1 meta tag to SEO with search engine
1 search
2 HTML code you will get is as below
<div class='post'>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 class='post-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>
3 Now change the h1 and h3 to your HTML code looks like below
<div class='post'>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h1 class='post-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>
Labels: How to, seo h1 meta tag
0 Comments for blog template :
Post a Comment
blog template: SEO <h1 and <h2 meta tag blogger templates