GTIN Error Google Search Console

#635042
  • Resolved Anonymous
    Rank Math free

    Google Search Console indicates an error in the merchant listings on my website. Indicates that “No international identifier, such as GTIN or brand, has been provided.” Currently the Website has an ISBN, but the markup does not identify it correctly. What could I do?

    I am interested in the marking being correct, otherwise the product will not receive Google Merchant either.

    Thank you

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    Adding GTIN, ISBN & MPN is a feature of the Rank Math PRO plugin.

    If you want to add GTIN, ISBN, or MPN to your WooCommerce products using the free version of Rank Math plugin, then you’ll have to modify and use the following filter:

    add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
        $entity['gtin'] = 'your_gtin_number';
        return $entity;
    });
    

    Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘GTIN Error Google Search Console’ is closed to new replies.