To state practically, why this: https://github.com/JayHoltslander/Structured-Data-JSON-LD/blob/master/WebSite.json#L3-L13 ``` { "@context": "http://schema.org", "@type": "Webpage", "specialty": "CNBC homepage, stock markets, business news, financial news", "mainContentOfPage": { "@context": "http://schema.org/", "@type": "WebPageElement", "cssSelector": ".body-content" }, "primaryImageOfPage": "https://placehold.it/640x480" }, ``` Instead of ``` @context": "http://schema.org", "@type": "WebSite", "hasPart": [ webpageDefFromExampleAbove, ...footerSidebarAndHeaderElements, ] ```