agentsclimarketplace

050104 seo optimization

Skill natuleadan/skills/skills/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.

Install
npx -y skills add natuleadan/skills --skill 050104-seo-optimization

Assembled 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

TopicFile
Complete XML Sitemaps protocol, validation, cross-submissionreferences/sitemaps-protocol.md
robots.txt syntax, patterns, securityreferences/robots-txt.md
HTML meta, Open Graph, Twitter Cards, canonical, hreflangreferences/metadata-og.md
JSON-LD structured data (Organization, WebSite, Article, Product, BreadcrumbList, FAQPage, etc.)references/structured-data.md
Search engine submission, ping, monitoring, incremental strategyreferences/search-submission.md
AI agent content negotiation, Markdown for Agents, Content Signals, llms.txtreferences/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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.