seo-page

Analyzes a single web page for on-page SEO, content quality, technical tags, schema, and images.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/timikalo7/Execute --skill seo-page-timikalo7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-page
Source: https://github.com/timikalo7/Execute/tree/main/.claude/skill-library/claude-seo/skills/seo-page
Command: npx skills add https://github.com/timikalo7/Execute --skill seo-page-timikalo7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Auditing a single web page for SEO requires checking dozens of elements—title tags, meta descriptions, heading structure, schema markup, image optimization, and Core Web Vitals signals—which is tedious and error-prone when done manually. ## Core Features & Use Cases - On-Page SEO Audit: Validates title tags, meta descriptions, heading hierarchy, URL structure, and internal/external links against best-practice rules. - Content & Technical Analysis: Scores content quality (readability, keyword density, E-E-A-T signals) and checks canonical tags, Open Graph, Twitter Cards, and hreflang. - Schema & Image Review: Detects and validates JSON-LD schema types, flags oversized or non-lazy-loaded images, and generates ready-to-use JSON-LD suggestions. - Use Case: Paste a landing page URL before a campaign launch and receive a scored report card with prioritized issues and actionable fixes. ## Quick Start Ask the assistant to analyze the SEO of a specific page URL, for example by saying "check the SEO of https://example.com/my-landing-page".

Frequently Asked Questions about seo-page

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

FAQPage Schema
How do I check the SEO of a single web page?

Provide the page URL and the skill fetches and audits its HTML against on-page, content, technical, schema, and image criteria. It returns a score card out of 100 plus issues organized by priority from Critical to Low.

What on-page SEO elements does a page audit check?

The audit checks title tag length and keyword usage, meta description, a single H1, logical H2-H6 hierarchy, URL structure, and internal and external link quality. It also validates canonical tags, meta robots, Open Graph, and Twitter Card markup.

Can SEO analysis work on JavaScript-rendered pages?

The skill analyzes the available HTML and flags when key content appears to be client-side rendered, noting results may be incomplete. It suggests providing a browser-rendered snapshot for pages that return an empty body.

Does the page audit support schema markup validation?

Yes, it detects all JSON-LD schema types, validates required properties, and identifies missing opportunities. It avoids recommending deprecated HowTo or FAQ rich results and generates ready-to-use JSON-LD code for detected gaps.

What happens when the URL is unreachable or behind authentication?

For DNS failures or connection errors, the skill reports the error without guessing page content. For 401/403 responses, it asks the user to provide the rendered HTML directly or a publicly accessible URL.