How to improve your Blogspot theme with h1 heading tag for SEO.

One h1 tag in the one posting page is requiered for SEO

a Free Blogspot theme with h1 heading tag has two SEO problems. You who look into this post know how important the h1 heading tag is in your blog. This post introduces how to change html code in the blogspot themes.

First problem.

H1 tag is used in the Header for ‘Blog title’. Someone says it doesn’t matter to SEO. But is it real?

Anyhow, this header keeps following your post. there are two options

1. Turn off the header in the layout

You can deactivate the header part on your blog, looking at the layout. It is the easiest way. it works well.

2. Replace the code.

It is a harder way for beginners, but you can keep the layout.

1) Contro F or Command F “super.title”

You can find “<b:include name=’super.title’/>“.

2) you replace this line with the below code.

<b:tag expr:name=’data:view.isSingleItem ? “h2” : “h1″‘ class=’title’>
    <data:blog.title/>
  </b:tag>

3) Check the code after reflashing the blog page.

 

Second problem.

Blogspot themes don’t apply the h1 tag to the post-title. They use the h3 tag. on it. You can use the h1 tag in your content. But it is allowed once due to SEO. So it is the best way to use the h1 tag on the post title which contains the most important keywords.

1. Go to the theme > HTML edit

2. Contro F or Command F “post-title entry-title”

– you can find “<h3 class=”post-title entry-title”>

 <h3 class=’post-title entry-title’>

<b:if cond=’data:post.link or (data:post.url and data:view.url != data:post.url)’>

<a expr:href=’data:post.link ?: data:post.url’><data:post.title/></a>

<b:else/>

<data:post.title/>

</b:if>

</h3>

3. Replace h3 with h1

This is easy to change. Now you don’t need to use “Major heading”.

4. Check the code after reflashing the blog page.

You can find the h1 tag next post title.

 

blogspot theme with h1 and blogspot logo
blogspot theme with h1 tag use

 

 

 

 

 

 

 

 

 

 


 


게시됨

카테고리

작성자

댓글

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다