From fe55b1729ff2a67e5400ca567ff28433c70ef657 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 30 Aug 2024 19:21:52 +0200 Subject: [PATCH] Add RDFa reference to Wikidata --- templates/footer.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/footer.html b/templates/footer.html index 0681c6a1..6853e7d9 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,4 +1,5 @@ <div class="columns is-multiline" resource="https://teckids.org/" typeof="schema:Organization"> + <meta property="rdfs:seeAlso" href="http://www.wikidata.org/entity/Q122507357" /> <div class="column is-one-fourth"> <p class="title is-5" property="schema:name">Teckids e.V.</p> <address property="schema:address" typeof="schema:PostalAddress"> -- GitLab