After exchanging blog title, it will appear like this:
This type of placement will also appear in the google search results. The reason why you need to put the post title at the beginning is because users tend to search the contents of a particular post and not the actual name of your blog. So has the title of the post in the early to increase your chances to be found.
How to optimize the blogger post title
Step 1. Log in to your Blogger Dashboard and go to Template> Edit HTML
Step 2. Find (CTRL + F) this code:
"<title> <data:blog.pageTitle/> </ title>"
Step 3. Replace the code above with this:
<b:if cond='data:blog.pageType == "item"'>
<title> <data:blog.pageName/> | <data:blog.title/> </ title>
<b:else/>
<title> <data:blog.pageTitle/> </ title> </ b: if>
Step 4. Click Save Template and you are done.
{ 0 comments... read them below or add one }
Post a Comment