mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
fix: remove rel=canonical, SEO
This commit is contained in:
parent
e93ead1436
commit
2b382ce94b
2 changed files with 0 additions and 2 deletions
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue