Archived topic
Implementing Schema With JSON-LD in Custom Field
3 replies · Started by Maziar on May 22, 2017
Hi,
I want to implement AggregateRating schema to my posts and this guide suggests using a combination of custom fields for each post and a script in the header.php (for which I will use Hooks).
The question is, will I be facing any problems if I do this? I don't want the AggregateRating to conflict with the currently in place micordata. Would it be wiser to remove the microdata from my single templates?
Thanks
You shouldn't run into any issues as long as you're only applying your schema to your custom fields/content.
You can always validate it when you're done to make sure there's no errors/conflicts.
Thanks for the answer.
Will do.
No problem!