I’ve been reading about JSON-LD today and I understand its purpose, format, and that I can put it in a script tag; however, I don’t understand the following:
Where can this data reside other than in a script tag for a website? I've been expecting to find JSON-LD content in either script tags or included .json files when I view the page source of websites that say they use JSON-LD, but since I haven't seen any of this, it leads me to believe it must be accessible in a different location.
How is this collection of information usually constructed for larger websites?
How do other sites find the JSON-LD files, objects, or data to use that information?
It would be really great to see an example in the wild.
I believe you are asking where to put it on your web site's page. It would reside in between
<script></script>
in the<head>
which is as simple as it gets.Here is the source of all information JSON-LD