ソースを参照

improve social network shares by giving the web spiders more data

master
Philipp Hancke 11年前
コミット
97e25e8665
1個のファイルの変更8行の追加1行の削除
  1. 8
    1
      index.html

+ 8
- 1
index.html ファイルの表示

@@ -1,6 +1,13 @@
1
-<html>
1
+<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#">
2 2
   <head>
3 3
     <title>Jitsi Videobridge meets WebRTC</title>
4
+    <meta property="og:title" content="Jitsi Meet"/>
5
+    <meta property="og:image" content="/images/jitsilogo.png"/>
6
+    <meta property="og:description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
7
+    <meta description="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
8
+    <meta itemprop="name" content="Jitsi Meet"/>
9
+    <meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
10
+    <meta itemprop="image" content="/images/jitsilogo.png"/>
4 11
     <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
5 12
     <script src="libs/strophe/strophe.jingle.adapter.js?v=1"></script><!-- strophe.jingle bundles -->
6 13
     <script src="libs/strophe/strophe.jingle.bundle.js?v=8"></script>

読み込み中…
キャンセル
保存