How to Optimize Blogger posts Title for SEO
- First of all Go to Blogger Dashboard.
- Then click on the Template Tab.
- Now click on EDIT HTML Tab.
- Proceed forward.
- Press CTRL+F and find the below code.
<title><data:blog.pageTitle/></title>
- Now replace the above code with the below script.
<b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> |<data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if>
- Now save your template you are done.
If you have any problem while doing this tutorial ask us through the comment box, we are here to solve your problems thanks!!

0 comments:
Post a Comment