Make Seo friendly title In BlogSpot, if you using default blogger template you need to edit your BlogSpot template to make seo friendly title because in default blogger template the structure of your posting title is Your blog title and than your post title this structure will give you band result in search engine and this post just want to share about how to change your post title become seo friendly
And to make your structure become Post title and then blog title, and to make like this you just follow this tutorial,
1. Login into your blogger account and then click design tab and Edit html tab
2. Don’t forget to back up your blogger template first; to back up you just need to download your recent blogger template
3. Search this code
4 . Replace that code whit this code
5. Save your template
I hope this article will help us to make our BlogSpot become more seo friendly
And to make your structure become Post title and then blog title, and to make like this you just follow this tutorial,
1. Login into your blogger account and then click design tab and Edit html tab
2. Don’t forget to back up your blogger template first; to back up you just need to download your recent blogger template
3. Search this code
<title><data:blog.pageTitle/></title>
4 . Replace that code whit this code
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
5. Save your template
I hope this article will help us to make our BlogSpot become more seo friendly
0 comments :
Post a Comment