SEO

How to optimize your blogger in google search results


1> Login with eblogger dashboard Go to template > Edit html

2> Click anywhere inside the code area and press CTRL + F 

3> Find this code which is shown below

<title><data:blog.pageTitle/></title>

4> Replace above code with  below given 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>

5> Save template.

No comments:

Post a Comment