Skip to content

Commit 5a8c1d2

Browse files
authored
site: fix removal of tutorial from search engines (#9117)
1 parent d2ed2ca commit 5a8c1d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<svelte:head>
2+
<meta name="robots" content="noindex">
3+
</svelte:head>
4+
5+
<slot />

sites/svelte.dev/static/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
User-agent: *
2-
Disallow: /tutorial/* # new tutorial is at learn.svelte.dev
2+
Disallow:

0 commit comments

Comments
 (0)