sitemap and robots.txt added

This commit is contained in:
Xanazf 2024-10-25 04:47:13 +03:00
parent 5341fe58d0
commit c8cd2ec70e
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
5 changed files with 72 additions and 0 deletions

View file

@ -14,6 +14,7 @@ const { title, description } = Astro.props;
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="generator" content={Astro.generator} />
<link rel="canonical" href={Astro.url} />
<link rel="sitemap" href="/sitemap-index.xml" />
<title>{title}</title>
<meta name="description" content={description} />