Explorar el Código

improve social network shares by giving the web spiders more data

master
Philipp Hancke hace 11 años
padre
commit
97e25e8665
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8
    1
      index.html

+ 8
- 1
index.html Ver fichero

@@ -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>

Loading…
Cancelar
Guardar