seo-checklist

Solid

Checklist for passive technical SEO assessment. Covers indexability, metadata quality, structured data, rendering, internal linking, OpenGraph, internationalization, and sitemap analysis.

Code & Development 3 stars 2 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# SEO Checklist - Passive Technical Assessment Comprehensive, actionable checklist for passive technical SEO assessment. This skill guides the agent through systematic checks of indexability, metadata quality, structured data, rendering strategy, internal linking, OpenGraph tags, internationalization, and sitemap alignment. --- ## 1. Indexability Check that search engines can discover, crawl, and index all intended pages. ### Parse robots.txt ```bash curl -s "https://DOMAIN/robots.txt" ``` Verify: - **Disallow directives** — identify overly broad rules (e.g., `Disallow: /`) that block the entire site - **Crawl-delay** — note any `Crawl-delay` directives that may slow indexing - **User-agent rules** — check for Googlebot-specific rules that differ from the wildcard `*` agent - **Sitemap reference** — confirm a `Sitemap:` directive is present and points to a valid URL ### Meta robots per URL Using Playwright, check the meta robots tag on each page: ```javascript document.querySelector('meta[name="robots"]')?.content ``` Look for: - `noindex` — page will not appear in search results - `nofollow` — links on the page will not be followed - Detect pages with `noindex` that should be indexed (e.g., product pages, blog posts) ### X-Robots-Tag header ```bash curl -sI "URL" | grep -i "x-robots-tag" ``` The `X-Robots-Tag` HTTP header can override meta robots. Check that it does not conflict with the intended indexing strategy. ### Canonical consistency Using Playwright, ...

Details

Author
AppVerk
Repository
AppVerk/av-marketplace
Created
6 months ago
Last Updated
4 days ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

seo-technical

Technical SEO audit across 9 categories: crawlability, indexability, security, URL structure, mobile, Core Web Vitals, structured data, JavaScript rendering, and IndexNow protocol. Use when user says "technical SEO", "crawl issues", "robots.txt", "Core Web Vitals", "site speed", or "security headers".

1 Updated yesterday
lasri97
AI & Automation Listed

30x-seo-technical

Technical SEO audit across 8 categories: crawlability, indexability, security, URL structure, mobile, Core Web Vitals, structured data, JS rendering. Schema deep validation → seo-schema. AI crawlers → seo-geo-technical. Use when user says "technical SEO", "crawl issues", "robots.txt", "Core Web Vitals".

0 Updated today
square-lupus579
AI & Automation Solid

seo-technical

Run a comprehensive technical SEO audit covering crawlability, indexability, rendering, site architecture, structured data, page experience, security, and internationalization. Use this skill whenever the user asks about technical SEO, crawl issues, indexing problems, sitemaps, robots.txt, canonical tags, schema markup, page speed, Core Web Vitals, hreflang, redirects, or site-wide search performance. Triggers on technical SEO, site audit, crawlability, indexability, sitemap, robots.txt, canonical, redirect chain, schema, JSON-LD, Core Web Vitals, page speed, hreflang, mobile usability, HTTPS, security headers, render-blocking, JavaScript SEO. Also triggers when a site has indexing problems, traffic drops, or migration concerns, even if 'technical SEO' is not said explicitly.

4 Updated 5 days ago
rampstackco