This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 54c83bd8f3e2e7615a62c253e58143b8a309fe3c
Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com>
AuthorDate: Fri Jul 26 02:02:10 2019 +0530

    microdata added about twitter account and few more additional details
---
 antora-ui-camel/src/partials/footer-scripts.hbs | 19 ++++++++++++-------
 layouts/partials/footer.html                    | 17 +++++++++++------
 2 files changed, 23 insertions(+), 13 deletions(-)

diff --git a/antora-ui-camel/src/partials/footer-scripts.hbs 
b/antora-ui-camel/src/partials/footer-scripts.hbs
index fe99d2b..28c596b 100644
--- a/antora-ui-camel/src/partials/footer-scripts.hbs
+++ b/antora-ui-camel/src/partials/footer-scripts.hbs
@@ -1,10 +1,15 @@
 <script src="{{uiRootPath}}/js/site.js"></script>
 <script src="{{uiRootPath}}/js/vendor/highlight.js"></script>
-<script type="application/ld+json">
-    {
-    "@context": "http://schema.org/";,
-    "@type": "Organization",
-    "url": "{{uiRootPath}}",
-    "logo": "{{uiRootPath}}/img/logo-d.svg"
-    }
+<script type='application/ld+json'>
+{
+  "@context": "http://www.schema.org";,
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "{{uiRootPath}}",
+  "sameAs": [
+     "https://twitter.com/cameltweet";
+  ],
+  "logo": "{{uiRootPath}}/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration 
framework based on known Enterprise Integration Patterns. Camel empowers you to 
define routing and mediation rules in a variety of domain-specific languages, 
including a Java-based Fluent API, Spring or Blueprint XML Configuration files, 
and a Scala DSL."
+}
 </script>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 9301fc3..4ee3635 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -47,13 +47,18 @@
     </footer>
     <script src="{{ "/_/js/site.js" | relURL }}"></script>
     <script src="{{ "/_/js/vendor/highlight.js" | relURL }}"></script>
-    <script type="application/ld+json">
+    <script type='application/ld+json'>
         {
-        "@context": "http://schema.org/";,
-        "@type": "Organization",
-        "url": "{{ .Site.BaseURL }}",
-        "logo": "{{ .Site.BaseURL }}_/img/logo-d.svg"
+          "@context": "http://www.schema.org";,
+          "@type": "Organization",
+          "name": "Apache Camel",
+          "url": "{{ .Site.BaseURL }}",
+          "sameAs": [
+             "https://twitter.com/cameltweet";
+          ],
+          "logo": "{{ .Site.BaseURL }}_/img/logo-d.svg",
+          "description": "Apache Camel ™ is a versatile open-source 
integration framework based on known Enterprise Integration Patterns. Camel 
empowers you to define routing and mediation rules in a variety of 
domain-specific languages, including a Java-based Fluent API, Spring or 
Blueprint XML Configuration files, and a Scala DSL."
         }
-      </script>
+    </script>
 </body>
 </html>

Reply via email to