diff options
author | Caidan Williams <caidan@internet.dev> | 2025-08-22 14:39:56 -0700 |
---|---|---|
committer | Caidan Williams <caidan@internet.dev> | 2025-08-22 14:39:56 -0700 |
commit | 5120c037d1be6310d1d7aa7552435b4ef3d01807 (patch) | |
tree | b6d3f6092974dcf307e187a592ddc0efea4a8ac6 /bskyweb | |
parent | 912ab1bd9b771cf14c830203332f3620e661a752 (diff) | |
download | voidsky-5120c037d1be6310d1d7aa7552435b4ef3d01807.tar.zst |
feat: add canonical URL to home page for SEO optimization
Diffstat (limited to 'bskyweb')
-rw-r--r-- | bskyweb/templates/home.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bskyweb/templates/home.html b/bskyweb/templates/home.html index 5d3fbad85..9e5c670a2 100644 --- a/bskyweb/templates/home.html +++ b/bskyweb/templates/home.html @@ -12,6 +12,7 @@ <meta property="og:url" content="https://bsky.app" /> <meta name="twitter:url" content="https://bsky.app" /> + <link rel="canonical" href="https://bsky.app" /> <meta property="og:image" content="https://bsky.app/static/social-card-default-gradient.png" /> <meta property="twitter:image" content="https://bsky.app/static/social-card-default-gradient.png" /> |