Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates per-page frontmatter metadata (keywords and descriptions) across the docs to improve SEO by providing richer, page-specific <meta name="keywords"> and <meta name="description"> values.
Changes:
- Populate
meta.keywordson multiple docs pages that previously had~(null). - Add/expand
meta.descriptionto better summarize page content for search engines and link previews. - Add more descriptive metadata for support and utility pages (e.g., 404, Support CASL.js).
Reviewed changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs-src/src/content/pages/support-casljs/en.md | Expands keywords/description for the Support page. |
| docs-src/src/content/pages/package/casl-vue/en.md | Adds package-specific keywords/description. |
| docs-src/src/content/pages/package/casl-react/en.md | Adds package-specific keywords/description. |
| docs-src/src/content/pages/package/casl-mongoose/en.md | Adds package-specific keywords/description. |
| docs-src/src/content/pages/package/casl-aurelia/en.md | Adds package-specific keywords/description. |
| docs-src/src/content/pages/package/casl-angular/en.md | Adds package-specific keywords/description. |
| docs-src/src/content/pages/notfound/en.md | Adds 404 page keywords/description. |
| docs-src/src/content/pages/guide/subject-type-detection/en.md | Adds guide page keywords/description. |
| docs-src/src/content/pages/guide/restricting-fields/en.md | Adds guide page keywords/description. |
| docs-src/src/content/pages/guide/intro/en.md | Adds guide intro keywords/description. |
| docs-src/src/content/pages/guide/install/en.md | Adds install page keywords/description. |
| docs-src/src/content/pages/guide/define-rules/en.md | Adds guide page keywords/description. |
| docs-src/src/content/pages/guide/define-aliases/en.md | Adds guide page keywords/description. |
| docs-src/src/content/pages/guide/conditions-in-depth/en.md | Adds guide page keywords/description. |
| docs-src/src/content/pages/cookbook/roles-with-static-permissions/en.md | Adds recipe keywords/description. |
| docs-src/src/content/pages/cookbook/roles-with-persisted-permissions/en.md | Adds recipe keywords/description. |
| docs-src/src/content/pages/cookbook/less-confusing-can-api/en.md | Adds recipe keywords/description. |
| docs-src/src/content/pages/cookbook/intro/en.md | Adds cookbook intro keywords/description. |
| docs-src/src/content/pages/cookbook/claim-authorization/en.md | Adds recipe keywords/description. |
| docs-src/src/content/pages/cookbook/cache-rules/en.md | Adds recipe keywords/description. |
| docs-src/src/content/pages/api/casl-ability/en.md | Adds API page keywords/description. |
| docs-src/src/content/pages/api/casl-ability-extra/en.md | Adds API page keywords/description. |
| docs-src/src/content/pages/advanced/typescript/en.md | Adds advanced page keywords/description. |
| docs-src/src/content/pages/advanced/debugging-testing/en.md | Adds advanced page keywords/description. |
| docs-src/src/content/pages/advanced/customize-ability/en.md | Adds advanced page keywords/description. |
| docs-src/src/content/pages/advanced/ability-to-database-query/en.md | Adds advanced page keywords/description. |
| docs-src/src/content/pages/advanced/ability-inheritance/en.md | Adds metadata for an in-progress/hidden advanced page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
to improve SEO