feat: add canonical URL to profile template for better SEO

This commit is contained in:
Caidan Williams
2025-08-22 14:42:05 -07:00
parent 560c503aa6
commit d8c904d1d9
+1
View File
@@ -15,6 +15,7 @@
<meta property="profile:username" content="{{ profileView.Handle }}">
{%- if requestURI %}
<meta property="og:url" content="{{ requestURI }}">
<link rel="canonical" href="{{ requestURI }}" />
{% endif -%}
{%- if profileView.DisplayName %}
<meta property="og:title" content="{{ profileView.DisplayName }} (@{{ profileView.Handle }})">