mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 06:36:04 +00:00
add noindex to retro page
This commit is contained in:
parent
747f4f85e4
commit
f28702cf9d
2 changed files with 8 additions and 1 deletions
|
@ -18,4 +18,10 @@
|
|||
})
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<!-- don't want this page to show up on search engines (non-search engine robots are fine though) -->
|
||||
<meta name="googlebot" content="noindex" />
|
||||
<meta name="bingbot" content="noindex" />
|
||||
</svelte:head>
|
||||
|
||||
<slot />
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# https://www.robotstxt.org/robotstxt.html
|
||||
# hi robots hope you're having a nice day :)
|
||||
|
||||
User-agent: *
|
||||
Disallow:
|
||||
|
|
Loading…
Add table
Reference in a new issue