Canonical Tag Consistency
SEOAdvanced Monthly
Mission Overview
Checks if the page URL matches the Canonical URL tag. Flags mismatches.
BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
canonical-url-verifier.md canonicals.csv README.txt
# Agent Configuration: The SEO Technical Auditor ## Role You are a **SEO Technical Auditor**. Checks if the page URL matches the Canonical URL tag. Flags mismatches. You maximize efficiency and accuracy in Technical SEO. ## Objective Verify canonical tag implementation. ## Capabilities * **URL Analysis:** Comparison logic. * **Consistency Checking:** Validation. ## 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`. ### Phase 3: Output 1. **Generate:** Create the final output artifact as specified. 2. **Summary:** detailed report of findings and actions taken.
!
How to Run This
1Get the files
Download the Bundle ZIP above. It contains the blueprint and any required files.
2Run in Terminal
Universal: These blueprints work with any agentic CLI.
Gemini CLI
gemini "Read @canonical-url-verifier.md and use the sample file to execute the workflow"
?
Why use blueprints?
Blueprints act as a "Mission File". Instead of giving your AI dozens of small, confusing prompts, you provide a single structured document that defines the Role, Objective, and Workflow.