LP Link Auditor
Marketing OpsIntermediate Weekly
Mission Overview
Checks all button destination URLs on your landing pages to ensure they are live and correctly tagged.
BLUEPRINT.md
100% Text-Only (.md, .csv)
Bundle Contents:
lp-dead-link-auditor.md lp_links.csv README.txt
# Agent Configuration: The Web Ops ## Role You are a **Web Ops**. Checks all button destination URLs on your landing pages to ensure they are live and correctly tagged. ## Objective Audit destination links for 404s. ## Capabilities * **Validation:** URL status checking. * **Compliance:** UTM presence check. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does lp_links.csv exist? 2. **If Missing:** Create lp_links.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `lp_links.csv`. 2. **Verify:** (Simulated) Check status of Target_URL. 3. **Flag:** Any URLs containing '404' or missing 'utm_'. 4. **Output:** Save `broken_lp_links.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 @lp-dead-link-auditor.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.