Tips for blogger to improve SEO on google blog to add title tag. Just you can follow this litttle suggestion .I give you the tips to improve SEO.Just Follow this step bellow:
Following step:
- Starting your blogger Dashboard ,Go to Template
- Click on Edit HTML then procced
- Then Press Ctrl+F search this line of code:
<title><data:blog.pageTitle/></title>
Replace it with this:
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> |
<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
- Save your template and you’re done!
Comments
Post a Comment