Back home

Discoverability & Search Rank

AI Agent SEO Setup Skill for Claude Code, Cursor & Windsurf

Equips autonomous coding agents to automatically generate metadata, OpenGraph cards, sitemap.xml, robots.txt, and JSON-LD schemas during repository init.

Install SEO Setup Skill

$ bunx skills add NaveenGumaste/keyskills/seo-setup

Guaranteed Outcomes

Why install SEO Setup?

01

Zero Missing Meta Tags

Agents never deploy a page with empty descriptions, missing canonical tags, or placeholder titles.

02

Automatic JSON-LD Schema

Injects verified Schema.org markup tailored to your app type (SoftwareApplication, WebSite, TechArticle).

03

Social Preview Guarantee

Ensures Twitter / Open Graph image dimensions are exactly 1200x630 and properly referenced.

SKILL.md Directives

What the agent enforces

When installed, your autonomous agent loads these strict directives into memory before executing code generation or repo initialization:

.agents/skills/seo-setup/SKILL.md
Markdown
# Rule: Automatic SEO Verification on Every Web Project
- Always inspect root layout or HTML for <title>, <meta name="description">, and Open Graph tags.
- Enforce canonical URLs on all public routes.
- Validate JSON-LD structured data (@type: WebSite, Organization, or SoftwareApplication).
- Ensure sitemap.xml and robots.txt exist and are linked in manifest.

Questions & Answers

Frequently asked questions

How does an agent use the SEO Setup skill?

When installed into Claude Code, Cursor, or Windsurf, the agent reads SKILL.md during repo initialization and automatically scaffolds meta tags, robots.txt, and sitemap before writing UI code.

Does this skill work with Next.js App Router and Vite?

Yes. The skill detects your framework (Next.js Metadata API, React Helmet, Astro, or static HTML) and injects the idiomatic implementation.

Can I install just the SEO skill without other skills?

Yes. You can install it individually using 'bunx skills add NaveenGumaste/keyskills/seo-setup' or target specific agents with the -a flag.

README Badge Generator

Badge your repository

Show contributors your repo uses high-agency agent skills.

Preview:Built with KeySkills
[![Built with KeySkills](https://img.shields.io/badge/skills-KeySkills-ff6b00?style=flat-square&logo=github)](https://keyskills.ngxlabs.tech)

More portable agent skills