SEO & Discoverability Custom Skills · Curated

Canonical URL Checker

Detects duplicate content and pages with missing, conflicting, or self-defeating canonical tags.

What it does

Compares a set of pages for near-duplicate content (same product across categories, paginated archives, print/AMP variants) and checks whether each has a canonical tag pointing to the right single version. Flags canonicals that point to a redirect, a noindexed page, or a different domain by mistake.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/canonical-url-checker/ (or ~/.claude/skills/canonical-url-checker/ for all projects)

GitHub Copilot (VS Code)

.github/skills/canonical-url-checker/

OpenAI Codex

.codex/skills/canonical-url-checker/

Cursor

.cursor/skills/canonical-url-checker/ (or ~/.cursor/skills/canonical-url-checker/ globally)

Compatibility

Any WordPress site. Canonical tags are read and written through the active SEO plugin (Yoast, Rank Math, SEOPress) or WordPress core's default rel=canonical if no plugin is active.