I want to update my web applications to use JSON-LD so that they get better on the search engines.
I read a lot on the JSON-LD website and the Google documentation about it but all of it deals with using a single entity.
What if on a single page -like my home page- I want to output TWO entities? For example the ORGANIZATION entity and the WEBSITE entity so that I can indicate the name of the site (and its alternate name) as well as the social site links that are also "same as" the web site?
When I tried appending them with a comma and tried it on the testing tool, it only "received" the first entity in the list
UPDATE This is not a duplicate. For those who read carefully they will see that I am talking about TWO different entities being specified. The suggested duplicate is about a single entity with multiple (array) sub-attributes. That is not my case, mine is about multiple top level entities (Organization and Person for example).