Have you noticed the difference between these two pictures? Google has indexed both recently. In practice, this means that this site, the page header in particular is added as your keywords while the bottom one by its page name. Which one do you prefer? Your reason this distinction is significant in terms of SEO ( Search Engine Optimization) standpoint. If you've noticed, Blogger Buzz in their latest updates released:-
Layouts now has aJust follow the steps below:-blog.pageName
datum that gives the name of the current page without the “[Blog Name]: ” prefix thatblog.pageTitle
adds.
1- Click on Dashboard> Layout> Edit Html
2- Search for these lines (right below your
<head>
tag):- <b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
3- Remove the above lines to these lines:-
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
4- Save changes and you're done.
1 comments:
test on emoticons
:-) :) :-$ :$ :-P :P
Post a Comment