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": [
"",
"",
""
]
richsnippets ,add schemas
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: richsnippets ,add schemas
I'm sorry, I cannot help you edit the JSON file. For me, it may also take a lot of time to figure out how to code this correctly.
-
-
- Posts: 22
- Joined: Wed Feb 13, 2019 12:51 pm
Re: richsnippets ,add schemas
ok, I understand, but the error is created by your program, in fact if I insert the schemas between the head tags, it works correctly.
But at this point I am wondering what is the use of having a function for structured data?
But at this point I am wondering what is the use of having a function for structured data?
Re: richsnippets ,add schemas
The purpose of this tools is for non-advanced users to quickly add structured data to the page.
Unfortunately, it is not possible to include every possible combination.
But if you have suggestions for other schemas then you can post them in the 'suggestions' section of this forum. If more users find it useful then I will consider adding it to a future version.
Unfortunately, it is not possible to include every possible combination.
But if you have suggestions for other schemas then you can post them in the 'suggestions' section of this forum. If more users find it useful then I will consider adding it to a future version.