How to optimize blogger post titles!!
Step 1.
Log in to your Blogger Dashboard and go to Template > Edit HTML
Step 1.
Log in to your Blogger Dashboard and go to Template > Edit HTML
Check the "Expand Widget Templates" checkbox
Find (CTRL + F) this code:
Replace the code above with this one:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> |<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
<title><data:blog.pageName/> |<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
Click Save Template and you are done.
No comments:
Post a Comment