# GOALS by Splurjj — robots.txt # https://goalsapp.store/robots.txt User-agent: * # ── Public pages — indexable ────────────────────────────────── Allow: / Allow: /index.html Allow: /goals.html Allow: /about.html Allow: /store.html Allow: /guide.html Allow: /privacy.html Allow: /terms.html Allow: /css/ Allow: /js/ Allow: /images/ Allow: /videos/ # ── Internal navigation — no-index but crawlable assets ─────── Disallow: /portals.html # ── Authenticated & internal — fully blocked ────────────────── Disallow: /admin/ Disallow: /admin Disallow: /app/ Disallow: /auth/ Disallow: /developers/ # ── Sitemap ─────────────────────────────────────────────────── Sitemap: https://goalsapp.store/sitemap.xml