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...
6 comments:
What does this code do? If *what* do *what*?
If *else* do *what*?
If we do this trick, than every (tittle) "blog post" will be easily indexed by search engine, instead of (tittle) "Blog" (that only 1), So we had a lot of chance to be indexing by search engine and with various keywords...
whether the need to add meta-content and meta-keyword
Sorry for the weirdly phrased question. I guess I was too tired to think properly but I might forget my question if I do it later (which I did). Anyway, thanks for answering.
is it SEO trick...?
Thanks for giving us information about search engine optimization. These tips are very helpful.
Post a Comment