13 lines
290 B
Plaintext
13 lines
290 B
Plaintext
|
# Rules for Web crawlers to follow while crawling https://cakefoot.dank.game
|
||
|
#
|
||
|
# Allow main page, external resources (JS, fonts), RSS feed, and the JS game distribution
|
||
|
|
||
|
User-agent: *
|
||
|
Allow: /$
|
||
|
Allow: /favicon.ico
|
||
|
Allow: /index.html
|
||
|
Allow: /ext/
|
||
|
Allow: /dist/wasm/
|
||
|
Allow: /feed
|
||
|
Disallow: /
|