• Discovered that on NEW posts only, after adding a featured image that the image appears at its largest version as well as the formatted version that displays correctly on the page. This only happens on a single post page and only on new posts. The current/old posts do not have this issue. Disabling the facebook opengraph option removes the issue. There is clearly the image tag the Yoast meta section (causing the issue).

    Samples below, any insight on this would be helpful. I have created several sample NEW posts and have the same issue.

    Sample of NEW post:
    <!– This site is optimized with the Yoast WordPress SEO plugin v1.4.22 – http://yoast.com/wordpress/seo/ –>
    <link rel=”canonical” href=”…” />
    <meta property=”og:locale” content=”en_US” />
    <meta property=”og:type” content=”article” />
    <meta property=”og:title” content=”…” />
    <img width=”1200″ height=”800″ src=”http://guastavinos.com/wp-content/uploads/2013/09/IMG_8096-e1388695216859.jpg&#8221; class=”attachment-page-single wp-post-image” alt=”…” / ><meta property=”og:description” content=”…” />
    <meta property=”og:url” content=”http://guastavinos.com/guastavinos-guide-winter-weddings/&#8221; />
    <meta property=”og:site_name” content=”Guastavino's” />
    <meta property=”article:tag” content=”Event Planning” />
    <meta property=”article:tag” content=”weddings” />
    <meta property=”article:tag” content=”winter wedding” />
    <meta property=”article:section” content=”Event Planning” />
    <meta property=”article:published_time” content=”2013-12-30T16:18:42+00:00″ />
    <meta property=”article:modified_time” content=”2014-01-02T15:41:46+00:00″ />
    <meta property=”og:image” content=”http://guastavinos.com/wp-content/uploads/2013/09/IMG_8096-e1388695216859.jpg&#8221; />
    <!– / Yoast WordPress SEO plugin. –>

    Sample from Current/Old post:
    <!– This site is optimized with the Yoast WordPress SEO plugin v1.4.22 – http://yoast.com/wordpress/seo/ –>
    <meta name=”description” content=”…”/>
    <link rel=”canonical” href=”http://guastavinos.com/4-ways-increase-attendance-new-york-corporate-event/&#8221; />
    <meta property=”og:locale” content=”en_US” />
    <meta property=”og:type” content=”article” />
    <meta property=”og:title” content=”…” />
    <meta property=”og:description” content=”…” />
    <meta property=”og:url” content=”http://guastavinos.com/4-ways-increase-attendance-new-york-corporate-event/&#8221; />
    <meta property=”og:site_name” content=”…” />
    <meta property=”article:tag” content=”corporate event” />
    <meta property=”article:tag” content=”Event Planning” />
    <meta property=”article:tag” content=”events” />
    <meta property=”article:section” content=”Event Planning” />
    <meta property=”article:published_time” content=”2013-12-16T13:40:23+00:00″ />
    <meta property=”article:modified_time” content=”2013-12-20T18:44:50+00:00″ />
    <meta property=”og:image” content=”http://guastavinos.com/wp-content/uploads/2013/12/DSC_1873.jpg&#8221; />
    <!– / Yoast WordPress SEO plugin. –>

    http://wordpress.org/plugins/wordpress-seo/

  • The topic ‘Opengraph causing duplicate post_thumbnail’ is closed to new replies.