mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Use indexifembedded for embeds
This commit is contained in:
parent
5ce0b0f65d
commit
f0f44e1704
7 changed files with 56 additions and 48 deletions
|
@ -12,5 +12,5 @@ export function buildEmptyEmbedHTML (options: {
|
|||
let htmlResult = TagsHtml.addTitleTag(html)
|
||||
htmlResult = TagsHtml.addDescriptionTag(htmlResult)
|
||||
|
||||
return TagsHtml.addTags(htmlResult, { forbidIndexation: true }, { playlist, video })
|
||||
return TagsHtml.addTags(htmlResult, { forbidIndexation: true, embedIndexation: true }, { playlist, video })
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue