-
Notifications
You must be signed in to change notification settings - Fork 496
Add keywords for the accessibility policy for SEO #1447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for moodledevdocs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds SEO keywords to the accessibility policy documentation to improve search engine discoverability. The author found that searching for "Moodle accessibility policy" didn't return the expected documentation page, prompting this optimization.
- Added "Accessibility policy" tag to the existing tags list
- Introduced a keywords field with relevant accessibility and compliance terms
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| - Accessibility policy | ||
| - Compliance | ||
| - Certification | ||
| keywords: [accessibility, accessibility policy, accessibility accreditation, WCAG, VPAT, IAAP] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be better to have these as a list (like the tags) rather than the array notation? Easier to maintain that way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aha, good one! Thanks, @andrewnicols!
I was following the example from Docusaurus' SEO doc. I think listing them as a list is better and also seems to yield the same results. Patch amended.
Cheers!
b561122 to
fecb135
Compare
fecb135 to
3f2a01a
Compare
I tried searching for "Moodle accessibility policy" and was somewhat expecting our accessibility policy page in the developer documentation to appear in the search results. However, it did not come up. It might be worth adding some keywords for SEO purposes.