Generally when you upload a blog template you would notice that in the search results for your blog post the result would appear as:BLOG TITLE | POST TITLE
But with a simple hack you can make it more search engine friendly: i.e
POST TITLE | BLOG TITLE
How to Apply:
============
Go to Dashboard -> Layout -> Edit Html
Now within the blog template code, search for the following code:
<title>
<data:blog.pagetitle/>
</title>
Replace the code with:
<b:if cond='data:blog.pageType == "item"'>
<title>
<data:blog.pageName/> | <data:blog.title/>
</title>
<b:else/>
<title>
<data:blog.pageTitle/>
</title>
</b:if>
Via: Jammy

8 comments: on "Swap Blog Post Title for Search Engine Friendly (SEO)"
look like it will work gonna try it out
thinking of trying it
hey danzy
i like your blog very much
do u want to link exchange with me
if yes reply on http://www.superstarvinayak.blogspot.com
@ vinayak
use this form for link exchange Link Exchange
Good one. and new theme of your blog eh? ;) nice!
thanx dude Its really really very helpful to u
I am using it and seeing the change
www.krishnarottenpeace.blogspot.com
I am trying it now
ur site is a software gadget kit!!
very helpful indeed!!
I like it very much!!
www.anuragarch.blogspot.com
Post a Comment