ubdate robots.txt
This commit is contained in:
parent
ae1e37b71f
commit
e3cf515d1c
1
Makefile
1
Makefile
@ -3,6 +3,7 @@ all:
|
|||||||
scp *.html wtf_eg@wtf-eg.de:~/httpdocs/
|
scp *.html wtf_eg@wtf-eg.de:~/httpdocs/
|
||||||
scp favicon.ico wtf_eg@wtf-eg.de:~/httpdocs/
|
scp favicon.ico wtf_eg@wtf-eg.de:~/httpdocs/
|
||||||
scp manifest.json wtf_eg@wtf-eg.de:~/httpdocs/
|
scp manifest.json wtf_eg@wtf-eg.de:~/httpdocs/
|
||||||
|
scp robots.txt wtf_eg@wtf-eg.de:~/httpdocs/
|
||||||
scp *.png wtf_eg@wtf-eg.de:~/httpdocs/
|
scp *.png wtf_eg@wtf-eg.de:~/httpdocs/
|
||||||
scp -r assets wtf_eg@wtf-eg.de:~/httpdocs/
|
scp -r assets wtf_eg@wtf-eg.de:~/httpdocs/
|
||||||
scp -r dokumente wtf_eg@wtf-eg.de:~/httpdocs/
|
scp -r dokumente wtf_eg@wtf-eg.de:~/httpdocs/
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
|
3
robots.txt
Normal file
3
robots.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
User-Agent: *
|
||||||
|
Disallow: /dokumente/
|
||||||
|
Allow: /
|
Reference in New Issue
Block a user