4

Normally your  Blog title appears first followed by Blog post title in search engine with all blogger blogs.
Sometimes post title may be different from Blog title so need to display post title first to attract the users. Suppose if you have a blog title like "Yahoo chat widget" and your blog is about blogger Help, then it might be better to place the post title first.
Google will only display a maximum of 70 characters for the titles in the search results. So if you have a long post title or blog title then having your post title displaying first might be better.
Now come to the Point. You can do two things:
  1. Blog Post Title + Blog Title
  2. Only Blog Post Title
Determine which one you will follow.


Step 1: Login to Blogger.com
Step 2: From Dashboard go to Design --> Edit HTML.
Step 3: Then search for this tag <title><data:blog.pageTitle/></title>


Normally it is located in <head> section.
as like:-

<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>

Now 1.) if you want to show only Blog Post Title then Replace the red line with this code below.

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

Or 2.) If you want to Show Blog Post Title First + then Blog Title, replace the red line with this code below.

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

You can change that green line to any thing you want.As like (~) symbol instead of simple line (|)
Now search some posts from your blog on Google. your blog title will appear after your post tile.It may be possible for search engine to pick it up which can take some days or a week. 

4 comments:

  1. Hi, I'm sorry to hear that. But seriously .. you really have amazing things in yourself.you rocking man, good information.
    Unnati Fortune Group Noida Extension
    ,Aranya property in Greater Noida2/3/4 BHK apartments sec.119 Noida

    ReplyDelete
  2. Thanks for sharing that. This is a nice trick to make the blog more visible in search results even if it's not crucial important about SEO.

    ReplyDelete
  3. thanks for the information

    ReplyDelete
  4. Thanks for the post, blog gives very good information about the SEO, SEO increases the PR of any website by applying various methods.
    website design

    ReplyDelete