Saturday, 28 November 2015

Blog Title appears before Blog Post Title

By default your Blog Title appears before the Blog Post Title in the search results.  This slow down traffic to your blog. In order to optimize your blog post title and make blog post title appear before the blog title we need to change blogger default settings. 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
1. Go to Blogger Dashboard > Template and click on Edit Html
2. Backup Your Template to be safe if you mess something up.
  • Backup Your Template In 3 Simple Steps
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.

No comments:

Post a Comment