How to Blog Title in Search Engine Website Before Post title Latest 2012

 
This blogger tips is very important to make your blog listed in search engine website. Since Google Search only displays the first 66 characters due to unnecessary occurrence of the blog title causes important keywords of post titles to get chopped off. So, let's we make search engine fully crawling your post title and not your blog title first. This is will get a good result for your blog SEO.


Let's begin :
1. Go to Design > Edit HTML
2. Search this code: Copy the code below, Press Ctrl+F and paste it.

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

. Now replace it with the code 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>

No comments:

Post a Comment