technology news such as friensdster skins antivirus review, job posts, sports like world cup qualifying matches, nfl game matches - anything under the sun

Saturday, October 11, 2008

Swap Post Title in Blogger

Advertise Here

By default blogger (blogspot) uses the below format of the page title when you publish your post:

image

BLOG TITLE + POST TITLE

If you want to change the boring post title format and want to swap it so that it will become:

POST TITLE + BLOG TITLE

Here is a little tweak to swap blog's title and post title:

Step 1. Look for this code:

<title><data:blog.title/></title>


or


<title><data:blog.pageTitle/></title>



Step 2. Replace it with this code



<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>



Step 3. Save your template.



So, when you search the WATCH NFL ONLINE in google search for example, you will see the post title first which is more likely to increase the possibility of your blog post to get click. The modified format is also good in SEO (search engine optimation).




advertisement code here

No comments: