feat: Add health check endpoint, SEO meta tags, and sitemap/robots support for improved site visibility and functionality

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-27 20:51:33 +02:00
parent fe578d490d
commit 0b08dc51c6
5 changed files with 86 additions and 0 deletions
+18
View File
@@ -1,5 +1,8 @@
{% extends "base.html" %}
{# SEO: per-page description used in base.html meta tags #}
{% set meta_description = "Invario bündelt Lehrmittelverwaltung, Inventar und Ausleihe für Schulen – sicher, transparent und einfach zu bedienen." %}
{% block title %}Digitale Schulverwaltung mit Sicherheitsfokus{% endblock %}
{% block head %}
@@ -550,6 +553,21 @@
{% endblock %}
{% block content %}
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Invario",
"url": "{{ request.url_root.rstrip('/') }}",
"description": "{{ meta_description }}",
"publisher": {
"@type": "Organization",
"name": "Invario",
"url": "{{ request.url_root.rstrip('/') }}",
"logo": "{{ url_for('static', filename='images/logo-1.jpeg') }}"
}
}
</script>
<section class="hero" id="top">
<div>
<span class="eyebrow">Lehrmittelverwaltungssoftware für Schulen</span>