While blogging, we always want our content to be reached to as many people as possible. For which, SEO helps us a lot. One of the main strength of SEO is meta keywords & meta descriptions. But, in blogger, we can't create page like wordpress or something. What we can do is only make new post. so, many of us may get in trouble to assign meta keywords and/or meta description on our post.
There is a solution I have found, don't know whether its perfect or more optimized solutions are available. Here is the idea:
you will notice that for each new post at blogger, a new html page is generated(like "post-title.html"). That means you will get unique url for every post although you will not have access to modify all those page(like adding meta keywords). Ok, now you have to add some code on your blogger template. At the header section, write few codes as follows
<b:if cond='data:blog.url == "http://ranacseruet.blogspot.com"'>
<meta content='meta description goes here' name='description'/>
<meta content='keywords goes here' name='keywords'/>
</b:if>
Now the meta keywords & descriptions will be set for your main blog url like here is for mine http://ranacseruet.blogspot.com. Now in the same way, you have to add another checking for another post url & set meta keywords there like follows:
<b:if cond='data:blog.url == "http://ranacseruet.blogspot.com/2009/4/test-post.html"'>
<meta content='meta description of test post page goes here' name='description'/>
<meta content='keywords for test post page goes here' name='keywords'/>
</b:if>
What you have to do, is write this condition for each post & write the meta description & keywords there. Now you can test by checking you main blog url's source code & also go to a specific post & test for that post. You will get perfect result. These meta information will help a lot for SEO. Another thing, try to keep meta keywords up to 3-4 at most, which is the perfect settings for meta keywords.
Subscribe to:
Post Comments (Atom)










0 comments:
Post a Comment