add meta tag (and robots)
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
8ff5c41a93
commit
33bf747902
2 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@ export default (data: PageData) => (
|
|||
<title>{data.site.endpoint} Nameserver</title>
|
||||
<meta charSet="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="description" content="Landing page for the froth.zone nameserver service" />
|
||||
<Favicon char={data.body as string} />
|
||||
{/* @ts-ignore */}
|
||||
<link rel="stylesheet" href="../styles.css" inline />
|
||||
|
|
2
src/robots.txt.njk
Normal file
2
src/robots.txt.njk
Normal file
|
@ -0,0 +1,2 @@
|
|||
User-Agent: *
|
||||
Disallow:
|
Loading…
Reference in a new issue