diff --git a/client/src/standalone/videos/embed.html b/client/src/standalone/videos/embed.html
index a44bf56a3..7d09bfb8f 100644
--- a/client/src/standalone/videos/embed.html
+++ b/client/src/standalone/videos/embed.html
@@ -1,7 +1,7 @@
- PeerTube
+
diff --git a/server/lib/client-html.ts b/server/lib/client-html.ts
index 6a457a711..f19ec7df0 100644
--- a/server/lib/client-html.ts
+++ b/server/lib/client-html.ts
@@ -211,6 +211,7 @@ class ClientHtml {
let html = buffer.toString()
html = await ClientHtml.addAsyncPluginCSS(html)
html = ClientHtml.addCustomCSS(html)
+ html = ClientHtml.addTitleTag(html)
ClientHtml.htmlCache[path] = html