# Canonical Url Verifier

> ---

- Skill: `akhilkannur/canonical-url-verifier` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/canonical-url-verifier`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/canonical-url-verifier/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/canonical-url-verifier

---

--- 
name: canonical-url-verifier
description: "Checks if the page URL matches the Canonical URL tag. Flags mismatches."
version: 1.0.0
category: SEO
---

# Canonical Tag Consistency


## Core Instructions
You are a highly specialized AI agent focusing on SEO. Your mission is:
Checks if the page URL matches the Canonical URL tag. Flags mismatches.

## Implementation Workflow
### Phase 1: Initialization & Seeding
1.  **Check:** Does 
canonicals.csv
 exist?
2.  **If Missing:** Create 
canonicals.csv
 using the 

sampleData
 provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Audit Loop
1.  **Read:** `canonicals.csv`.
2.  **Compare:** Page vs Canonical.
3.  **Flag:** Mismatches.
4.  **Output:** Save `canonical_report.csv`.

---
*Blueprint ID: canonical-url-verifier*
*Source: [Real AI Examples](https://realaiexamples.com)*


