🗓️ Accessible, understandable meeting info#2438
Conversation
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
There was a problem hiding this comment.
Pull request overview
Updates the 2026-05-07 meeting notes page to use the shared YouTube embed component and to use a descriptive, topic-focused page title (rather than the meeting date), aiming to improve accessibility/SEO and keep meeting metadata visible/understandable in the rendered page.
Changes:
- Replace the inline YouTube
<iframe>embed with the shared@site/src/components/YouTubecomponent. - Update the frontmatter
titlefrom the date (2026-05-07) to a topic-based title.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ></iframe> | ||
| import YouTube from "@site/src/components/YouTube"; | ||
|
|
||
| <YouTube ID="WHYHzDF8KJ8" /> |
There was a problem hiding this comment.
The current title is also not descriptive. It repeats information in the starting meta which will be read now that this page title uses the MPP descriptor suggested. This would just repeat the same info.
| ></iframe> | ||
| import YouTube from "@site/src/components/YouTube"; | ||
|
|
||
| <YouTube ID="WHYHzDF8KJ8" /> |
There was a problem hiding this comment.
Oh, that's kind of interesting, can it not cross-ref in the repo? PRs show up as #plaintext
This just continues our brief conversation from #2434 (comment) to localize relevant information into viewable elements which are also read by the screen reader. The title content suggested by AI does not show on tooltip, however, so it creates a sort of shadow data, a little bit like the i18n pages from #2410. This PR keeps it all self-explanatory with a proper title for the first time in a while, which makes sense from an SEO view since people generally search for meeting content rather than the date. Moreover, the page slug and sidebar both show this same date, so we do not lose any information or searchability.
Warning
Relies on #2361 for the controls