Merge pull request #369 from ZeusWPI/fix/disallow-robots
Allow less crawling
This commit is contained in:
commit
0f939c09d7
1 changed files with 15 additions and 3 deletions
|
@ -1,4 +1,16 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /wiki/
|
||||
Disallow: /slackintegrations
|
||||
Disallow: /
|
||||
Allow: /index.html
|
||||
Allow: /$
|
||||
Allow: /about/
|
||||
Allow: /assets/images/
|
||||
Allow: /blog/
|
||||
Allow: /contact/
|
||||
Allow: /events/
|
||||
Allow: /feed.xml
|
||||
Allow: /google6f2e77d0228abc35.html
|
||||
Allow: /ical.ics
|
||||
Allow: /projects/
|
||||
Allow: /robots.txt
|
||||
Allow: /sitemap.xml
|
||||
Sitemap: https://zeus.gent/sitemap.xml
|
||||
|
|
Loading…
Reference in a new issue