Skip to content

Commit 325d5ed

Browse files
committed
specify canonical urls
1 parent db38bcb commit 325d5ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/app-layout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const { title, description, announcementBar, breadcrumbBar } = Astro.props;
2525
<meta name="viewport" content="width=device-width,initial-scale=1" />
2626
<meta name="generator" content={Astro.generator} />
2727
<meta name="theme-color" content="#000" />
28+
<link rel="canonical" href={Astro.url.toString()} />
2829
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
2930
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
3031
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />

0 commit comments

Comments
 (0)