diff options
Diffstat (limited to 'bskyweb/templates')
-rw-r--r-- | bskyweb/templates/post.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html index f6f03c7ee..963af2065 100644 --- a/bskyweb/templates/post.html +++ b/bskyweb/templates/post.html @@ -14,6 +14,7 @@ <meta property="profile:username" content="{{ profileView.Handle }}"> {%- if requestURI %} <meta property="og:url" content="{{ requestURI }}"> + <link rel="canonical" href="{{ requestURI }}" /> {% endif -%} {%- if postView.Author.DisplayName %} <meta property="og:title" content="{{ postView.Author.DisplayName }} (@{{ postView.Author.Handle }})"> |