Add seo-check to Marketing Growth - #379
Open
AnTIdoTe003 wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017YpV25wZPt9TuPTsak4SgL
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.
Adds seo-check — an MIT-licensed pre-commit SEO audit skill/plugin for Claude Code.
/seo-checkscopesgit diffto SEO-relevant files, checks the diff against a severity-ranked regression checklist (noindex, robots.txtDisallow, deleted routes without redirects, canonicals, JSON-LD validity,'use client'moving content out of the initial HTML…), then crawls the affected routes from the dev server with a Googlebot UA and reports a ✅/--compare <prod-origin>diffs every signal local vs production.crawl.mjs, usable standalone with exit codes for git hooks/CI), a reference checklist, and a 31-assertion test suite on Node 18/20/22./plugin marketplace add AnTIdoTe003/claude-seo-check) or as a personal skill.Disclosure: I am the author, and this PR was prepared with Claude Code's help. Happy to adjust wording or placement.