050104 seo optimization
Multi-domain agent skills collection for AI coding agents (Claude, Cursor, Copilot, OpenCode, and more). Covers programming, biology, cooking, and future domains. Installable via npx skills add.
npx -y skills add natuleadan/skills --skill 050104-seo-optimizationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Technical SEO: XML Sitemaps, robots.txt, metadata, Open Graph, canonical URLs, structured data, search submission, AI agent content negotiation.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.8 KB, 386 tokens by cl100k_base, as published. Nobody here has run it
SEO Optimization
Technical SEO covers how search engines discover, crawl, and index content. This skill provides the protocol-level knowledge and implementation patterns needed to make any web application search-engine friendly.
References
| Topic | File |
|---|---|
| Complete XML Sitemaps protocol, validation, cross-submission | references/sitemaps-protocol.md |
| robots.txt syntax, patterns, security | references/robots-txt.md |
| HTML meta, Open Graph, Twitter Cards, canonical, hreflang | references/metadata-og.md |
| JSON-LD structured data (Organization, WebSite, Article, Product, BreadcrumbList, FAQPage, etc.) | references/structured-data.md |
| Search engine submission, ping, monitoring, incremental strategy | references/search-submission.md |
| AI agent content negotiation, Markdown for Agents, Content Signals, llms.txt | references/agent-content-negotiation.md |
Quick Start
# Generate a sitemap.xml from known routes
# Place at root: http://example.com/sitemap.xml
# Notify Google
curl "https://www.google.com/ping?sitemap=http://example.com/sitemap.xml"
# Verify in robots.txt (at root: /robots.txt)
echo "Sitemap: http://example.com/sitemap.xml" >> robots.txt
When to Use
- Setting up sitemap.xml for a new site
- Implementing robots.txt to guide crawlers
- Adding structured data for rich results
- Configuring Open Graph for social sharing
- Auditing SEO for existing sites
- Diagnosing crawling/indexing issues