Ticker

6/recent/ticker-posts

Showing Post Title Before Blog Title In Search Results

Showing Post Title Before Blog Title In Search Results

As a matter of course your Blog Title shows up before the Blog Entry Title in the query items. This down traffic to your blog. To improve your blog entry title and make blog entry title show up before the blog title we really want to change blogger default setings. This simple blogger trick  helps in better SEO and make your blog search engine friendly. In this simple tutorial i will teach you to make blog title appear after the blog post title. So lets get started.

If you are using blogger default template or some old template then you must need to do this, but if you are using some third party template then blog post title may be already optimized. You may double check it, Its good to be sure. After completing this tutorial your blog search results should look as demonstrated below.
Post-title-before-blog-title

How To Optimize Blog Post Title

1. Go to Blogger Dashboard > Template and click on Edit Html
2. Backup Your Template to be safe if you mess something up.

3. Now search for code  given below.
<title><data:blog.pageTitle/></title>

4. Replace the above searched code in your blog with the code given below.

<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>
5. Now save the template. You are done!
6. It will some time before search engine crawls your page. But you can check it right away from your browser as show below. As you can see post title i.e 4 Awesome Faceb... is visible before blog title.
optimize-blog-title

Search Results Before And After Blog Title Optimization

You may check change in search result title in search result after changing the code in your blogger template.

blog-post-title-before-blog-title




Post a Comment

0 Comments