Tuesday, May 3, 2011
Blogger Title Swapping Hack
Do you like this story?
When you create a new post in Blogger it assigns a Title like this:
BlogName : Post Name
ENet Blog : Swapping Blogger Title Swapping Hack
In terms of SEO you should have your Page Title first. Luckly we have an easy workaround in order to change this. Go to your Blog DashBoard and open the Layout tab, then clic on the Edit HTML link. Find the following code:
<title><data:blog.title/></title>
and replace 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>
After that your Page Titles will look like this:
Post Name - BlogName
Swapping Blogger Title Hack - Blogger SEO
That's all!!!!
BlogName : Post Name
ENet Blog : Swapping Blogger Title Swapping Hack
In terms of SEO you should have your Page Title first. Luckly we have an easy workaround in order to change this. Go to your Blog DashBoard and open the Layout tab, then clic on the Edit HTML link. Find the following code:
<title><data:blog.title/></title>
and replace 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>
After that your Page Titles will look like this:
Post Name - BlogName
Swapping Blogger Title Hack - Blogger SEO
That's all!!!!
This post was written by: Techie Blogger
Techie Blogger is a IT Trainer, Pro Blogger and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “Blogger Title Swapping Hack”
Post a Comment