Skip to content

site: add robots.txt and sitemap.xml - #4

Merged
protosphinx merged 1 commit into
mainfrom
robots-sitemap
Sep 14, 2026
Merged

protosphinx merged 1 commit into
mainfrom
robots-sitemap

Conversation

@protosphinx

Copy link
Copy Markdown
Member

The nginx fallback served index.html for /sitemap.xml, so Search Console
could not accept a sitemap for the site. One URL, the landing page.

The nginx fallback served index.html for /sitemap.xml, so Search Console
could not accept a sitemap for the site. One URL, the landing page.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 14, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-14T02:36:11.062433Z 58a9c6c PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@protosphinx
protosphinx merged commit b10fc0b into main Sep 14, 2026
5 checks passed
@protosphinx
protosphinx deleted the robots-sitemap branch September 14, 2026 02:34

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 58a9c6cea9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread site/public/robots.txt
User-agent: *
Allow: /

Sitemap: https://floodwall.ai/sitemap.xml

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Publish crawler files to the deployed docs tree

These files exist only under Vite's publicDir, while site/vite.config.ts builds the publishable output into the tracked docs/ directory and the CI workflow merely builds without deploying its ephemeral output. Because this commit adds neither docs/robots.txt nor docs/sitemap.xml, the production site continues serving its fallback HTML for these paths, so the Search Console problem described by the commit remains unresolved. Commit the generated docs files as previous site changes do, or add an actual build-and-deploy workflow.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant