New to Claude Skills? Learn how to install them →

agricidaniel on GitHub

Single Page SEO Analysis

Free

Comprehensive SEO insights for any webpage.

Get this skill

Free · Opens the source repo

What Single Page SEO Analysis does

The Single Page SEO Analysis skill provides an in-depth evaluation of a webpage's search engine optimization status. It examines critical on-page elements such as title tags, meta descriptions, header tags, and internal and external links to ensure they align with best practices. The skill also assesses content quality, including readability, keyword density, and freshness, offering a holistic view of how well the content serves its intended audience and search engines.

In addition to on-page factors, this skill analyzes technical elements like canonical tags, meta robots, and schema markup. It identifies opportunities for improvement and validates existing SEO structures to ensure they are optimized for search visibility. The skill also evaluates images for proper alt text, file size, and loading methods, which are essential for both user experience and SEO performance.

The output includes a detailed scorecard that breaks down the overall SEO performance into categories, highlighting areas where improvements are needed. Users receive actionable recommendations based on the analysis, along with ready-to-use JSON-LD code for schema opportunities. This makes it an invaluable tool for web developers, SEO specialists, and content creators looking to enhance their webpage performance.

Whether you are launching a new site or optimizing an existing one, this skill provides the insights necessary to make informed decisions about SEO strategies. It is particularly useful for those who need to ensure that their web pages are fully optimized for search engines and user engagement.

When to use it

Use this tool when you need to analyze a specific webpage's SEO performance and identify actionable improvements.

When not to use it

This skill is not suitable for bulk analysis of multiple pages at once or for websites that require extensive JavaScript rendering, as it may miss client-side content.

What you can build with it

Website Launch

Before launching a new website, use this skill to ensure all pages are optimized for SEO.

Content Refresh

When updating existing content, analyze the page to identify outdated elements and improve SEO performance.

SEO Audits

Incorporate this tool into regular SEO audits to maintain and enhance page optimization over time.

How to install Single Page SEO Analysis

View source

1. Install with the skills CLI

npx skills add agricidaniel/claude-seo/seo-page --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by agricidaniel

Single Page Analysis

What to Analyze

On-Page SEO

  • Title tag: 50-60 characters, includes primary keyword, unique
  • Meta description: 150-160 characters, compelling, includes keyword
  • H1: exactly one, matches page intent, includes keyword
  • H2-H6: logical hierarchy (no skipped levels), descriptive
  • URL: short, descriptive, hyphenated, no parameters
  • Internal links: sufficient, relevant anchor text, no orphan pages
  • External links: to authoritative sources, reasonable count

Content Quality

  • Word count vs page type minimums (see quality-gates.md)
  • Readability: Flesch Reading Ease score, grade level
  • Keyword density: natural (1-3%), semantic variations present
  • E-E-A-T signals: author bio, credentials, first-hand experience markers
  • Content freshness: publication date, last updated date

Technical Elements

  • Canonical tag: present, self-referencing or correct
  • Meta robots: index/follow unless intentionally blocked
  • Open Graph: og:title, og:description, og:image, og:url
  • Twitter Card: twitter:card, twitter:title, twitter:description
  • Hreflang: if multi-language, correct implementation

Schema Markup

  • Detect all types (JSON-LD preferred)
  • Validate required properties
  • Identify missing opportunities
  • Never recommend HowTo (deprecated) or FAQ for rich results (retired May 2026); existing FAQPage need not be removed, use QAPage for genuine Q&A

Images

  • Alt text: present, descriptive, includes keywords where natural
  • File size: flag >200KB (warning), >500KB (critical)
  • Format: recommend WebP/AVIF over JPEG/PNG
  • Dimensions: width/height set for CLS prevention
  • Lazy loading: report lazy_method per image (native | perfmatters | ewww | js-generic | none). Do not flag "not lazy-loaded" when JS lazy-loaders (Perfmatters, EWWW, lazysizes) are detected, they intentionally strip the native loading="lazy" attribute and use data-src placeholders

Core Web Vitals (reference only, not measurable from HTML alone)

  • Flag potential LCP issues (huge hero images, render-blocking resources)
  • Flag potential INP issues (heavy JS, no async/defer)
  • Flag potential CLS issues (missing image dimensions, injected content)

Output

Page Score Card

Overall Score: XX/100

On-Page SEO:     XX/100  ████████░░
Content Quality: XX/100  ██████████
Technical:       XX/100  ███████░░░
Schema:          XX/100  █████░░░░░
Images:          XX/100  ████████░░

Issues Found

Organized by priority: Critical -> High -> Medium -> Low

Recommendations

Specific, actionable improvements with expected impact

Schema Suggestions

Ready-to-use JSON-LD code for detected opportunities

DataForSEO Integration (Optional)

If DataForSEO MCP tools are available, use serp_organic_live_advanced for real SERP positions and backlinks_summary for backlink data and spam scores.

Error Handling

ScenarioAction
URL unreachable (DNS failure, connection refused)Report the error clearly. Do not guess page content. Suggest the user verify the URL and try again.
Page requires authentication (401/403)Report that the page is behind authentication. Suggest the user provide the rendered HTML directly or a publicly accessible URL.
JavaScript-rendered content (empty body in HTML)Note that key content may be rendered client-side. Analyze the available HTML and flag that results may be incomplete. Suggest using a browser-rendered snapshot if available.

Frequently asked questions about Single Page SEO Analysis

Similar skills