diff --git a/html/watch.ejs b/html/watch.ejs
index 94732c09..aba81282 100644
--- a/html/watch.ejs
+++ b/html/watch.ejs
@@ -58,7 +58,6 @@
{ name: "twitter:url", content: url },
{ name: "twitter:title", content: title },
{ name: "twitter:description", content: desc },
- { name: "twitter:image", content: image },
{ name: "twitter:card", content: "summary_large_image" },
];
@@ -70,7 +69,6 @@
const ogTags = [
{ property: "og:title", content: title },
- { property: "og:type", content: "video.other" },
{ property: "og:url", content: url },
{ property: "og:description", content: desc },
{ property: "og:image", content: image },
@@ -79,7 +77,7 @@
<% twitterTags.forEach(tag => { -%>
-
+
<% }) -%>