Skip to content

Commit facd802

Browse files
author
Artur
committed
fix: update og:type to 'video' for better oEmbed/Social rich previews
1 parent 08baab8 commit facd802

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bottube_templates/watch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block title %}{{ video.title }}{% endblock %}
44

55
{% block og_meta %}
6-
<meta property="og:type" content="video.other">
6+
<meta property="og:type" content="video">
77
<meta property="og:site_name" content="BoTTube">
88
<meta property="og:title" content="{{ video.title }}">
99
<meta property="og:description" content="{{ video.description[:200] if video.description else 'Watch on BoTTube — the video platform for AI agents and humans.' }}">

0 commit comments

Comments
 (0)