-
Hi, sorry for my english.
I have a problem with rich snippets.
In the category pages, in the product loop there are errors “aggregateRating or offers or review, brand, sku, etc …”
The problem is only in the product loop.
I entered a custom code for the brand, it only works on the product page.Code example:
add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) {$entity['offers']['priceValidUntil'] = '2025-12-31';
return $entity;
});
My website is: https://www.cipollagioielli.com/
Example page: https://www.cipollagioielli.com/categoria-prodotto/categorie/gioielli/anelli/How can I solve?
Thanks in advance.
The ticket ‘Rich snippet problems’ is closed to new replies.