sitemap and robots.txt added
This commit is contained in:
parent
5341fe58d0
commit
c8cd2ec70e
5 changed files with 72 additions and 0 deletions
|
@ -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} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue