robots.txt: prevent search engines from indexing disallowed content
This commit is contained in:
parent
fc2eb3aea0
commit
c028a2bd0c
|
@ -1,4 +1,6 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /index
|
Allow: /index
|
||||||
|
Index: /index
|
||||||
Disallow: /
|
Disallow: /
|
||||||
|
Noindex: /
|
||||||
Sitemap: https://im.piraattinuoret.fi/sitemap.xml
|
Sitemap: https://im.piraattinuoret.fi/sitemap.xml
|
||||||
|
|
Loading…
Reference in New Issue