From ec5141f09a3abbb9242fde6dc5998a7f09387290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Helle=C5=9Ben?= Date: Tue, 17 Mar 2026 04:35:30 +0100 Subject: [PATCH] Update SEO description for dashboard --- core/views.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/views.py b/core/views.py index 601ce11..2cd6d97 100644 --- a/core/views.py +++ b/core/views.py @@ -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, )