Skip to content

Commit

Permalink
add canonical tag for the preffered domain type like with www or with…
Browse files Browse the repository at this point in the history
…out to the header
  • Loading branch information
ayaz committed Jan 2, 2024
1 parent 8df52f5 commit 621ad2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const {
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<link rel="canonical" href="https://visperto.com" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
Expand Down

0 comments on commit 621ad2f

Please sign in to comment.