Add comprehensive SEO, accessibility, and performance documentation#44
Merged
Conversation
Captures the conventions introduced when improving Lighthouse scores, WCAG 2.1 AA compliance, and structured-data rich results, so future AI-assisted changes are held to the same bar. https://claude.ai/code/session_01Ek7dEAsMvZDfJdEmAiC8yR
Adds @nuxt/image and @nuxtjs/seo to the stack section, and replaces absolute /Users/fmeyer/... paths in content links with relative paths. https://claude.ai/code/session_01Ek7dEAsMvZDfJdEmAiC8yR
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.
Summary
This PR significantly expands the project documentation in
CLAUDE.mdandREADME.mdto establish clear guidelines for SEO, accessibility, and performance standards. It also updates the project structure documentation to reflect recent additions like the OG image template and SEO module integration.Key Changes
@nuxtjs/seointegration, JSON-LD/schema-org patterns, and requirements for every page (canonical URLs, OG images, structured data)sr-onlyspansOgImage/component directory and clarified component purposes with accessibility rolesNUXT_PUBLIC_NOINDEXvariable for preview/staging deploymentsImplementation Details
opacity: 0initial states breaking LCP measurement, low-contrast status badges)nuxt.config.ts, not duplicated in components)https://claude.ai/code/session_01Ek7dEAsMvZDfJdEmAiC8yR