Personally I would like to have my own Meta description show as the snippet for each of my blogger pages, means I have control over what is showing on search engines. I have always felt that the description Meta tag was very valuable because of the fact that search engines will use it to describe your site in the search results. Since Meta description and Keywords are not automatically generated for Blogger templates you must add them to the HTML markup of your Blogger templates.
I was having the code snippet as described in Google Webmaster Central Blog for several weeks and suddenly discovered that the same Meta description and keyword tags were appearing all pages of my blog, This is highly undesirable and some search engines are known to ban a site that carry the same meta tags and descriptions on more than one page.
By using the code snippet from below, you can be sure not to spam search engines with repeated descriptions and keywords for your blog.
I was having the code snippet as described in Google Webmaster Central Blog for several weeks and suddenly discovered that the same Meta description and keyword tags were appearing all pages of my blog, This is highly undesirable and some search engines are known to ban a site that carry the same meta tags and descriptions on more than one page.
By using the code snippet from below, you can be sure not to spam search engines with repeated descriptions and keywords for your blog.
<b:if cond='data:blog.url == "http://myblog.blogspot.com/"'> <meta content='DESCRIPTION' name='description'/> <meta content='KEYWORDS' name='keywords'/> </b:if>How to add the above Meta tag to your blogger blog template:
1. Open the blogger dashboard and click the 'layout' button
2. Click on the 'Edit html' tab
3. Add the above code just below: <b:include data='blog' name='all-head-content'/>


Replace the http://myblog.blogspot.com/ with the URL of your homepage.
Replace the DESCRIPTION with a description for your homepage (keep it less than 150 characters).
Replace the word KEYWORDS with a list of keywords separated by commas and relevant for your homepage (keep word repetition less than 3 to avoid keyword spamming).
You need to follow the above steps for each of your blog post and place the code just below the <b:include data='blog' name='all-head-content'/> line.
Andrei has implemented a nice tool to generate this code: Meta Description for Each Blogger Page
You need to follow the above steps for each of your blog post and place the code just below the <b:include data='blog' name='all-head-content'/> line.
Andrei has implemented a nice tool to generate this code: Meta Description for Each Blogger Page
















