Change SERPS result looks in BLOGGER
Edit your blog title looks more SEO friendly.
According to SEO technique, crawler will crawl the page title first and then the blog title. So take a look this trick:
For Classic Template
Untuk classic template/template klasik:
Steps:
1. Dashboard.
2. Template.
3. Edit html
Find this script:
<title><$BlogPageTitle$></title>
Then replace with:
<MainOrArchivePage><title><$BlogPageTitle$></title> </MainOrArchivePage>
<ItemPage><Blogger><title><$BlogItemTitle$> - <$BlogTitle$></title></Blogger></ItemPage>
save template.
For blogger beta layout:
1. Dashboard.
2. Layout.
3. Edit html
4. widget expand template.
Found this script:
<title><data:blog.pageTitle/></title>
Replace with:
<!– Start Widget-based: Changing the Blogger Title Tag –>
<b:if cond=’data:blog.pageType == “item”‘>
<b:section id=’titleTag’>
<b:widget id=’Blog2′ locked=’false’ title=’Blog Posts’ type=’Blog’>
<b:includable id=’comments’ var=’post’/>
<b:includable id=’postQuickEdit’ var=’post’/>
<b:includable id=’main’ var=’top’><title><b:loop values=’data:posts’ var=’post’><b:include data=’post’ name=’post’/></b:loop> ~ <data:blog.title/></title></b:includable>
<b:includable id=’backlinkDeleteIcon’ var=’backlink’/>
<b:includable id=’feedLinksBody’ var=’links’/>
<b:includable id=’backlinks’ var=’post’/>
<b:includable id=’status-message’/>
<b:includable id=’feedLinks’/>
<b:includable id=’nextprev’/>
<b:includable id=’commentDeleteIcon’ var=’comment’/>
<b:includable id=’post’ var=’post’><data:post.title/></b:includable>
</b:widget>
</b:section>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!– End Widget-based: Changing the Blogger Title Tag –>
These step will change your page result looks in google result page.
It needs more time to see the result.
Try this code in to Google search to see results:
site:http://templates-gallery.blogspot.com
Change into your blog address
Happy editing
Thanks to fikiranku



Comments (No comments)
What do you think?