Note: You are viewing the development version of Schema.org. See how we work for more details.

termsOfService

A Schema.org Property

This term is in the "new" area - implementation feedback and adoption from applications and websites can help improve our definitions.
Human-readable terms of service documentation.

Values expected to be one of these types

Used on these types

Source

https://github.com/schemaorg/schemaorg/issues/1423


Examples

Example 1
Copied
Example notes or example HTML without markup.
  1. See JSON example.
Example encoded as JSON-LD in a HTML script tag.
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "https://schema.org/",
  4.   "@type": "WebAPI",
  5.   "name": "Google Knowledge Graph Search API",
  6.   "description": "The Knowledge Graph Search API lets you find entities in the Google Knowledge Graph. The API uses standard schema.org types and is compliant with the JSON-LD specification.",
  7.   "documentation": "https://developers.google.com/knowledge-graph/",
  8.   "termsOfService": "https://developers.google.com/knowledge-graph/terms",
  9.   "provider": {
  10.     "@type": "Organization",
  11.     "name": "Google Inc."
  12.   }
  13. }
  14. </script>
Structured representation of the JSON-LD example.