Update SEO description for dashboard
This commit is contained in:
parent
725df27b47
commit
ec5141f09a
1 changed files with 3 additions and 1 deletions
|
|
@ -951,7 +951,9 @@ def dashboard(request: HttpRequest) -> HttpResponse:
|
||||||
|
|
||||||
seo_context: dict[str, Any] = _build_seo_context(
|
seo_context: dict[str, Any] = _build_seo_context(
|
||||||
page_title="Twitch/Kick Drops",
|
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",
|
og_type="website",
|
||||||
schema_data=website_schema,
|
schema_data=website_schema,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue