1. Find the following code in your template:
<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>(some templates have h2 , change the red numbers to 2 and search again)
2. After finding the above code change the red h2 or h3 tags to h1
3. If you think the H1 is too big add this CSS code before ]]></b:skin>
h1.post-title, .post h1 #Blog1 h1, #Blog2(this is the size what i am using , but you can change it)
h1 { font-size:1.5em; }
4. Save your template!
Please read my other post about optimizing the posts title tag!
6 comments:
Wow, great information. I could say my knowledge in seo is already broad but I find it nice to see people giving out tips and new information.
Thanks for the helpful information. Hope to hear more from you.
Thanks for the information, I like your take on blogging.
really cool tip :-)
just edited the necessary thank you so much
Post a Comment