Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit d0a8e54

Browse files
Tom GotsmanTom Gotsman
authored andcommitted
fix redirect with google canonical
1 parent 60bb9d6 commit d0a8e54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pcweb/pages/blog/page.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ def page(document, route) -> rx.Component:
216216
)
217217

218218
return rx.el.section(
219+
rx.el.link(rel="canonical", href=page_url),
219220
jsonld_script,
220221
rx.el.article(
221222
rx.el.div(

0 commit comments

Comments
 (0)