chore(guide): add crawl policy [Codex] - #1349
Conversation
Serve an explicit allow-all robots policy with the guide's static assets without assuming a production domain or sitemap.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Guide Cloudflare deployment⛅️ wrangler 4.114.0
Total Upload: 0.31 KiB / gzip: 0.22 KiB To deploy this version to production traffic use the command wrangler versions deploy Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
guide | 3a9ac27 | Commit Preview URL Branch Preview URL |
Sep 13 2026, 02:40 PM |
Cloudflare deploymentDeployement ID: b595fda1-7434-4be3-ae0e-4b0e3cc437b4 ⛅️ wrangler 4.114.0 ✨ Uploading _redirects |
The guide needs an explicit crawler policy before launch, but its production domain and sitemap location are not decided yet.
Add an app-local static robots file that permits indexing of all guide routes. Vite copies it into the client build, and the guide's React Router build hook copies that directory into Wrangler's deployed asset directory. The policy deliberately contains no host-specific or sitemap directive.