-
Hi there !
can you pls help me with the brand name change.
I entered this code in functions.php for Astra theme it did not work, Astra support told me to check with Storefront theme – I switched to test – it did not work, so they are not sure how to help me.
/**
* Filter to add Brand Name for Products.
*
* @param array $entity Snippet Data
* @return array
*/
add_filter( ‘rank_math/snippet/rich_snippet_product_entity’, function( $entity ) {
$entity[‘brand’][‘@type’] = ‘Brand’;
$entity[‘brand’][‘name’] = ‘Rank Math’;
return $entity;
});
The ticket ‘Add Brand Name for Products’ is closed to new replies.