seo-technical

Audit websites across nine technical SEO categories including crawlability, Core Web Vitals, and structured data.

2|Updated Jun 19, 2025
One-click install
npx skills add https://github.com/Prat05devs/dapper-city-threads --skill seo-technical-prat05devs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-technical
Source: https://github.com/Prat05devs/dapper-city-threads/tree/main/.agent/skills/seo/seo-technical
Command: npx skills add https://github.com/Prat05devs/dapper-city-threads --skill seo-technical-prat05devs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Technical SEO issues like blocked crawlers, missing canonical tags, slow Core Web Vitals, and misconfigured security headers silently hurt search rankings, but finding them requires checking dozens of signals across a site. This Skill runs a structured audit across nine categories and produces a prioritized, scored report. ## Core Features & Use Cases - Nine-Category Audit: Covers crawlability, indexability, security, URL structure, mobile, Core Web Vitals, structured data, JavaScript rendering, and IndexNow, each scored out of 100. - AI Crawler Management: Evaluates robots.txt rules for AI crawlers like GPTBot, ClaudeBot, and Google-Extended, with guidance on blocking training versus preserving AI search visibility. - Agent-Friendly Page Analysis: Uses Playwright-based scripts to capture the accessibility tree and score how well AI agents can interpret and interact with pages. - Use Case: Run an audit on a Next.js e-commerce site to discover that canonical tags differ between server HTML and JS-rendered output, LCP exceeds 2.5s on mobile, and robots.txt accidentally blocks the XML sitemap. ## Quick Start Run a technical SEO audit on https://example.com and give me the category scores and prioritized fix list.

Frequently Asked Questions about seo-technical

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

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

Provide the target URL and the audit checks nine categories: crawlability, indexability, security, URL structure, mobile, Core Web Vitals, structured data, JavaScript rendering, and IndexNow. You receive a 0-100 score per category plus issues grouped by priority from critical to backlog.

What are good Core Web Vitals scores for SEO?▼

Target LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1, measured at the 75th percentile of real user data. INP replaced FID in March 2024, so FID should no longer be referenced in audits.

Does blocking GPTBot in robots.txt stop ChatGPT from citing my site?▼

No. Blocking GPTBot only prevents OpenAI model training; ChatGPT's real-time browsing uses the separate ChatGPT-User agent. Similarly, blocking Google-Extended affects Gemini training but not Google Search indexing or AI Overviews.

Why does Google ignore canonical tags on JavaScript-rendered pages?▼

If the canonical in raw HTML differs from one injected by JavaScript, Google may use either one. Serve canonical tags, meta robots directives, and structured data in the initial server-rendered HTML rather than relying on JS injection.

Can I get real Core Web Vitals field data instead of lab estimates?▼

Yes, if Google API credentials are configured, the pagespeed and CrUX scripts fetch real PageSpeed Insights and 25-week CrUX trend data. For low-traffic sites without CrUX data, Lighthouse lab metrics serve as a proxy.