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
And than replace with this tag
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
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 == "index"'>
<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
0 comments :
Post a Comment