Add the @id for json-ld
This commit is contained in:
parent
f7e5fb2f9b
commit
72f3b3b849
@ -88,6 +88,7 @@ function getPostSchema(metaData, data) {
|
||||
schema = {
|
||||
'@context': 'https://schema.org',
|
||||
'@type': 'Article',
|
||||
'@id': metaData.url,
|
||||
publisher: schemaPublisherObject(metaData),
|
||||
author: {
|
||||
'@type': 'Person',
|
||||
|
Loading…
Reference in New Issue
Block a user