• Resolved anonymized-13572853

    (@anonymized-13572853)


    I’m using Jetpack and All in One SEO and I can’t figure out what my problem is, but I suspect it’s related to how these two plugins are interacting with each other. When I put any of my URLs through the Facebook Debugger, I get the following messages:

    Like Button Warnings That Should Be Fixed
    Admins And App ID Missing fb:admins and fb:app_id tags are missing. These tags are necessary for Facebook to render a News Feed story that generates a high click-through rate.
    Like Button Tag Missing og:title is missing. The og:title meta tag is necessary for Facebook to render a News Feed story that generates a high click-through rate.
    Like Button Tag Missing og:type is missing. The og:type meta tag is necessary for Facebook to render a News Feed story that generates a high click-through rate.
    Like Button Tag Missing og:image is missing. The og:image meta tag is necessary for Facebook to render a News Feed story that generates a high click-through rate.

    Open Graph Warnings That Should Be Fixed
    Inferred Property The ‘og:url’ property should be explicitly provided, even if a value can be inferred from other tags.
    Inferred Property The ‘og:title’ property should be explicitly provided, even if a value can be inferred from other tags.
    Inferred Property The ‘og:description’ property should be explicitly provided, even if a value can be inferred from other tags.
    Inferred Property The ‘og:image’ property should be explicitly provided, even if a value can be inferred from other tags.
    og:image should be larger Provided og:image is not big enough. Please use an image that’s at least 200×200 px.

    I’m using All in One SEO to generate meta tags, titles and descriptions, but I’d still like to use Jetpack to generate my OG and fb:admins and fb:app_id tags, because it appears that All in One SEO isn’t doing it. Is that possible? Any suggestions would be appreciated!

    http://wordpress.org/plugins/jetpack/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter anonymized-13572853

    (@anonymized-13572853)

    Or is the problem (like my other one) because I am using an old version of WordPress 3.4.2 and Jetpack 1.8.1?

    Thread Starter anonymized-13572853

    (@anonymized-13572853)

    Okay, I updated to the latest versions of WordPress, Jetpack and SEO All in One and am still having this problem.

    Thread Starter anonymized-13572853

    (@anonymized-13572853)

    Figured it out. It appears I can only do it the other way around and have All in One SEO manage this rather than Jetpack.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    By default, Jetpack automatically deativates its Open Graph Meta tags when another Open Graph plugin is active. This way, you avoid duplicate tags.

    All In One SEO has recently added a new module named Social Meta that allows you to manage Open Graph meta tags on your site. As a result, Jetpack’s tags are now deactivated when All In One SEO is active.

    If you’d like to use Jetpack’s Tags instead of AIOSEO’s, you’ll need to deactivate the Social Meta module in All In One SEO, and force the activation of Jetpack’s Open Graph meta tags by adding the following code to your theme’s functions.php:

    add_filter( 'jetpack_enable_open_graph', '__return_true', 100 );

    I hope this helps.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘OG and Like Button warnings on Facebook, related to SEO All in One Pack?’ is closed to new replies.