Optimized Your Blogger Blog Post With This Simple Blogger SEO Tips (Blogger Tip Trick No 2.)
>> Wednesday, November 4, 2009
If you want your Blogger blog post being optimized (be easily indexed by search engines), on each post page, your blog title has to be in this order below:
<post title>: <blog title>
But by Blogger default, when your post page is displayed, your blog title is always shown as:
<blog title>: <post title>
So, how could we achieve that?
Below are the steps to optimize your Blogger blog post:
1. Login to your Blogger account.
2. Navigate to Layout >> Edit HTML from the Dashboard.
3. Before editing your template, please back up your template by clicking “Download Full Template“.
4. Find the code below.
<title><data:blog.pageTitle/></title>5. Replace the above tag with the following tags:
<b:if cond='data:blog.pageType == "item"'>6. Click ‘Save Template‘
<title><data:blog.pageName/>: <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
That is all...



