From 72f3b3b849deaa2f8699157081fb852bad3a1b84 Mon Sep 17 00:00:00 2001 From: Guillaume F Date: Wed, 14 Feb 2024 16:30:53 +0100 Subject: [PATCH] Add the @id for json-ld --- ghost/core/core/frontend/meta/schema.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/core/core/frontend/meta/schema.js b/ghost/core/core/frontend/meta/schema.js index 894b58e429..f33d10fcdf 100644 --- a/ghost/core/core/frontend/meta/schema.js +++ b/ghost/core/core/frontend/meta/schema.js @@ -88,6 +88,7 @@ function getPostSchema(metaData, data) { schema = { '@context': 'https://schema.org', '@type': 'Article', + '@id': metaData.url, publisher: schemaPublisherObject(metaData), author: { '@type': 'Person',