# public/robots.txt User-agent: * Allow: / # Disallow: /admin/ # Example disallow # /purchase-success is kept out of the index by `robots: { index: false }` in # src/app/purchase-success/layout.tsx, NOT by a Disallow here — on purpose. # A Disallow blocks crawling, which means the crawler can never read the # noindex tag, and the URL can still surface as a bare result if it is linked # anywhere. Leaving it crawlable is what lets the noindex actually apply. # (The previous `Disallow: /purchase-success/` also never matched the real # URL, which has no trailing slash.) Sitemap: https://promptquick.ai/sitemap.xml