JSON-LD (JavaScript Object Notation for Linked Data) is a data format for embedding structured data in a page, separate from the visible HTML. Google recommends it where technically possible.
is one of several formats, alongside Microdata and RDFa. It is placed as a separate script block in the source code and is therefore decoupled from the visible content. That makes it easier to maintain and less fragile when designs change.