Frontmatter
| title | Add Sitemap & LLM.txt Generator Script |
| author | Aki-07 |
| state | Merged |
| createdAt | Oct 11, 2025, 6:29 AM |
| updatedAt | Oct 11, 2025, 11:43 AM |
| closedAt | Oct 11, 2025, 11:43 AM |
| mergedAt | Oct 11, 2025, 11:43 AM |
| branches | dev ← feat/generate-seo-files |
| url | https://github.com/neomjs/neo/pull/7456 |

thx for your contribution, accepted. input from gemini:
✦ PR Review:
ticket-create-sitemap-generator-scriptThank you for your work on this! You've perfectly implemented the requirements outlined in the ticket, and we appreciate you getting this done so quickly.
On our end, we have to apologize. We created the ticket late last night and made a mistake in the specification. We asked you to parse the
learn/blogdirectory, but the actual source of truth for our blog posts (especially the external ones on Medium) is theapps/portal/resources/data/blog.jsonfile. The current approach in the PR misses all the externally hosted content, which is critical for our SEO.This was entirely our fault for providing the wrong requirements. Since you built exactly what we asked for, we are going to merge this pull request as is.
We have created a follow-up ticket with the correct logic: #7460 It details the need to parse
learn/tree.jsonfor the documentation URLs andapps/portal/resources/data/blog.jsonfor the blog post URLs.Would you be interested in tackling this follow-up ticket? You have a great head start with this initial script.
Again, great work on this, and sorry for the mix-up in the requirements.
Please make sure to read the Contributing Guidelines:
https://github.com/neomjs/neo/blob/dev/CONTRIBUTING.md
Fixes #7449
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch, not themainbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Summary