<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://www.gov.uk/foo"
},
"name": "A title",
"datePublished": null,
"dateModified": null,
"text": null,
"publisher": {
"@type": "Organization",
"name": "GOV.UK",
"url": "https://www.gov.uk",
"logo": {
"@type": "ImageObject",
"url": "https://components.publishing.service.gov.uk/assets/govuk_publishing_components/govuk-logo-a4dbec48c2dea64aa4fa26dbec4203fd6506d714570f207ed1c4bae7359680f4.png"
}
},
"image": [
"https://components.publishing.service.gov.uk/assets/govuk_publishing_components/govuk-schema-placeholder-1x1-31bb845ef192ed4084e5f9af88bb2e790af3fc4294605212d119273d62fa4d28.png",
"https://components.publishing.service.gov.uk/assets/govuk_publishing_components/govuk-schema-placeholder-4x3-8dde9bdabeca48eabc4eab06da67860b9a33baac84ad8943c02eedd43395f5df.png",
"https://components.publishing.service.gov.uk/assets/govuk_publishing_components/govuk-schema-placeholder-16x9-f6d1b9e7a378ab17c6897294c9f13ef20dcff2434957f2abf894934231f4d839.png"
],
"headLine": "A title",
"description": null,
"articleBody": "Some other body"
}
</script>
<link rel="canonical" href="https://www.gov.uk/foo" />
<meta property="og:site_name" content="GOV.UK" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.gov.uk/foo" />
<meta property="og:title" content="A title" />
<meta property="og:description" content="" />
<meta name="twitter:card" content="summary" />
<%= render "govuk_publishing_components/components/machine_readable_metadata", {
content_item: {
title: "A title",
base_path: "/foo",
details: {
}
},
schema: "article",
body: "Some other body"
} %>