Title For Blog
Post Title for Blog
Post title and blog title helps in improving rank in search results . In Google search Algorithm Post title and Blog title play a most important role. When a keyword is searched, Google checks Post title, Blog title, URL etc factors to display your blog or website in search resultsBy default in blogger, blogger shows blog title first and then post title. If you want to show post title before Blog title the follow given steps, Its helpful to improve Blog SEO.
Steps to show post title before blog title
- First Login on Blogger.
- Dashboard >> Template >> Edit Html
- Press Ctrl+F and find this code.
<title><data:blog.pageTitle/></title>
- Replace the above code with below code .
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
- Finally save the template .
I hope this article is Helpful for you.
No comments :
Post a Comment