Skip to content

Commit

Permalink
fix(seo): remote canonical from layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kettei-sproutty committed Jun 9, 2024
1 parent 4f89bc6 commit 28067df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta name="keywords" content="Alessio Marchi, Senior Software Developer, Rome, Italy, TypeScript, React, NextJS, Svelte, Rust" />
<meta name="author" content="Alessio Marchi" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://alessiomarchi.com" />
</svelte:head>

<script>
Expand Down
1 change: 1 addition & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<svelte:head>
<title>Alessio Marchi</title>
<link rel="canonical" href="https://alessiomarchi.com" />
</svelte:head>

<script lang="ts">
Expand Down

0 comments on commit 28067df

Please sign in to comment.