Woo Product Schema

#31944
Viewing 3 replies - 1 through 3 (of 3 total)
  • Todd
    Rank Math free

    Hi,

    Thanks for getting in touch with us.

    Those options are available when you are trying to use the product Schema on a blog post/page.

    Rank Math takes the schema data from your WooCommerce product pages automatically and turns it into Schema-ready content. So, you do not have to enter those manually.

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

    I would love to have the option to use those settings on woo product pages.

    For example, by default there is no option to use price valid until.

    Custom description would be nice as well.

    Also add ability to put in (e.g. isbn, mpn or gtin8).

    Todd
    Rank Math free

    Hi,

    You can add priceValidUntil like this:

    null

    For GTIN8, you can use any GTIN plugin for WooCommerce and then use this code in your theme’s functions.php file to turn than GTIN code into GTIN8:

    add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ){
    $entity[‘gtin13’] = str_replace(‘-‘, ”,$entity[‘gtin’]);
    return $entity;
    });`

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

    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 3 replies - 1 through 3 (of 3 total)

The ticket ‘Woo Product Schema’ is closed to new replies.