Blog title is very important in optimizing blogger search engine, it will help your blog to get better rankings and target high amounts of traffic to your blogs. If you are using blogger sometimes you download a template that the blog homepage title appears first before your post title. Google search engine display 66 characters thus if your homepage title goes first more or less your post title will be cut off and the targeted keywords for your blog title will not be seen. If you search a targeted keyword "How to earn money online" its the post title which is considered by search engines to fetch results and your blog title doesn't play much role in it. Below I will guide you on how to make your Blog Homepage title Appear after Post title in google search engine.
Here is the guide on How to make Blog title appear after post title tutorial
Follow the step by step guide:
1. Go to blogger > Deisgn > Edit HTML
2. Back up your Template
3. In Edit HTML, find the below code
<title><data:blog.title/></title>
4. Then replace it with the 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>
5. Then Save template and your done!
Also if you view your blog in browser you can see theres a change in the title position. See below picture
1 comments:
hi @paujin,
pls check your code. For me it worked only after I switched the code other way around
b:if cond='data:blog.pageType == "index"'
title data:blog.title/ /title
b:else/
title data:blog.pageName/ | data:blog.title/
/title
/b:if
monkeyshine nutworks
Post a Comment