Remove invalid jsonld property
This commit is contained in:
parent
3458e8ba0d
commit
0cda019c1d
1 changed files with 0 additions and 1 deletions
|
@ -495,7 +495,6 @@ class ClientHtml {
|
|||
schema['uploadDate'] = tags.embed.createdAt
|
||||
|
||||
if (tags.embed.duration) schema['duration'] = tags.embed.duration
|
||||
if (tags.embed.views) schema['iterationCount'] = tags.embed.views
|
||||
|
||||
schema['thumbnailUrl'] = tags.image.url
|
||||
schema['contentUrl'] = tags.url
|
||||
|
|
Loading…
Reference in a new issue