Welcome to SEO SEM Tutorials. This is blogger tips and tricks : In blogger by default all the pages have the same <h1> Tag - which is the site title, for seo it is necessary that each page must have only one <h1> tag and unique h1 tag for every page that must have your keywords, to do so, follow the steps shown in the below.

Step 1. Go to 'Template' ---> Edit Html
Step 2: In 'edit html' : find (CTRL+F) this in the code:
<b:if cond='data:post.title'>
Step 3:
Now replace <h2 class='post-title entry-title'> to <h1 class='post-title entry-title'> and </h2> to </h1>. Check it below
<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>
This example shows that your template used 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 code with H1, for example,
Step 4: Go to 'Layout'
Step 5: Go to 'Edit' in the 'Header'(where your website title appears)
Step 6: Go to 'Choose File' from your computer, if it is there or logo in to www.logomaker.com
Step 7: Select the option 'Instead of Title and Description'
Step 8: Go to 'Save' Button.
Step 9: Go to 'Settings' Menu --> 'Posts and Comments'
Step 10: In 'Show at most' select '1' post on main page.
Step 11: 'Save the Settings'
Step 12: Go to Design -- > Template Designer
Here select 'Advanced' in that, select 'Add CSS' and paste the following code in it:
h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 { font-size:1.0em; }
and click on 'Apply to Blog'.
SEO Tutorials
SEM tutorials
0 comments:
Post a Comment