-
Hello,
we have the problem that the products brand in the rich snippets is not listed/recognized as a brand, but is listed under “additionalProperty”. Google Search Console therefore says that the brand entry is missing.
We use the taxonomy (product attribute) “pa_marke” for the brands.
Here in the forum I found this functions.php code, but I don’t know how to customize it to dynamically use the right brand. When I use the code in this way, the brand is always RankMath.
add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) { $entity['brand'] = 'Rank Math'; return $entity; });
Can anyone help us? Thanks!
The ticket ‘Product Brand is not recognized as a brand’ is closed to new replies.