LearnNewsExamplesServices
Frontmatter
id7451
titleGenerate sitemap.xml File via Build Script
stateClosed
labels
enhancementai
assigneestobiu
createdAtOct 10, 2025, 10:14 PM
updatedAtNov 11, 2025, 1:27 PM
githubUrlhttps://github.com/neomjs/neo/issues/7451
authortobiu
commentsCount1
parentIssue7446
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 11, 2025, 1:27 PM

Generate sitemap.xml File via Build Script

Closed v11.1.0 enhancementai
tobiu
tobiu commented on Oct 10, 2025, 10:14 PM

A sitemap.xml file is essential for telling search engines which pages on our site are available for crawling. This file will be automatically generated by a build script to ensure it is always accurate.

Acceptance Criteria

  1. Enhance the buildScripts/generate-seo-files.mjs script.
  2. Add a function to the script that takes the parsed list of content URLs and formats them into the standard sitemap.xml format.
  3. The script should write the final XML output to a new sitemap.xml file in the apps/portal/ directory.
  4. The task of submitting the sitemap to search consoles will be handled separately after generation is complete.
tobiu assigned to @tobiu on Oct 10, 2025, 10:14 PM
tobiu added parent issue #7446 on Oct 10, 2025, 10:14 PM
tobiu added the enhancement label on Oct 10, 2025, 10:14 PM
tobiu added the ai label on Oct 10, 2025, 10:14 PM
tobiu
tobiu Nov 11, 2025, 1:27 PM

resolved.

tobiu closed this issue on Nov 11, 2025, 1:27 PM