You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ThomasDotCodes
changed the title
Why are WebPage and WebSite in an array, vs WebSite.hasPart: WebPage?
Why are WebPage and WebSite in an array, vs WebSite.hasPart: [WebPage, ...]?
Dec 17, 2019
The reason I ask is a more complicated example, say you had this chain of items:
a Character (person) featured on a VisualArtwork (comic page) within a ComicStory, within a ComicIssue, within a Book, within a BookSeries, within a WebPage, within a WebSite...
Would you just define all of these types as first level items within a 1D array (as the Webpage/WebSite example cited in original post)? Or would it be better to nest everything into a single WebSite object?
To state practically, why this:
https://github.com/JayHoltslander/Structured-Data-JSON-LD/blob/master/WebSite.json#L3-L13
Instead of
The text was updated successfully, but these errors were encountered: