# Improve SEO Reviews for Web Pages

Web pages often miss basic metadata, semantic structure, and social sharing signals. This skill guides Claude, Codex, and Claude Code through focused SEO review steps.

## Install

```bash
npx skillstore add danielpodolsky/seo-fundamentals
```

## Metadata

- Status: approved
- Slug: danielpodolsky-seo-fundamentals
- Skillstore revision: r1
- Version status: missing
- Tree hash: de3cc8da36719956afee8a2a43a91476ca9c8f5b53f20cb4c2b9ed79e5c6da38
- Author: DanielPodolsky
- GitHub username: DanielPodolsky
- License: MIT
- Repository: https://github.com/DanielPodolsky/mentor-spec/tree/main/.claude/skills/fundamentals/seo
- Ref: 34f316ba14ef36c7a620fc09f2676d2429997a77
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands, network
- Quality score: 78
- Quality tier: bronze
- Public page: https://skillstore.pages.dev/skills/danielpodolsky-seo-fundamentals
- Manifest: https://skillstore.pages.dev/api/skills/danielpodolsky-seo-fundamentals/manifest

## Capabilities

- Reviews title tags, meta descriptions, canonical URLs, and social preview metadata.
- Checks heading hierarchy, single H1 usage, and semantic page landmarks.
- Identifies missing or weak image alt text in page markup.
- Gives Next.js App Router and Pages Router metadata guidance.
- Prompts SEO review questions that connect code choices to search visibility.

## Use Cases

- Review a Landing Page: Check a marketing page for strong titles, descriptions, headings, alt text, and social preview tags.
- Teach SEO Basics During Code Review: Use guided questions to help junior developers understand search-friendly HTML structure.
- Audit Next.js Metadata: Verify App Router or Pages Router metadata patterns before a page ships.

## Prompt Templates

### Basic Page Check

```
Review this page for SEO fundamentals. Focus on title, meta description, H1, headings, semantic HTML, and image alt text.
```

### Next.js Metadata Review

```
Review this Next.js component for metadata quality. Check title, description, canonical URL, Open Graph tags, and router-specific patterns.
```

### Accessibility Linked SEO Review

```
Analyze this markup for SEO and accessibility overlap. Prioritize semantic landmarks, heading order, descriptive alt text, and readable link context.
```

### Release Readiness Audit

```
Perform a pre-launch SEO review for this public page. List blockers, improvements, and validation steps for metadata, structure, and social previews.
```

## Limitations

- Does not crawl live websites or measure production search rankings.
- Does not replace a full technical SEO audit with analytics data.
- Does not generate keyword strategy from market research.
- Requires page code or markup context to produce useful feedback.

## Best Practices

- Provide the full page component or HTML head so the review can inspect real context.
- Ask for prioritized issues when reviewing pages close to release.
- Validate social previews and metadata after applying recommendations.

## Anti Patterns

- Do not ask for ranking guarantees from metadata-only changes.
- Do not review isolated tags without the page purpose or visible heading structure.
- Do not treat placeholder titles, descriptions, or images as production-ready SEO content.

## Security Audit

- Audited at: 2026-07-06T09:50:52.767\+00:00
- Summary: All static external-command hits are Markdown inline code or fenced HTML and TSX examples, not executable commands. Hardcoded URLs are placeholder Open Graph metadata values, not network calls or data exfiltration. No prompt injection, credential access, or malicious intent was found.

## Stats

- Views: 221
- Downloads: 10
- Favorites: 0
- Popularity score: 0
