Don't need contentUrl if embedUrl is set
This commit is contained in:
parent
00e0d15611
commit
374820f2c0
1 changed files with 0 additions and 1 deletions
|
@ -245,7 +245,6 @@ export class TagsHtml {
|
|||
if (tags.embed.duration) schema['duration'] = tags.embed.duration
|
||||
|
||||
schema['thumbnailUrl'] = tags.image.url
|
||||
schema['contentUrl'] = tags.url
|
||||
}
|
||||
|
||||
return Hooks.wrapObject(schema, 'filter:html.client.json-ld.result', context)
|
||||
|
|
Loading…
Reference in a new issue