And the search engines index the page that appears is like this.
This method is less good for SEO as the title of your post will be closed by the title of the blog let alone for a long blog title.
So to solve these problems we can outsmart the switch position is from the blog title - title of the post into the post title - title of the blog. That the result be like this
On the browser menu bar
On page search engine index
Ok already explained? Now for those of you who are interested. Please follow the steps below.
1. Login to Blogger. Open the Edit menu HTML
2. Look for <title><data:blog.pageTitle/></title>
3. Replace the code with the code below
<b:if cond='data:blog.pageType == "item"'>4. If you already click Save Template.
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/><title><data:blog.pageTitle/></title>
</b:if>
5. Done.
Now try you click on one of your posts. Are the results according to what you expected? I Hope So:)
Good luck. Good luck ...
0 comments:
Post a Comment