Swap Blog Post Title for Search Engine Friendly (SEO)
Posted by
Dan* at Sep 24, 2009
|
Share this post:
|
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
About Us
Contact Us
