Skip to content

Commit 9b897f0

Browse files
exclude from search-engine indexing (#533)
1 parent 00110e5 commit 9b897f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sites/hn.svelte.dev/src/app.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="description" content="A Hacker News clone built with SvelteKit" />
66
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<meta name="robots" content="noindex,nofollow" />
89
<link rel="manifest" href="/manifest.json" />
910
<script>
1011
try {

0 commit comments

Comments
 (0)