Are you want your post title to appear before your blog name on Google’s search results page. He came up with this nice Blogger trick that allows you to display your post’s title before blog title in Google’s search results.
The process is pretty simple
and almost anyone can do it, even novice blogger users. Just follow the steps below:
The process is pretty simple
- In your Blogger dashboard, head over to the Template page.
- Click on Edit HTML and then on Proceed.
- Click to put a check in the Expand Widget Template box.
- By using Ctrl+F, search for <title><data:blog.pageTitle/></title> in your template’s code.
- Once found, replace with the following code below:
<b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> |<data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if>
- Save your template.

No comments:
Post a Comment