Product Schema Options not Showing up on Product Page

#85505
  • Resolved Daniel
    Rank Math free

    Dear Staff,

    firstly i really love your SEO-Suite, but unfortunately, there is a little issue i need your help with.
    If iam opening a single product rank math is not showing up all the detailed options to configure schema-markup for products no matter if i use Gutenberg or Elementor (preferred). All the options in the schema product tab that shows up is to choose whether product or none. But i want to add some additional infomations like Brand, GTIN13 which are not automatically mentioned in the source code.

    Fun fact: If i hover over to an article / blog post the settings field for rank math schema markup is showing up. But unfortunately not on single product page, where i really need it to get rid off manually integrate of schema markup code.

    Hope you can help me out of here.

    Kind regards,
    Daniel

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for getting in touch with us.

    Rank Math takes the schema data from your WooCommeerce product pages automatically and turns it into Schema-ready content.

    To fix the brand warning, head over to WordPress Dashboard > Rank Math > General Settings > WooCommerce and choose from any of the available fields to use as your product’s brands.

    Brand Value

    If you want to use a custom value for your Brands, you can do that by using the following code in your theme’s functions.php file:

    // Add Brand for Products.
    add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {
    $entity['brand'] = 'Rank Math;
    return $entity;
    });

    Replace the “Rank Math” text with your actual brand name then run your website through the Structured Data Testing tool once again.

    For the GTIN, ISBN, MPN issue, you can fix it by adding that to your products using the custom product attribute feature in WooCommere or you can use this plugin: https://wordpress.org/plugins/product-gtin-ean-upc-isbn-for-woocommerce/

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Daniel
    Rank Math free

    Thanks Michael. Helped a lot! Appreciate your service.

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘Product Schema Options not Showing up on Product Page’ is closed to new replies.