A blogger should well understand the importance of enabling Meta description tags to their blogs. In self-hosted blogs, this is pretty easy as it is a matter of editing the head content. However, in Blogger blogs, you can normally edit the Meta tags only for the home page, and not for individual posts. If you enable Meta tag on home page, it will be duplicated over all your posts, causing you to have duplicate Meta tags (Google Webmaster Tools can indicate this). Here is a trick with which you can have individual Meta description tags for each of your posts in Blogger.
Since adding Meta description to every individual post is rather difficult (particularly when you have hundreds of blog posts), you can make the post title itself act as the Meta description. It will get you individual description tag for each post, and it is very good for the site’s SEO.
Make sure that you have a very descriptive title for each post. That helps to rank high in search results. Follow these steps:
Step 1: Edit the Template HTML
Go to Layout->Edit HTML. Find <b:include data='blog' name='all-head-content'/> tag. This is where you add your Meta tags.
Step 2: Add Individual Meta Tag Code
Now, underneath this tag, add the following code:
Once done, the Meta description for each post will be different, and the Meta keywords tag will be the same for all. If you need to have individual keyword Meta tags, you have to edit it manually for each individual post URL. That is pretty difficult. Also, having a Meta description tag itself is good for high SERPs.
Copyright © Lenin Nair 2008
Since adding Meta description to every individual post is rather difficult (particularly when you have hundreds of blog posts), you can make the post title itself act as the Meta description. It will get you individual description tag for each post, and it is very good for the site’s SEO.
Make sure that you have a very descriptive title for each post. That helps to rank high in search results. Follow these steps:
Step 1: Edit the Template HTML
Go to Layout->Edit HTML. Find <b:include data='blog' name='all-head-content'/> tag. This is where you add your Meta tags.
Step 2: Add Individual Meta Tag Code
Now, underneath this tag, add the following code:
<b:if cond='data:blog.url == data:blog.homepageUrl'>You have to edit the Meta description and keywords to match the content of your blog.
<meta content='The Description You Need.' name='description'/>
<b:else/>
<meta expr:content='data:blog.pageName' name='description'/>
</b:if>
<meta content='Keywords you need separated by comma' name='keywords'/>
Once done, the Meta description for each post will be different, and the Meta keywords tag will be the same for all. If you need to have individual keyword Meta tags, you have to edit it manually for each individual post URL. That is pretty difficult. Also, having a Meta description tag itself is good for high SERPs.
Copyright © Lenin Nair 2008
THANK YOU VERY VERY MUCH, I HAVE SPENT SEVERAL WEEKS LOOKING FOR THIS. I'LL TRY IT IN MY BLOGS.
ReplyDeleteTHESE TWO HAVE ALL THE POST WITH DUPLICATE METAS DESCRIPTIONS
WWW.PAKESEPA.COM
WWW.VISUARQ.NET
THANKS.
Thanks for the information,I'v been looking all afternoon. and I found it here all my pages have the same keywords an same description.Thanks to you i can now change them.
ReplyDeleteThanks again,
Joe.
It's my pleasure, Joe.
ReplyDeleteGreat post! Valuable info -- I've wondered how to do that in Blogger :-)
ReplyDeleteoutstanding! thanks so much for your clear explanation and help.
ReplyDeleteMac, thanks for the comment. Good to know I could help you out. For more, subscribe to the blog and follow in Blogger.
ReplyDeleteThanks for the info. I added that to my site http://fashionivy.blogspot.com/ over the weekend but the descprition is still not showing. My blog gets spidered a alot so i wonder if i did it wrong. Can you have a look and see if i di it right.
ReplyDeleteSecondly how did you add the feedburner links at the bottom of you homepage
many Thanks
Fashion Ivy, thanks for the comment. I had visited your blog and found the individual descriptions have been enabled perfectly. Make also sure that the apostrophes in your titles are replaced (escaped) with the apostrophe escape character: ' This is important because otherwise your individual meta descriptions will not work.
ReplyDeleteIn order to get Feedburner links just as in the blog, just see these :
Topic specific RSS feeds
and
Enabling more than one feed item using FB
It took me a long time to find this information. Thank you very much. Excellent work.
ReplyDelete