We Will change the places of post titles with the name of the blog.Why Should WE do this ?
It will help us that it will be easy for the audience to find us more quickly on the search engines because the audience search with post which they not with the name of the blog .We will place the post title at beginning and it will increase the chances to be find on the search engines .
Optimize Blog Titles For Bigger Search Results Tutorial
Step 1:
Go to the edit HTML
Step 2:
Find the code below with the help of ctrl +F Searcher
<title><data:blog.pageTitle/></title>
Step 3:
Replace that code 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>
Step 4:
Save it and your done
0 Comments: