浏览代码

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>

正在加载...
取消
保存