How to remove your blogger title name at the post in google search engine

Decreasing of your post title can increase your blog posts to be top in goole search engine.Because google search engine allows less keywords with perfect sentence post title to be top.Make your blogger name disable with your post in google search engine by following below procedure,better to try this only your blog name contain more keywords or ‘as you like’.
Follow this part to optimize your search engine:-
Login to blogger->> Design or template->>Edit html->>Expandwidgets tick box
Now search for the below code by using shortcutkey ctrl+f
<title><data:blog.title/></title>
Replace above code with 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>

see your results soon.

No comments:

Post a Comment

Please comment the message if you like post or any trouble