-->

How to make a blog post title SEO friendly

Envision what number of more perspectives and how substantially more engagement your blog entries would get in the event that you invested to the extent that making your blog entry titles as you do your email headlines. Whether your posts are constantly found in social networking, web indexes, or within individuals' inboxes, the titles are the first things per-users will see - and they're the guardians of the fabulous substance only a single click away.

How to make a blog post title SEO friendly

Make your blog post title appear first in search engines:

1.     Go to your Dashboard on Blogger
2.     Click on >> Template
3.     Click on >> Edit HTML
4.     Search for <title><data:blog.pageTitle/></title>
5.     Replace the above HTML code with the below HTML code. Then save your template

<b:if cond=’data:blog.pageType == &quot;index&quot;’> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>

No comments