- Add frontend/public/robots.txt: allow public pages, block auth/user-private routes and /api/ - ROADMAP.md: add mobile layout fix to UX & Polish shipped items - TROUBLESHOOTING.md: add section on Android Chrome viewport overflow root cause and fix Authored by: Jack Levy
19 lines
300 B
Plaintext
19 lines
300 B
Plaintext
User-agent: *
|
|
Allow: /
|
|
Allow: /bills
|
|
Allow: /bills/
|
|
Allow: /members
|
|
Allow: /members/
|
|
Allow: /topics
|
|
Allow: /how-it-works
|
|
Allow: /share/
|
|
|
|
Disallow: /login
|
|
Disallow: /register
|
|
Disallow: /settings
|
|
Disallow: /notifications
|
|
Disallow: /following
|
|
Disallow: /collections
|
|
Disallow: /alignment
|
|
Disallow: /api/
|