canonical-url-verifier

star 3

Checks if the page URL matches the Canonical URL tag. Flags mismatches.

akhilkannur By akhilkannur schedule Updated 2/4/2026

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

Install via CLI
npx skills add https://github.com/akhilkannur/marketing-agent-blueprints --skill canonical-url-verifier
Repository Details
star Stars 3
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator