Reputation: 330
I am confused as to the correct inclusion of structured data, primarily for google rich media.
1. Must/should every page have it's own json, or should the root page contain the json for all pages?
2. The structured data is essentially JavaScript. Does it have to be inline, or can it be in another file?
3. A normal browser might waste time with big structured data JavaScript - information which is irrelevant to it. Is there a good solution/best practice for dealing with this?
Upvotes: 0
Views: 98
Reputation: 2605
<script>
- but it isn't a javascript. And no, it can't be in another file.Upvotes: 2