Hi Victor,
Since the old SDTT is going to be discontinued – are you facing any issues on the Rich Results test?
I tested here but I do not see any errors – just minor warnings:
https://search.google.com/test/rich-results?utm_campaign=sdtt&utm_medium=url&url=https://www.elisabethllorca.com/rostro/ampollas-flash/
Let us know.
Hello Uzair,
Indeed, what I see in Search Console are warnings, at least I would like to include the field “brand”.
Thanks
Hello,
I am not sure if you have already tried this (if you did, let us know and we will look for another solution but 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.
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.
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.