SEO Improvements stage 1

This commit is contained in:
2026-09-16 20:36:14 +01:00
parent 7edb201465
commit fe4a762a91
8 changed files with 83 additions and 30 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ def inject_branding() -> dict:
case _:
brand = req_domain
return {'branding': brand}
return {'branding': brand, 'url': req_domain}
@app.route('/')
def index() -> str: