AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Seo Kit

skill-yahiasherif002-claude-skills-seo-kit · by Yahiasherif002

Make a website discoverable and shareable — adds the SEO essentials in one pass. Drops in <head> meta (description, keywords, robots, theme-color, canonical), Open Graph + Twitter card tags for rich link previews, JSON-LD structured data (Person and/or WebSite) for Google rich results, and generates sitemap.xml + robots.txt. Use when the user wants to improve SEO, fix missing/blank social link pr…

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-yahiasherif002-claude-skills-seo-kit

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-yahiasherif002-claude-skills-seo-kit)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Seo Kit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. **` meta** — description, keywords, robots/googlebot, author`,

theme-color, and canonical.

  1. Open Graph + Twitter Card — title/description/image so links unfurl nicely on

LinkedIn, Twitter/X, Slack, iMessage, Discord.

  1. JSON-LD structured dataPerson (for a portfolio/personal site) and/or

WebSite, so Google can build a proper entity.

  1. sitemap.xml + robots.txt — for crawling/indexing (plus a small

generator script for SPAs with many routes).

How to apply it

  1. Copy references/head.html content 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).

  1. 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
  1. Add references/robots.txt at the web root (public/robots.txt for Vite/Next),

replacing {{DOMAIN}}.

  1. 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 ``

  1. Verify (see below).

Critical notes (tell the user)

  • OG/Twitter images and og:url MUST 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 the www. 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], and link[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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.