Rosemary,
People have a hard time with these questions because there can be more than one answer.
--The answer is rough but I hope it makes sense.--
I'd say it should be removed, although the best way to use that markup might be to mark up the actual html that is displayed rather than duplicating all of the "main content" inside of a JSON schema tag.
Does it make sense for the JSON to look like below when you have the content already present on the page and could mark it up in the traditional tag format?
|
<scripttype="application ld+json"=""></scripttype="application>
|
| |
{
|
| |
"@context": "http://schema.org",
|
| |
"@type": "WebSite",
|
| |
"url": "https://www.example.com/",
|
| |
"name" : "Example Group",
|
| |
"alternateName" : "Example Enviro Group",
|
| |
"potentialAction": {
|
| |
"@type": "SearchAction",
|
| |
"target": "https://www.example.com/?s={search_term_string}",
|
| |
"query-input": "required name=search_term_string"
|
| |
}
"mainContentOfPage":"
Lorem ipsum metus ullamcorper viverra. Aliquam
Curabitur at lacus et quam scelerisque consequat. Vestibulum semper et ex quis commodo. Vestibulum lacinia ultricies neque et facilisis. Pellentesque feugiat luctus diam, et mollis elit posuere posuere. Nulla mattis libero lectus, at consequat sapien semper non. Duis lacinia mollis eros, in pulvinar enim interdum ac."
|
| |
}
|
| | |
Let me know if that helps... or not! Sorry for the layout issues, I think you will still get it.
Robert