Skip to content

Commit

Permalink
Fix SEO links
Browse files Browse the repository at this point in the history
  • Loading branch information
colecrouter committed Nov 20, 2023
1 parent f922e7c commit 1e7d4c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
<meta property="og:type" content="website" />

<meta name="twitter:card" content="summary" />

<link rel="canonical" href={`${base}/backups`} />
<link rel="canonical" href={`${base}/inventory`} />
<link rel="canonical" href={`${base}/character`} />
<link rel="canonical" href={`${base}/appearance`} />
<link rel="canonical" href={`${base}/relationships`} />
<link rel="canonical" href={`${base}/crafting`} />
<link rel="canonical" href={`${base}/cooking`} />
</svelte:head>

<!-- GITHUB LOGO -->
Expand Down

0 comments on commit 1e7d4c3

Please sign in to comment.