web-seo-optimizer

Implements technical SEO fixes, JSON-LD structured data, sitemaps, and Core Web Vitals optimizations for websites.

4|2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Arete-Consortium/ai-skills --skill web-seo-optimizer-arete-consortium
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-seo-optimizer
Source: https://github.com/Arete-Consortium/ai-skills/tree/main/personas/web/web-seo-optimizer
Command: npx skills add https://github.com/Arete-Consortium/ai-skills --skill web-seo-optimizer-arete-consortium

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Websites often fail to rank because of technical issues like crawl blockers, missing structured data, duplicate titles, and poor Core Web Vitals that are hard to diagnose and fix systematically. ## Core Features & Use Cases - Technical SEO Audits: Checks indexation, crawlability, canonical URLs, redirect chains, and HTTP status codes, then outputs a prioritized issue report. - Structured Data Implementation: Generates valid JSON-LD schemas (Article, Product, FAQPage, HowTo, and more) ready for Google Rich Results Test validation. - Programmatic SEO & AEO: Builds template-driven pages at scale with dynamic sitemaps and optimizes content for AI answer engines with FAQ/HowTo markup. - Use Case: You inherit a Next.js marketing site with declining organic traffic. Run a technical audit to find that CSS is blocked in robots.txt and titles are duplicated, then get concrete fixes with before/after measurement guidance. ## Quick Start Ask the assistant to run a technical SEO audit on your website and generate JSON-LD structured data for your key pages.

Frequently Asked Questions about web-seo-optimizer

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 a technical audit covering indexation, crawlability, canonical URLs, and HTTP status codes. Fix critical issues like crawl blockers first, then address warnings, and measure baseline metrics before making changes so impact is provable.

How do I add structured data JSON-LD to my pages?▼

Select the schema type matching your content, such as Article, Product, FAQPage, or HowTo, then generate JSON-LD with all required and recommended properties. Place it in the head or via Next.js metadata and validate with Google Rich Results Test.

What is the difference between SEO and AEO optimization?▼

SEO targets traditional search rankings through titles, meta tags, and crawlability, while AEO optimizes for AI answer engines using question-answer content structure, FAQ and HowTo schema, concise factual answers, and featured snippet formats.

Should I use JSON-LD, microdata, or RDFa for structured data?▼

Use JSON-LD. It is Google's recommended format, keeps markup separate from HTML, and is easier to generate and validate than microdata or RDFa, which embed attributes directly in page elements.

When should I not use this SEO optimization approach?▼

Do not use it for writing marketing copy or blog content, GA4 analytics tracking, building frontend code from scratch, or infrastructure-level performance work like bundle analysis and caching. Those belong to content, analytics, and performance skills.