seo

Implements technical and on-page SEO optimizations including meta tags, structured data, and sitemaps.

Updated Sep 15, 2026
One-click install
npx skills add https://github.com/Peterson-Benhame/agent-skills --skill seo-peterson-benhame
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/Peterson-Benhame/agent-skills/tree/main/packages/skills-catalog/skills/%28quality%29/seo
Command: npx skills add https://github.com/Peterson-Benhame/agent-skills --skill seo-peterson-benhame

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Websites often fail to rank in search engines due to missing meta tags, poor crawlability, absent structured data, and weak on-page optimization, and diagnosing these issues manually is slow and error-prone. ## Core Features & Use Cases - Technical SEO: Configures robots.txt, canonical URLs, XML sitemaps, HTTPS, and clean URL structures so search engines can crawl and index pages correctly. - On-Page Optimization: Provides guidelines and code patterns for title tags, meta descriptions, heading hierarchy, image alt text, and internal linking. - Structured Data: Supplies ready-to-use JSON-LD schemas for Organization, Article, Product, FAQ, and Breadcrumbs to enable rich search results. - Use Case: When launching a new e-commerce page, apply this Skill to add a unique title and meta description, Product schema with pricing and ratings, a canonical URL, and an updated sitemap entry. ## Quick Start Ask the agent to audit this page for SEO issues and add the missing meta tags, structured data, and canonical URL.

Frequently Asked Questions about seo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add structured data to my website for SEO?

Add JSON-LD script tags to your HTML head using schema.org types like Organization, Article, Product, FAQ, or BreadcrumbList. Validate the markup with Google Rich Results Test or the Schema.org Validator before deploying.

How to write title tags and meta descriptions for SEO?

Keep title tags between 50-60 characters with the primary keyword near the beginning and the brand name at the end. Meta descriptions should be 150-160 characters, unique per page, include the keyword naturally, and contain a compelling call-to-action.

Does this Skill cover website accessibility or performance?

No, accessibility is handled by the web-accessibility skill and performance by the core-web-vitals skill. This Skill focuses strictly on technical SEO, on-page optimization, and structured data.

Why is my page not being indexed by Google?

Common causes include a noindex meta robots tag, robots.txt rules blocking crawlers, missing canonical URLs, or blocked rendering resources. Check robots.txt allows crawling, verify meta robots settings, and submit your sitemap in Google Search Console.

What are the limits of XML sitemaps?

A single sitemap supports a maximum of 50,000 URLs or 50MB. Larger sites should use a sitemap index file, include only canonical indexable URLs, and update the lastmod field whenever content changes.