Friday, April 5, 2013

Beranda » , » Show Blog Post Title First In Search Engine

Show Blog Post Title First In Search Engine


By default when a blog post is created, search engine indexed the name of the blog first and then show the title of the blog post. Here is a method by which you can show blog post title first in the search engine by following the simple steps.

  1. Login To Your Blogger Dashboard.
  2. Go To Template.
  3. Backup Your Template.
  4. Click On Edit HTML.
  5. Search for this line by pressing Ctrl+F:
<title><data:blog.pageTitle/></title>
  1. Replace the above line with the following code:
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> |<data:blog.title/></title>
</b:if>
  1. Change | With – or whatever you want.
  1. Save your template and are all done.
Note: It takes few days to make changes in the search results.

- If you like my post, please take seconds to share.