Hi,
What would be the best way to have different <head> content for clonable pages to avoid duplicate schema across pages?
I have tried using various text area/filed options but the schema never displays correctly, it is always looking something like this in the source code
When it should look like this
Any ideas welcomed
What would be the best way to have different <head> content for clonable pages to avoid duplicate schema across pages?
I have tried using various text area/filed options but the schema never displays correctly, it is always looking something like this in the source code
- Code: Select all
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
When it should look like this
- Code: Select all
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
Any ideas welcomed
