help me blogspot Duplicate meta descriptions

Discussion in 'Blogging' started by fiat2live, Apr 5, 2008.

  1. #1
    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:)
     
    fiat2live, Apr 5, 2008 IP
  2. StDave

    StDave Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    StDave, Jan 19, 2009 IP
  3. arramuse

    arramuse Active Member

    Messages:
    512
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #3
    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 == &quot;item&quot;'>
    <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 !!!
     
    arramuse, Jan 19, 2009 IP