Json-LD is a format for presenting information in the form of objects with related data. This structure allows you to make data machine -readable and convenient for automatic processing. To place the json-ld marking on the pages of your site, you should use the tag <script> indicating the type application/ld+json.
Before publication, it is recommended to check the correctness of the created marking through the syntax validate.
JSON-LD format is used for:
Data in JSON-LD format, as in the usual JSON, are a pair of key-meaning. But JSON-LD expands the standard using special reserved keys that allow you to determine the context or establish connections between objects. For example:
Please note: all keys and values are sensitive to the register - they need to be written strictly in compliance with the correct spelling.
In the JSON-LD format, general rules inherited from the JSON standard:
@value, @list or @set, the object will not be taken into account.The simplest example of using marking for automatic data processing is a ticket booking:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "FlightReservation",
"reservationId": "RXJ34P"
}
</script>
What is contained in this object:
schema.org;FlightReservation;Marking can be supplemented with other fields, including the date of the flight, the destination, passenger data, etc. All possible keys and values can be found in the documentation according to the scheme schema.org.
If you are developing a system of marking letters, notifications or cards on the pages of your site, json-ld is a universal and modern solution. It allows you to adapt the data to automatic indexation, providing a more complete and visually noticeable presentation of your content in the search results.
To introduce json-ld markings on your site and its verification for correctness, you can contact the SEO specialists CEO for SEO and automation. Write to the address info@seo.computer or contact whatsApp +79202044461.
ID: 61