Install
$ agentstack add skill-yahiasherif002-claude-skills-seo-kit ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
SEO Kit
Adds the high-impact SEO pieces to a site in one pass. Most of these are cheap to add and disproportionately valuable: rich link previews, Google entity data, and proper crawl/index directives.
What it adds
- **`
meta** —description,keywords,robots/googlebot,author`,
theme-color, and canonical.
- Open Graph + Twitter Card — title/description/image so links unfurl nicely on
LinkedIn, Twitter/X, Slack, iMessage, Discord.
- JSON-LD structured data —
Person(for a portfolio/personal site) and/or
WebSite, so Google can build a proper entity.
sitemap.xml+robots.txt— for crawling/indexing (plus a small
generator script for SPAs with many routes).
How to apply it
- Copy
references/head.htmlcontent into the site's ``
(e.g. index.html for Vite/CRA, or app/layout ` / next/head` / the Metadata API for Next.js — adapt the tags to the framework's conventions).
- Fill the placeholders (only required edit):
{{DOMAIN}}→ the canonical origin, e.g.https://example.com(no trailing slash){{TITLE}}→ page/site title (≤ ~60 chars){{DESCRIPTION}}→ 1–2 sentence summary (≤ ~155 chars){{KEYWORDS}}→ comma-separated, optional{{OG_IMAGE}}→ an absolute URL to a 1200×630 image (see note below){{NAME}},{{JOB_TITLE}},{{SAME_AS}}(social profile URLs) for the JSON-LD
- Add
references/robots.txtat the web root (public/robots.txtfor Vite/Next),
replacing {{DOMAIN}}.
- Add a sitemap: either drop in
references/sitemap.xml(small static sites) or
run references/generate-sitemap.mjs for SPAs — pass your domain and routes and it writes public/sitemap.xml. Example: ``bash node generate-sitemap.mjs https://example.com / /about /projects/foo > public/sitemap.xml ``
- Verify (see below).
Critical notes (tell the user)
- OG/Twitter images and
og:urlMUST be absolute URLs (https://domain/...),
not relative paths — crawlers won't resolve relative ones, so previews render blank. Set these only once the real domain is known.
- One canonical origin. Pick
https://domain.com(or thewww.variant) and use it
consistently in canonical, og:url, sitemap, and robots to avoid duplicate-content splits.
- OG image spec: 1200×630 px, ` tags here cover the home page; for per-route OG on a pure
SPA, consider prerendering or a meta-injection step.
Verifying
- Rich results / JSON-LD: https://search.google.com/test/rich-results
- Link preview: https://www.opengraph.xyz (or paste the URL in Slack/LinkedIn)
- Sitemap/robots: load
/{robots.txt,sitemap.xml}→ 200; submit the sitemap in
Google Search Console.
- Confirm `
,meta[name=description], andlink[rel=canonical]` are present in
the served HTML (View Source, not just devtools).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Yahiasherif002
- Source: Yahiasherif002/claude-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.