Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Steve M

    (@wpsmort)

    The cause of this problem is the additional duplicate Open Graph meta you have on lines 21 through 23 of your source code –

    <meta property=”og:title” content=”Shop | Priceless Pet Rescue” />
    <meta property=”og:url” content=”http://pricelesspetrescue.org/shop/&#8221; />
    <meta property=”og:image” content=”http://pricelesspetrescue.org/PPR_WP/wp-content/uploads/2014/06/Womens_V_Black-251×251.jpg&#8221; />

    You need to find where this meta is coming from and remove it. Check your theme and any other social plugins you have activated on your site.

    Thread Starter mfrethy

    (@mfrethy)

    That’s the problem. There is nowhere that Woocommerce inherintly inserts SEO without an additional plugin. I don’t have any other social plugins. And my theme doesn’t do anything for SEO. Yet somehow everything is being reverted back to the base shop page SEO info on any product. Woocommerce won’t touch it because they say they don’t inject SEO. The theme developer says similar. Whether I have AISEO active or not it’s still doing it so I know it’s not necessarily the plugins fault or doing. I was hoping the plugin could overwrite whatever is going on but it isn’t. Any advice?

    ### WordPress Environment ###

    Home URL: http://pricelesspetrescue.org
    Site URL: http://pricelesspetrescue.org/PPR_WP
    WC Version: 2.3.7
    WC Database Version: 2.3.7
    WP Version: 4.1.1
    WP Multisite: –
    WP Memory Limit: 128 MB
    WP Debug Mode: –
    Language: en_US

    ### Server Environment ###

    Server Info: Apache
    PHP Version: 5.4.39
    PHP Post Max Size: 50 MB
    PHP Time Limit: 0
    PHP Max Input Vars: 1000
    SUHOSIN Installed: –
    MySQL Version: 5.5.42
    Max Upload Size: 50 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Remote Post: ✔
    Remote Get: ✔

    ### Server Locale ###

    decimal_point: .
    thousands_sep: N/A
    mon_decimal_point: N/A
    mon_thousands_sep: N/A

    ### Active Plugins (35) ###

    Gravity Forms: by rocketgenius – 1.9.5
    RescueGroups.org Toolkit Plugin v1: by Brad Derstine – 1.0
    Advanced Access Manager: by Vasyl Martyniuk – 2.8.5
    Akismet: by Automattic – 3.1.1
    All-in-One Event Calendar Facebook Integration by Time.ly: by Time.ly Network Inc. – 1.1.0
    All-in-One Event Calendar by Time.ly: by Time.ly Network Inc. – 2.2.1
    All In One SEO Pack: by Michael Torbert – 2.2.6.1
    BackUpWordPress Backup Plugin: by Human Made Limited – 3.2.4
    Breadcrumb NavXT: by John Havlik – 5.2.0
    Business Hours: by MZAWeb – 2.0
    Display Widgets: by Strategy11 – 2.03
    Embed Any Document: by Awsm Innovations – 2.1
    Enjoy Instagram: by F. Prestipino
    F. Di Pane – Mediabeta Srl – 1.6.1

    Form Maker Pro: by WebDorado – 2.7.20
    Gravity Forms Constant Contact Add-On: by Katz Web Services
    Inc. – 2.1.3

    Hello Dolly: by Matt Mullenweg – 1.6
    HTML Javascript Adder: by Aakash Chakravarthy – 3.9
    Image Widget: by Modern Tribe
    Inc. – 4.1

    MOJO Marketplace: by Mike Hansen – 0.5.1
    One-Click Child Theme: by tychay – 1.6
    Page Links To: by Mark Jaquith – 2.9.6
    PayPal for WooCommerce: by Angell EYE – 1.1.6.2
    Popup Maker: by Daniel Iser – 1.2.1
    Posts in Sidebar: by Aldo Latino – 1.28
    Regenerate Thumbnails: by Viper007Bond – 2.2.4
    Shareaholic | share buttons, analytics, related content: by Shareaholic – 7.6.1.2
    Shortcodes in Sidebar Widgets: by Marc Fuller – 1.1
    Sign-up Sheets: by DLS Software Studios – 1.0.10
    Verify Google Webmaster Tools: by Audrius Dobilinskas – 1.3
    WooCommerce Menu Cart: by Jeremiah Prummer
    Ewout Fernhout – 2.5.6

    WooCommerce: by WooThemes – 2.3.7
    WooMobile: by Bowdie Mercieca – 1.2.4
    WP Google Fonts: by Adrian Hanft
    Aaron Brown – v3.1.1

    WP SMTP: by BoLiQuan – 1.1.9
    Youtube Channel Gallery: by Javier Gómez Pose – 1.8.7

    ### Theme ###

    Name: Spacious Pro Child
    Version:
    Author URL:
    Child Theme: ✔
    Parent Theme Name: Spacious Pro
    Parent Theme Version: 1.1.5
    Parent Theme Author URL: http://themegrill.com
    WooCommerce Support: ✔

    ### Templates ###

    Overrides: –

    Plugin Support Steve M

    (@wpsmort)

    It’s not possible to override the Open Graph meta being output by something else. The only way you can fix this problem is to remove that duplicate meta. I’d recommend deactivating ALL plugins on your site and see if it goes away. If it does then it’s a plugin so activate each plugin one at a time until it comes back. If it doesn’t go away when you deactivate all plugins then it’s your theme so check the header.php file in your theme.

    Thread Starter mfrethy

    (@mfrethy)

    Thank you. I was able to find where the code that was inserting those meta tags was. There’s a header-shop.php file that had those lines in it. Once removed it seems to be working correctly. I believe those lines were added based on the suggestion of a woocommerce user on their support page due to some inferior SEO usage on another “universal” seo tool that wasn’t properly handling the shop pages. A problem that went away after switching to AISEO.

    Plugin Support Steve M

    (@wpsmort)

    Glad you found that. I tested that product in the Facebook Debug Tool and it came back OK.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shop Products Show As Main Shop Page on Facebook Share Using Woocommerce’ is closed to new replies.