Frontmatter
| id | 7775 |
| title | feat(seo): Add Priorities to Sitemap Generation |
| state | Closed |
| labels | enhancementgood first issueai |
| assignees | tobiu |
| createdAt | Nov 15, 2025, 10:06 AM |
| updatedAt | Nov 15, 2025, 10:41 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7775 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 15, 2025, 10:41 AM |
Currently, the sitemap generated for the neo.mjs website does not include priority information for the URLs. This makes it harder for search engines to understand the relative importance of different pages.
This task involves updating the
buildScripts/generateSeoFiles.mjsscript to add<priority>tags to the generatedsitemap.xml.PRIORITIESmap will be introduced to define custom priorities for specific routes.<priority>tag will be omitted for these to keep the sitemap clean, as per SEO best practices.