9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
# robots.txt — atmos parfum-shop
|
|
# TODO: replace https://atmos.example with the real production domain
|
|
|
|
User-agent: *
|
|
Allow: /
|
|
Disallow: /api/
|
|
|
|
Sitemap: https://atmos.example/sitemap.xml
|