fix: remove rel=canonical, SEO

This commit is contained in:
xHyroM 2023-05-14 11:27:03 +02:00
parent e93ead1436
commit 2b382ce94b
No known key found for this signature in database
GPG key ID: BE0423F386C436AA
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@ const { schemaOrg } = Astro.props;
<!-- Primary Meta Tags -->
<title>xHyroM</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="canonical" href="https://xhyrom.dev" />
<meta name="title" content="xHyroM" />
<meta name="description" content="I'm Hyro :) o/" />
<meta name="keywords" content="xhyrom developer dev hyro hyrousek" />

View file

@ -9,7 +9,6 @@ const { title, date } = Astro.props;
<!-- Primary Meta Tags -->
<title>xHyroM</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="canonical" href={`https://xhyrom.dev${url}`} />
<meta name="title" content="xHyroM" />
<meta name="description" content={title} />
<meta name="keywords" content="xhyrom developer dev hyro hyrousek" />