Have you ever noticed that your blog's post title is appearing after blog title in search results ? and ever thought about it that it is good or bad ? According to search engine optimizing it is not good because when a user will search any page or post , he will start reading the page title from the beginning and if the starting words are not matching with the content which he need then he will skip reading it and will start reading another page title.
So today I am going to teach you that how can we display post title before blog title. This is also the one of blogger seo friendly designing post which can boost your traffic. In the most of blogger templates post title appears after blog title but don't worry, we're here to help you. So friends let's start it.Follow My Steps
1->Go To Blogger >> Template >> Edit Html >> Proceed
2->Find the code below [Tip: Press Ctrl+F to Find]
<title><data:blog.pageTitle/></title>
3->Replace "<title><data:blog.pageTitle/></title>" With the Following 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>
4->Click Save Template and You Have Done !
Please Leave Your Question And Comment Bellow
0 comments:
Post a Comment
Before Publishing Your Comment Please Click On Subscribe Button To Get Comments Update Direct Your Email