How to make Title post become seo Friendly

After we post about how to create a blog, now I want to share How to make Title post become seo Friendly, seo mean Search engine optimization, and with this post I want to share about how to make our blog seo friendly just form the title post,

For the first time you must log in to your blogger account and than go to layout and click edit html side and than use ctrl F to find this tag

<title><data:blog.pageTitle/></title>

And than replace with this tag

<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>


And than save

The function of this tip is to make your blog title structure, and I hope your blog will be better in search engine
Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.

0 comments :

Post a Comment