-
A required field is missing: id
Products without “id” information can’t be uploaded. Please check that this field is included for each product in a separate, labeled column.hi, i tried to paste this code in function.php
/**
* Filter to change the Rank Math schema data for Product.
* @param array $entity
* @return array
*/
add_filter(‘rank_math/snippet/rich_snippet_product_entity’, function ($entity) {
$entity[‘@id’] = get_permalink().’#product’;
return $entity;
});but nothing has changed.
how can i solve?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The ticket ‘Missing ID pixel facebook’ is closed to new replies.