hi ,two weeks ago Google webmaster tools reported that i have Duplicate meta descriptions in 78 pages of my blog (in content analysis section) so,it makes all my posts have the same description and my blog considered as spam blog. i need to know what is the best meta tag for blogspot (description and keword only or also robots or gust add description of my blog in setting section i mean in header only and no need for meta tags) and how i can add my meta tag for my home page only please if anybody have uesful information please share thanks
This is an issue others are concerned with. At blogspot I now added manually the meta description and keywords tags to some of my important post.and I still search a better way...I have 30 duplicate meta descriptions for my blog http://earningsource.blogspot.
Change this Code : <head> <b:include data=’blog’ name=’all-head-content’/> <title><data:blog.pageTitle/></title> with : <head> <b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> | <data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if> You can Read more on his article Blogger Meta tag Trick Good Luck !!!