Every blogger knows that all posts on blogspot contains the blog title and then title of the Post and this is also true in case of search when we Google search instead of full title of the post the title of the blog is appended first as show in below PIC....did you know there is a simple hack to remove the blog title and keep only the post title in search engine?
follow the below steps to remove the blog title in search results:
1. Sign into the blogger Dashboard-->Layout-->Edit HTML
2. Check the Expand and backup the xml code inside the box in case something goes wrong you can revert it back.
3. Find the below line
<title><data:blog.pagetitle/></title>
4. Replace above line with the below code
<b:if cond='data:blog.pageType == "item"'> <title>
<data:blog.pageName/> | <data:blog.title/> </title> <b:else/> <title>
<data:blog.pageTitle/> </title> </b:if>
Now done now you can see the post title instead of blog title on the search engine except for the main page where the main page contains the blog title rest of the post contains post title

1 comments:
thanks it works fine
Post a Comment