mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 12:08:00 +01:00
search engine spiders should do their own searching
This commit is contained in:
parent
aef3cd399b
commit
7046857cbd
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Crawl-delay: 0.5
|
Crawl-delay: 2
|
||||||
|
|
||||||
|
Allow: /images/*
|
||||||
|
|
||||||
|
Disallow: /images
|
||||||
|
Disallow: /tags
|
||||||
|
Disallow: /search
|
||||||
Disallow: /profiles
|
Disallow: /profiles
|
||||||
Disallow: /api
|
Disallow: /api
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue