Sha256: 43eab1fe49f34e5350576aeb4285515a8b3155999a74a06e759af12233f8e740
Contents?: true
Size: 1.84 KB
Versions: 72
Compression:
Stored size: 1.84 KB
Contents
name: Machine readable metadata description: Generates schema.org JSON-LD for use by search engines body: | This component doesn't output anything visible. It generates "structured data" in JSON-LD format, with [schema.org](http://schema.org) schemas. accessibility_criteria: | The HTML should not be visible. display_html: true display_preview: false examples: default: data: content_item: title: "A title" base_path: "/foo" details: {} schema: :article with_description: data: content_item: title: "A title" base_path: "/foo" details: {} schema: :article description: "Some manually set description of the page" with_canonical_url: data: content_item: title: "A title" base_path: "/foo" details: {} schema: :article canonical_url: "https://www.gov.uk/foreign-travel-advice/andorra/health" with_body: data: content_item: title: "A title" base_path: "/foo" details: {} schema: :article body: "Some other body" person_schema: data: content_item: title: "A. Person" base_path: "/foo" details: {} schema: :person organisation_schema: data: content_item: title: "Ministry of Organisation" base_path: "/foo" details: {} schema: :organisation organisation_schema_with_related_orgs: data: content_item: title: "Magical Artefacts Agency" base_path: "/foo" details: {} links: ordered_parent_organisations: - title: "Ministry of Magic" base_path: "/ministry-of-magic" ordered_child_organisations: - title: "Dodgy Wands Commission" base_path: "/dodgy-wands-commission" schema: :organisation
Version data entries
72 entries across 72 versions & 1 rubygems