rc-seo

Guides SEO audits and optimization across technical, on-page, and programmatic tasks.

19|1|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/rodolfochicone/rc-project --skill rc-seo-rodolfochicone
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rc-seo
Source: https://github.com/rodolfochicone/rc-project/tree/main/skills/misc/rc-seo
Command: npx skills add https://github.com/rodolfochicone/rc-project --skill rc-seo-rodolfochicone

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? SEO work spans many distinct disciplines — technical crawlability, on-page content optimization, and programmatic page generation — and it is easy to miss critical checks or apply the wrong playbook. This Skill provides structured, checklist-driven guides for each SEO task type so audits and optimizations follow a consistent, verifiable process. ## Core Features & Use Cases - Technical SEO Audits: Verify robots.txt, sitemaps, canonical tags, meta robots, JSON-LD structured data, and Core Web Vitals with concrete curl commands and acceptance checklists. - On-Page & Content Optimization: Classify search intent, build content briefs, optimize titles, headings, and internal links based on what actually ranks in the SERP. - Programmatic SEO: Generate pages at scale from datasets while defending against thin content, duplication, and index bloat. - Use Case: Auditing a Next.js site before launch — the Skill routes you to the technical guide to verify indexability and structured data, then to the on-page guide to validate titles and intent coverage per page. ## Quick Start Ask the agent to run a technical SEO audit on your site or repository, and it will load the appropriate reference guide and work through the crawl, index, markup, and performance checklists.

Frequently Asked Questions about rc-seo

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

FAQPage Schema
How do I run a technical SEO audit on a website?▼

Follow the crawl → index → markup → performance order: check robots.txt and sitemap.xml, verify meta robots and canonical tags with curl, validate JSON-LD structured data, then measure Core Web Vitals (LCP, CLS, INP) with Lighthouse and Search Console field data.

How do I optimize a page for a target keyword?▼

Start by classifying the search intent from the current SERP, then match the page format to that intent. Optimize the title tag (50-60 chars, keyword first), meta description, a single H1, and H2 subtopics covering what the top 10 results cover, answering the intent above the fold.

What is programmatic SEO and when should I use it?▼

Programmatic SEO generates hundreds or thousands of pages from a dataset plus template, each targeting a long-tail keyword pattern like 'restaurants in {city}'. Use it only when each page has unique, useful data — pages that are just boilerplate with a swapped variable cause thin-content and index-bloat problems.

Can this audit a site without production access?▼

Yes, it can audit templates and generated HTML directly in the repository, but it will explicitly flag the verification as static — meaning no field Core Web Vitals data and no real indexation status. For client-rendered SPAs, it checks the served HTML rather than the DOM.

What are the limits of SEO checklists for ranking?▼

Technical optimization is a floor, not a ceiling — no tag fixes content that fails to satisfy search intent. The guides emphasize one intent per page, indexation before ranking work, and measuring with real tools instead of guessing.