How do i set up custom schema. I see 2 others on top of mine
How do i set up custom schema. I see 2 others on top of mine
At a glance
The community member has noticed that there are 3 application/ld+json entries on their website, with 2 being duplicates they did not create and the 3rd being their own. They are asking for documentation on how to edit these generated entries. The comments suggest that having multiple JSON-LD sections is common, but the duplication is likely a bug. One community member suggests the issue may be caused by a script on the site that is adding meta tags to the body. The solution provided is to remove any nested HTML embeds that may be causing the issue.
there are 3 x application/ld+json entries. 2 dupes I didnt create and the 3rd one which is mine. Is there documentation on how to edit these generated ones?
That's some bug. Haven't seen it before. Otherwise everything else is fine... totally good to do have multiple schemas like your custom one in the body.
My guess is it has something to do with one of the scripts on your site. I see one is adding meta to the body, seems odd but idk if that's the culprit. I'll look and see
This is the culprit. There is a link component and then nested inside that is an html embed that has a link as well. I guess this breaks rendering and causes that duplicate. Just use one of them and it'll work