From 3395a5d903c6b5a390c7745a684faa53908915e6 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 6 Jul 2023 20:53:20 -0700 Subject: [PATCH] site: block tutorial from search engines --- sites/svelte.dev/static/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/svelte.dev/static/robots.txt b/sites/svelte.dev/static/robots.txt index eb0536286f..a70a37514a 100644 --- a/sites/svelte.dev/static/robots.txt +++ b/sites/svelte.dev/static/robots.txt @@ -1,2 +1,2 @@ User-agent: * -Disallow: +Disallow: /tutorial/* # new tutorial is at learn.svelte.dev