Generate unique meta descriptions for changelog entries#1144
Generate unique meta descriptions for changelog entries#1144SahilAujla merged 5 commits intomainfrom
Conversation
Modify the changelog indexer to auto-generate a description for each entry based on its H2 headings. Produces descriptions like "Week of January 8, 2026: updates to Developer Experience and Node." which differentiates changelog pages in search results. Adds an optional description field to ChangelogPathIndexEntry and includes it in both the path index and Algolia records.
🔗 Preview Mode
|
🔍 Link CheckStatus: ⏭️ Skipped (no content changes) |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ae6d1e638d
ℹ️ 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".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5609d9aeae
ℹ️ 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".
Address review feedback: - Replace MONTH_NAMES array with native toLocaleDateString - Remove unused date param from buildChangelogDescription - Cap headings at 3 to stay well within the 155 char description limit
Summary
descriptionfield toChangelogPathIndexEntryand includes it in Algolia records