seo-social-cards (M8)
SkillSearchAudit and generate Open Graph and Twitter/X social-card tags for a page — check og:title/description/url/type, og:image presence/size/reachability, and twitter:card/title/description/image, then inject complete card tags inferred from the page. Module M8. Feeds the Search SEO score.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the seo-social-cards (M8) skill
What this skill tells your AI
The instructions your AI receives, as published by hainrixz/claude-seo-ai in skills/seo-social-cards/SKILL.md and read by ahel’s review.
Social cards control how a URL renders when shared on social, chat, and AI assistants — a CTR/sharing signal, not a ranking one (see Honesty). Open Graph metadata is the same <head>-level hygiene tier as the structured-data work in references/schema-tier1.md, so audit it alongside that module.
Inputs
Work from the PageSnapshot named in your dispatch envelope: read parsed from <run_dir>/pages/<slug>.json (metas[] for og:*/twitter:*, canonicals[], images[]); Grep pages/<slug>.html for verbatim evidence; site artifacts live in <run_dir>/site/{robots.json,sitemaps.json,discovery.json}. Deterministic findings already emitted by audit.mjs are listed in <run_dir>/findings.deterministic.json — do not re-emit those ids; add model-judged findings only. If invoked directly with a URL/path and no snapshot exists, first run node "${CLAUDE_PLUGIN_ROOT}/scripts/snapshot.mjs" <target> --out "${CLAUDE_PLUGIN_DATA}/runs" and use the printed snapshot path.
Audits
Working from the PageSnapshot (parsed_rendered when render.used is not none, else parsed):
- OG content:
og:title,og:description,og:url,og:typepresent and non-empty;og:urlmatches the canonical;og:typesane for the page (e.g.articlevswebsite). - OG image:
og:imagepresent, ~1200x630 (1.91:1) and >=200x200, and reachable (HTTP 200, image content-type, absolute URL). - Twitter/X:
twitter:card(prefersummary_large_image);twitter:title,twitter:description,twitter:image. Twitter falls back to OG when these are absent — note when it is relying on OG. - Fallback behavior: when OG is absent entirely, record what crawlers would derive (
<title>, meta description, first content<img>) so the finding shows the actual degraded card, not a guess.
Fixes
- AUTO (
fixable: auto): inject a complete OG + Twitter card block derived from the page's<title>/<h1>, meta description, canonical URL, and first in-content image. Additive, deterministic, emitted as a diff forfix. - The tool cannot create an image asset. It wires
og:image/twitter:imageonce a real path exists; until then it leaves a clearly-markedTODOplaceholder (no invented URL or dimensions). Never fabricate title/description text — derive from on-page content or leave the user aTODO.
Verification
dom_assert: the required<meta property="og:*">/<meta name="twitter:*">tags exist and are non-empty.header_check:og:imagereturns 200 with an image content-type, and dimensions are ~1200x630.- When the image fetch or dimension probe is blocked (no network/egress), status is
needs_api, never a falsepass.
Findings
Emit findings per schema/finding.schema.json. Examples:
M8.og.missing_image— noog:image(statusfail, severity 2,fixable: auto, axissearch, confidenceestablished).M8.og.image_unreachable—og:imageset but returns non-200 / wrong type (statusfail, severity 2,fixable: proposed, axissearch, confidenceestablished).M8.twitter.no_card— notwitter:card, page falls back to OG only (statuswarn, severity 2,fixable: auto, axissearch, confidencedirectional). Each finding:evidence.observedquotes the tag(s) (or their absence) on the page;verification.reproduceis a runnabledom_assert/header_checkcommand;expected_impactis banded + confidence-tagged (no naked %).
Honesty
Social cards are a sharing / click-through signal with near-zero direct ranking impact — Google does not use OG tags as a ranking factor. They improve how shared links and AI-assistant previews render, not where the page ranks. Fix them for CTR and brand consistency; do not over-invest expecting SERP movement.
Signals
- GitHub stars
- 59
- Forks
- 5
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
seo-social-cards- Source
- github.com/hainrixz/claude-seo-ai