Skip to content

site: use unique page descriptions - #501

Open
Tiancheng-Xu wants to merge 2 commits into
GoogleChromeLabs:mainfrom
Tiancheng-Xu:fix/366-unique-page-descriptions
Open

site: use unique page descriptions#501
Tiancheng-Xu wants to merge 2 commits into
GoogleChromeLabs:mainfrom
Tiancheng-Xu:fix/366-unique-page-descriptions

Conversation

@Tiancheng-Xu

Copy link
Copy Markdown

Fixes #366. The API, Approach, Demo, and Measure pages now provide page-specific meta descriptions through their existing front matter metadata path. Added a build-output regression check to prevent those pages from reusing the same generic description. Tests: site npm test (stylelint, production Eleventy build, description check); root npm test (build-all, uvu 19 passed, 1 skipped); npm run lint; npm run size (all limits passed); git diff --check.

@XhmikosR

Copy link
Copy Markdown
Collaborator

I don't think we need the test file, just the descriptions.

@Tiancheng-Xu

Copy link
Copy Markdown
Author

Addressed the review: removed the added description-check script and package test hook, keeping the PR focused on the four page descriptions only. git diff --check passes; the local dependency install/test was not run because node_modules is absent in the isolated checkout.

@XhmikosR
XhmikosR requested a review from addyosmani September 10, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

site: use unique page descriptions

2 participants