8 lines
238 B
Text
8 lines
238 B
Text
|
|
# Siftlode is mostly a private, login-gated app; only the public landing and legal
|
||
|
|
# pages are worth indexing. Allow crawling but keep bots out of the API surface.
|
||
|
|
User-agent: *
|
||
|
|
Allow: /
|
||
|
|
Disallow: /api/
|
||
|
|
Disallow: /auth/
|
||
|
|
Disallow: /watch/
|