How to Modify your Blog for Search Engine Results
To modify what the page title of your posts should be, you need to edit your blog's HMTL.
For Blogger,
On the HTML code you need to find
<title><data:blog.pageTitle/></title>
Replace it with the following: (Press Ctrl+C to copy)
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
Note:
If your blog is already indexed in searches, then you will need to wait until the search engines re-index your blog and adjust the results to the recent changes you made. This will take some time so just relax and wait.
For Blogger,
- From your dashboard, choose the blog you wish to modify and click Design.
- Under the Design tab are links. Select Edit HMTL.
On the HTML code you need to find
<title><data:blog.pageTitle/></title>
Replace it with the following: (Press Ctrl+C to copy)
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
Note:
If your blog is already indexed in searches, then you will need to wait until the search engines re-index your blog and adjust the results to the recent changes you made. This will take some time so just relax and wait.