TopBottom

Do you like this Blog?
Subscribe for my feeds to get updates:





Subscribe Via Email for Free:

TwitterCounter for @Danzy

Announcement: Wanna exchange links? Contact Me.

Swap Blog Post Title for Search Engine Friendly (SEO)

Posted by Dan* at Sep 24, 2009
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit


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


Related Posts by Categories

Labels:

8 comments:

Vinayak said...

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

krishna said...

thanx dude Its really really very helpful to u
I am using it and seeing the change
www.krishnarottenpeace.blogspot.com

anurag said...

ur site is a software gadget kit!!
very helpful indeed!!
I like it very much!!

www.anuragarch.blogspot.com

Post a Comment