From 74041d65d11057ab19a5516bdfc9341f4c2fa814 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Thu, 20 Apr 2017 20:18:33 +0100 Subject: [PATCH] Add more schema tags (#157) * about,contact: add more schema tags for contact related information. It adds schema tags for the e-mail, telephone, and address, when they are available. They are linked to the Person type. * about: add the schema Organization type. This way we also tag the organization url not just its name. * about: add a hidden url schema property to the person. It makes sure that the URL of the website is linked to the person. * about: add the sameAs property for each social link. --- layouts/partials/widgets/about.html | 12 +++++++----- layouts/partials/widgets/contact.html | 8 ++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/layouts/partials/widgets/about.html b/layouts/partials/widgets/about.html index f97a2828..fda5ca5a 100644 --- a/layouts/partials/widgets/about.html +++ b/layouts/partials/widgets/about.html @@ -2,7 +2,7 @@ {{ $page := .page }} -