[gimp-web/testing] Pushing some simple schema.org stuff, and google verification



commit 6447e5c2eda53ea13f379d0ff960e2ae81183475
Author: Pat David <patdavid gmail com>
Date:   Wed Nov 25 12:43:07 2015 -0600

    Pushing some simple schema.org stuff, and google verification

 themes/newgimp/templates/base.html |    2 +-
 themes/newgimp/templates/home.html |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index c78cd33..78f0555 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html lang="{{ DEFAULT_LANG }}">
+<html lang="{{ DEFAULT_LANG }}" itemscope itemtype="http://schema.org/WebSite";>
     <head>
         {% block head %}
         <title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index 54971d1..34bb6da 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -5,6 +5,10 @@
 {% block head %}
 {{ super() }}
         <link rel='stylesheet' type='text/css' href="/theme/css/home.css" />
+        <meta name="google-site-verification" content="IMz1Aah-3WaElQbMJJJx0DkneXZAcm_1Nol3ZP24k8Q" />
+
+        <meta itemprop='url' content='{{ SITEURL }}' />
+        <meta itemprop='name' content='GIMP - GNU Image Manipulation Program' />
 {% endblock head %}
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]