• Atul

    (@atul32)


    I use AISEO to write description of blog post (meta tags). After new update, Jetpack has started to produce Open Graph (og) description in which it takes first 2 lines of the post as description.

    Now, this og post description is showing as the default description everywhere instead the one from AISEO (even in google search).

    Is there a way to make og post description same as the one in AISEO?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • weigertj

    (@weigertj)

    Hello,

    use “Remove Jetpack Open Graph Tags” plugin or open up your theme’s functions.php file and paste the following code.

    // remove jetpack open graph tags
    remove_action(‘wp_head’,’jetpack_og_tags’);

    Either way, it should be fine!

    Jozsef

    Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi Atul, wiegertjs suggestion should work for you. Let me know if you need more help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jetpack Open Graph Tags in conflict with AISEO tags’ is closed to new replies.