Blog Page Causing Duplicate Meta Description Issue in Google Webmaster Tools

Discussion in 'Andrina WordPress Theme' started by sandymcdonald, Nov 15, 2014.

  1. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    I'm using the Blog template page and have set up a SEO Title and Meta Description. Currently, I have 2 pages of Blog posts.

    In Google Webmaster Tools, I am getting a duplicate Meta Data Description error with /blog/ and /blog/page/2/.

    How do I correct this while allowing the search engines to index and find my blog in general as well as all the posts in my blog?

    I'm using SEO by Yoast, but I don't see an option to noindex, follow on a page basis.

    My site is http://comfortclimateservice.com

    Thank you for your help.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    May be you are also using SEO options from theme option for meta description.
    Please Check it correctly. If you are using there then remove from there.

    Thanks & Regards
    Pramod
     
  3. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    I'm only using the SEO theme setting for the homepage since I cannot set it with the Yoast plugin.

    I am setting the SEO Title and meta description on the blogpage itself. For some reason it duplicates for each page. Is there some place I should add noindex, follow?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Did you putted SEO code from theme option panel also?
    May be it is just because of you putted meta from your theme option also.

    Thanks & Regards
    Pramod
     
  5. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    No, I removed the meta description from the theme options SEO section but that was not what was causing the issue. Apparently, it is happening because the blog page has more than one page, in my case 2 pages. What is the best way to eliminate this for pages beyond the first blog page but still allow search engines to find my blog?

    Thank you,
    Sandy
     
  6. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    I think inserting the following code recommended by Google will fix the issue . Can you please tell me exactly where to insert the code if you agree?

    Code:
    <link rel="next" href="http://comfortclimateservice.com/blog/page/2/">
    <link rel="prev" href="http://comfortclimateservice.com/blog/">
    Thank you,
    Sandy
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    You have to ask this to Google where to place this code.
    If the issue with two blog page then please delete one page.
    It is not necessary that if you are not insert meta then Google will not track your page/post.

    Thanks & Regards
    Pramod
     
  8. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    I do want google to find my blog. Additional pages are created when the number of blog posts exceed the number that fit on a page, therefore, I cannot delete page 2.

    Google says to put the code in the <head> section of the page. Please tell me the best place to put it in the blog page template page. I have created a child version so I will make the change there rather than in the parent of course so that it is not overwritten with theme updates.
     
  9. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    You have to put these code in header.php file
    Please follow below image.
    20-andrina-head-seo.png
    Thanks & Regards
    Pramod
     
  10. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    I've inserted the code in the place you instructed. Hopefully, my duplicate meta description issue will go away. Thank you.
     

Share This Page