diff mbox

doc: identify asciidocs to search engines

Message ID 1452626208-2600-1-git-send-email-mike.holmes@linaro.org
State Superseded
Headers show

Commit Message

Mike Holmes Jan. 12, 2016, 7:16 p.m. UTC
Search engines are not currently indexing the documentation, add a title
and description in addition to Google analytics to the documents.

Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 doc/implementers-guide/implementers-guide.adoc | 22 ++++++++++++++++++----
 doc/process-guide/release-guide.adoc           | 20 +++++++++++++++++---
 doc/users-guide/users-guide.adoc               | 21 +++++++++++++++++----
 3 files changed, 52 insertions(+), 11 deletions(-)
diff mbox

Patch

diff --git a/doc/implementers-guide/implementers-guide.adoc b/doc/implementers-guide/implementers-guide.adoc
index de0b9b1..9486b90 100644
--- a/doc/implementers-guide/implementers-guide.adoc
+++ b/doc/implementers-guide/implementers-guide.adoc
@@ -1,12 +1,26 @@ 
-OpenDataPlane (ODP)  Implementers Guide
-=======================================
+:doctitle: OpenDataPlane (ODP) Implementers-Guide
+:description: This document is intended to guide a new OpenDataPlane +
+implementation developer.
+
+++++
+<script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-16756069-15', 'auto');
+  ga('send', 'pageview');
+
+</script>
+++++
+
 :toc:
-
 :numbered!:
 [abstract]
 Abstract
 --------
-This document is intended to guide a new ODP developer.
+This document is intended to guide a new ODP implementation developer.
 Further details about ODP may be found at http://opendataplane.org[ODP homepage]
 
 
diff --git a/doc/process-guide/release-guide.adoc b/doc/process-guide/release-guide.adoc
index 5bef890..d317650 100644
--- a/doc/process-guide/release-guide.adoc
+++ b/doc/process-guide/release-guide.adoc
@@ -1,7 +1,21 @@ 
-OpenDataPlane (ODP) Release-Guide
-=================================
+:doctitle: OpenDataPlane (ODP) Release-Guide
+:description: This document is intended to guide a new OpenDataPlane +
+application developer in understanding the git work flow of the project
+
+++++
+<script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-16756069-15', 'auto');
+  ga('send', 'pageview');
+
+</script>
+++++
+
 :toc:
-
 :numbered!:
 [abstract]
 Abstract
diff --git a/doc/users-guide/users-guide.adoc b/doc/users-guide/users-guide.adoc
index 542b7d1..3a976d3 100644
--- a/doc/users-guide/users-guide.adoc
+++ b/doc/users-guide/users-guide.adoc
@@ -1,8 +1,21 @@ 
-OpenDataPlane (ODP)  Users-Guide
-================================
+:doctitle: OpenDataPlane (ODP) Users-Guide
+:description: This document is intended to guide a new OpenDataPlane +
+application developer.
+
+++++
+<script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-16756069-15', 'auto');
+  ga('send', 'pageview');
+
+</script>
+++++
+
 :toc:
-
-
 :numbered!:
 [abstract]
 Abstract