From f9118b2729ccfe6a651e9a1b3f033ebca2251c6d Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Mon, 25 Aug 2025 15:26:42 -0700 Subject: feat: apply canonical filter to profile template URLs for SEO Use canonical filter on requestURI in canonical link tag while preserving original URL with parameters for og:url metadata. This provides clean canonical URLs for search engines while maintaining full Open Graph URLs. --- bskyweb/templates/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bskyweb') diff --git a/bskyweb/templates/profile.html b/bskyweb/templates/profile.html index af4180dc1..449caa39f 100644 --- a/bskyweb/templates/profile.html +++ b/bskyweb/templates/profile.html @@ -15,7 +15,7 @@ {%- if requestURI %} - + {% endif -%} {%- if profileView.DisplayName %} -- cgit 1.4.1