Update SEO description for dashboard

This commit is contained in:
Joakim Hellsén 2026-03-17 04:35:30 +01:00
commit ec5141f09a
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk

View file

@ -951,7 +951,9 @@ def dashboard(request: HttpRequest) -> HttpResponse:
seo_context: dict[str, Any] = _build_seo_context(
page_title="Twitch/Kick Drops",
page_description=("Twitch and Kick drops."),
page_description=(
"RSS feeds, historical data, and information about Twitch and Kick drops, campaigns, rewards, and more."
),
og_type="website",
schema_data=website_schema,
)