seo

Audit and optimize web pages for search engine crawlability, metadata, and structured data.

Updated May 24, 2026
One-click install
npx skills add https://github.com/MWest2020/skill-forge --skill seo-mwest2020
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/MWest2020/skill-forge/tree/main/skills/seo
Command: npx skills add https://github.com/MWest2020/skill-forge --skill seo-mwest2020

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Websites often fail to rank or get indexed because of technical issues like broken robots.txt rules, missing canonical tags, poor title tags, or invalid structured data. This Skill provides a systematic, evidence-led workflow to audit and fix on-page and technical SEO problems based on Lighthouse audits and Google Search guidelines. ## Core Features & Use Cases - Technical SEO Audits: Verify robots.txt, XML sitemaps, canonical URLs, HTTPS, and URL structure against crawlability best practices. - On-Page Optimization: Fix title tags, meta descriptions, heading hierarchy, image alt text, and internal linking with concrete HTML examples. - Structured Data & AI Discoverability: Implement JSON-LD markup (Organization, Article, Product, FAQ, Breadcrumb) and evaluate agentic browsing signals like llms.txt and AI crawler controls. - Use Case: A developer launches a new e-commerce site and asks the agent to run an SEO audit. The Skill walks through the checklist, flags a missing canonical tag and duplicate meta descriptions, and provides corrected HTML snippets. ## Quick Start Ask the agent to audit your page for SEO issues and fix the meta tags, canonical URLs, and structured data.

Frequently Asked Questions about seo

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

FAQPage Schema
How do I fix technical SEO issues on my website?

Start with an evidence-led audit: run a Lighthouse SEO check, then inspect robots.txt, sitemaps, canonical tags, and response headers. Fix issues at the source and re-run the same checks to confirm the fixes rendered correctly.

How to add structured data JSON-LD to a web page?

Add a script tag of type application/ld+json containing the Schema.org type matching your visible content, such as Organization, Article, Product, FAQ, or BreadcrumbList. Validate the rendered output with Google Rich Results Test or the Schema.org validator.

Does a Lighthouse SEO score predict Google rankings?

No. A Lighthouse SEO score covers a useful subset of technical checks but is not a prediction of rankings. Indexation and ranking outcomes depend on search-engine systems and must be verified through tools like Google Search Console.

Should I add an llms.txt file for AI discoverability?

llms.txt is an experimental proposal, not a cross-vendor standard. Add one only when a documented consumer supports it; prioritize crawlability, semantic HTML, accurate metadata, and useful content first, and never treat it as a ranking factor.

What is the ideal length for title tags and meta descriptions?

Use 50-60 characters for titles and 150-160 for meta descriptions only as rough linting proxies, not pass/fail limits. Google truncates based on rendered device width and may rewrite title links or select snippet text from page content.