richsnippets ,add schemas
Posted: Tue Aug 18, 2020 8:24 pm
I wanted to add 2 schemas to the richsnippets.json file, I text the code with the Gooogle tool and it is correct, then I add it to the above mentioned file, but the program interprets it badly, in fact the three occurrences are copied the same and therefore google interprets it as repetition.
In the data entry form,the schemas are displayed correctly, however, I entered 3 different URLs, but the program copies the last entered on all three occurrences
IF I insert only one occurrence in the .json file then everything works
1° schema not working properly
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "",
"item": ""
},{
"@type": "ListItem",
"position": 2,
"name": "",
"item": ""
},{
"@type": "ListItem",
"position": 3,
"name": "",
"item": ""
}]
}
2° not working correctly to add to the local business schema
"sameAs": [
"",
"",
""
]
In the data entry form,the schemas are displayed correctly, however, I entered 3 different URLs, but the program copies the last entered on all three occurrences
IF I insert only one occurrence in the .json file then everything works
1° schema not working properly
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "",
"item": ""
},{
"@type": "ListItem",
"position": 2,
"name": "",
"item": ""
},{
"@type": "ListItem",
"position": 3,
"name": "",
"item": ""
}]
}
2° not working correctly to add to the local business schema
"sameAs": [
"",
"",
""
]