From 5120c037d1be6310d1d7aa7552435b4ef3d01807 Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Fri, 22 Aug 2025 14:39:56 -0700 Subject: [PATCH 1/3] feat: add canonical URL to home page for SEO optimization --- bskyweb/templates/home.html | 1 + 1 file changed, 1 insertion(+) diff --git a/bskyweb/templates/home.html b/bskyweb/templates/home.html index 5d3fbad85a..9e5c670a26 100644 --- a/bskyweb/templates/home.html +++ b/bskyweb/templates/home.html @@ -12,6 +12,7 @@ + From 560c503aa61d0c03b52549c31610845cd1ecd36c Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Fri, 22 Aug 2025 14:40:57 -0700 Subject: [PATCH 2/3] feat: add canonical URL to post template for better SEO --- bskyweb/templates/post.html | 1 + 1 file changed, 1 insertion(+) diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html index f6f03c7ee7..963af20652 100644 --- a/bskyweb/templates/post.html +++ b/bskyweb/templates/post.html @@ -14,6 +14,7 @@ {%- if requestURI %} + {% endif -%} {%- if postView.Author.DisplayName %} From d8c904d1d92c9685d42ac537f6a07a610b98eb43 Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Fri, 22 Aug 2025 14:42:05 -0700 Subject: [PATCH 3/3] feat: add canonical URL to profile template for better SEO --- bskyweb/templates/profile.html | 1 + 1 file changed, 1 insertion(+) diff --git a/bskyweb/templates/profile.html b/bskyweb/templates/profile.html index ab84dd157e..af4180dc1f 100644 --- a/bskyweb/templates/profile.html +++ b/bskyweb/templates/profile.html @@ -15,6 +15,7 @@ {%- if requestURI %} + {% endif -%} {%- if profileView.DisplayName %}