Skip to main content

How To Show Post Title Before Blog Title In Blogger

If you're using blogger then you may notice, search engines shows your Blog Title first instead of Post Title. Post title is the first and only thing which is checked by visitors to either they should click on this link or not.

Blog title before post title reduces the better SEO benefits and post titles which have the main keywords get chopped because of the characters limit in search results.

If you are not displaying post title first, then the chances for the people to click on your site will be decreased. Because they will see your blog title first and your blog title may not about your post. In some cases, where blog names are much lengthy, post titles are totally omitted in search results.


But don’t worry, you can do a little modification in your Blogger blog’s template to make your post titles appear before your blog title. You will need to modify the title attribution in your Blogger template’s HTML. Follow the below steps to make it working for you:

Steps to Implement:

Step 1: Log in to your Blogger account.

Step 2: From the dropdown menu click on Template.

Step 3: Backup the template and then click on Edit HTML.

Step 4: Now press Ctrl + F and find the below line in your template (In my blog it was in the 11th line).

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

And replace the above code with the below code.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

Step 5: Now click on Save Template.

You Are Done!!


You may not be able to see the effect immediately because search engines might require few days to update their databases or crawl your blog. Hope it will boost your site's traffic. And certainly it will be helpful for SEO too. Your reactions are always welcomed. Thanks :)

Comments

Popular posts from this blog

Killer WhatsApp Tricks That You Should Know

WhatsApp has become the best messenger for mobile platform. Not only it is available for every mobile platform but also it is the most used app in these platforms too. The popularity of WhatsApp has grown so much popular that many WhatsApp tricks are coming to internet and many users are searching for these amazing WhatsApp hacks to use in their phone and amaze their friends.  So, here we go: 1. Disable WhatsApp Auto Image Download Though earlier, WhatsApp plus app was required to stop automatic downloading of images, videos and audio files but now, WhatsApp has added this option to its settings. So, you can control automatic media files downloading. Just navigate to More > Settings > Chat Settings > Media auto-download  Check suitable option at ‘When using mobile data’, ‘When connected’ on Wi-Fi’ and ‘When Roaming’. 2. Hide WhatsApp Last Seen Last seen timestamp is great feature but the feature comes out to be really very annoying because i...

How To Remove Powered By Blogger Attribution

Blogger is the most popular blogging platform. However, its Templates contains an official Attribution which shows that the blog is the product of Blogger.

How To Remove "Read More" Link In Blogger

"Read More" option makes your blog more professional, but some expert says, it affects your blog's page rank. So here's a short tutorial on how to remove that link.