Author: duffy
Date: Tue Oct  1 21:57:47 2013
New Revision: 1528226

URL: http://svn.apache.org/r1528226
Log:
Add meta information for og/facebook/twitter/google

Added:
    cloudstack/site/trunk/content/images/monkey-144.png   (with props)
Modified:
    cloudstack/site/trunk/templates/skeleton.html

Added: cloudstack/site/trunk/content/images/monkey-144.png
URL: 
http://svn.apache.org/viewvc/cloudstack/site/trunk/content/images/monkey-144.png?rev=1528226&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cloudstack/site/trunk/content/images/monkey-144.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: cloudstack/site/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/cloudstack/site/trunk/templates/skeleton.html?rev=1528226&r1=1528225&r2=1528226&view=diff
==============================================================================
--- cloudstack/site/trunk/templates/skeleton.html (original)
+++ cloudstack/site/trunk/templates/skeleton.html Tue Oct  1 21:57:47 2013
@@ -3,6 +3,22 @@
   <head>
     <title>{% block title %}{{ headers.title }}{% endblock %}</title>
 
+    <meta name="description" content="CloudStack is open source cloud 
computing software for creating, managing, and deploying infrastructure cloud 
services">
+
+    <meta itemprop="name" content="Apache Cloudstack">
+    <meta itemprop="description" content="CloudStack is open source cloud 
computing software for creating, managing, and deploying infrastructure cloud 
services">
+    <meta itemprop="image" 
content="https://cloudstack.apache.org/images/monkey-144.png";>
+
+    <meta property="og:title" content="Apache Cloudstack">
+    <meta property="og:description" content="CloudStack is open source cloud 
computing software for creating, managing, and deploying infrastructure cloud 
services">
+    <meta property="og:site_name" content="Apache Cloudstack"/>
+    <meta property="og:image" 
content="https://cloudstack.apache.org/images/monkey-144.png";>
+
+    <meta name="twitter:card" content="summary">
+    <meta name="twitter:title" content="Apache Cloudstack">
+    <meta name="twitter:description" content="CloudStack is open source cloud 
computing software for creating, managing, and deploying infrastructure cloud 
services">
+    <meta name="twitter:image:src" 
content="https://cloudstack.apache.org/images/monkey-144.png";>
+
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 


Reply via email to