From 036122ab20404a848964b1a5995935181c3c6977 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 7 Aug 2026 16:16:20 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20JSON-LD=20Structured=20Data=20+=20Maps-?= =?UTF-8?q?Icon=20f=C3=BCr=20Adressen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - JSON-LD im mit schema.org PostalAddress für Google Rich Results - Maps SVG-Icon (Pin) neben Adressen wenn Straße + Ort vorhanden - Link öffnet Google Maps Suche im neuen Tab --- src/api/templates/contact.html | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/src/api/templates/contact.html b/src/api/templates/contact.html index 2a240ea..e4ca543 100644 --- a/src/api/templates/contact.html +++ b/src/api/templates/contact.html @@ -7,6 +7,27 @@ {{ contact.full_name or 'Kontakt' }} – Kontakte + {% if contact.addresses %} + + {% endif %}