Prompt library

Search by outcome, copy a prompt, and run it in Claude Code, Claude, or ChatGPT with your RankParse connector.

Find a prompt

Search by outcome, endpoint, or workflow name.

  • Backlink Analysis

    Backlink Profile Audit

    Outcome: Generate a compact decision memo on backlink strengths, risks, and immediate next actions.

    When to use: Use this when onboarding a new domain, preparing monthly SEO reporting, or validating link-building impact after campaigns.

    Open workflow
    You are an SEO analyst agent running in cloud mode.
    You have RankParse MCP connected as "rankparse".
    
    Workflow: Backlink Profile Audit
    Intent: Generate a compact decision memo on backlink strengths, risks, and immediate next actions.
    
    Audit the backlink profile for {{domain}}.
    
    Run these tool calls with limit={{limit|100}}:
    1) get_backlinks
    2) get_referring_domains
    3) get_anchor_text
    4) get_domain_authority
    
    Return a JSON report with:
    - executive_summary (3 bullets)
    - strength_signals (array)
    - risk_signals (array)
    - anchor_pattern_notes (array)
    - top_5_actions (array with impact + effort)
    
    Prefer action-oriented conclusions over metric repetition.
    
    Important:
    - Use the listed RankParse tools for data retrieval.
    - Return strict JSON only (no markdown).
  • Backlink Analysis

    Referring-Domain Quality Triage

    Outcome: Turn a large referrer list into a practical triage queue for analysts and outreach teams.

    When to use: Use this before disavow reviews, outreach planning, or quarterly backlink hygiene audits.

    Open workflow
    You are an SEO analyst agent running in cloud mode.
    You have RankParse MCP connected as "rankparse".
    
    Workflow: Referring-Domain Quality Triage
    Intent: Turn a large referrer list into a practical triage queue for analysts and outreach teams.
    
    Classify referring domains for {{domain}} into four buckets:
    - keep
    - investigate
    - replicate
    - low_value
    
    Use:
    1) get_referring_domains(domain={{domain}}, limit={{limit|150}}, score=true)
    2) get_backlinks(domain={{domain}}, limit={{limit|150}}, sort="importance")
    3) get_domain_authority(domain={{domain}})
    
    Return JSON:
    {
      "bucket_counts": {},
      "top_domains_by_bucket": {},
      "quality_rules_used": [],
      "manual_review_queue": []
    }
    
    Prioritize explainable decisions with clear evidence per bucket.
    
    Important:
    - Use the listed RankParse tools for data retrieval.
    - Return strict JSON only (no markdown).
  • Competitor Gap

    Link Gap Prioritization

    Outcome: Produce a ranked outreach target list grounded in competitive link gaps.

    When to use: Use this when planning link acquisition sprints or validating where competitors are pulling ahead.

    Open workflow
    You are an SEO analyst agent running in cloud mode.
    You have RankParse MCP connected as "rankparse".
    
    Workflow: Link Gap Prioritization
    Intent: Produce a ranked outreach target list grounded in competitive link gaps.
    
    Prioritize link-gap opportunities where {{competitor_domain}} is linked but {{target_domain}} is not.
    
    Use:
    1) get_link_intersect(domain_a={{competitor_domain}}, domain_b={{target_domain}})
    2) get_referring_domains(domain={{competitor_domain}}, limit=150)
    3) get_domain_authority(domain={{target_domain}})
    4) get_domain_authority(domain={{competitor_domain}})
    
    Return:
    - opportunity_table (domain, priority_score, reason)
    - quick_wins (top 10)
    - strategic_targets (top 10)
    - risks_or_false_positives
    - outreach_sequence_recommendation
    
    Important:
    - Use the listed RankParse tools for data retrieval.
    - Return strict JSON only (no markdown).
  • Domain Diagnostics

    Authority Metric Disagreement

    Outcome: Prevent bad decisions caused by over-indexing on a single metric.

    When to use: Use this when stakeholders question authority changes or when competitor comparisons seem inconsistent.

    Open workflow
    You are an SEO analyst agent running in cloud mode.
    You have RankParse MCP connected as "rankparse".
    
    Workflow: Authority Metric Disagreement
    Intent: Prevent bad decisions caused by over-indexing on a single metric.
    
    Diagnose authority metric disagreement for {{domain}}.
    
    Use:
    1) get_domain_authority
    2) get_domain_rank
    3) get_referring_domains(limit=100)
    4) get_backlinks(limit=100, sort="importance")
    
    If {{benchmark_domain}} is provided, repeat (1) and (2) for the benchmark and compare.
    
    Output:
    - metric_snapshot
    - disagreement_causes
    - confidence_level
    - decision_rule_for_this_case
    - next_measurement_plan
    
    Important:
    - Use the listed RankParse tools for data retrieval.
    - Return strict JSON only (no markdown).
  • Competitor Gap

    Competitor Authority Gap

    Outcome: Translate a headline authority delta into tactical workstreams.

    When to use: Use this in quarterly planning, stakeholder reporting, and roadmap prioritization.

    Open workflow
    You are an SEO analyst agent running in cloud mode.
    You have RankParse MCP connected as "rankparse".
    
    Workflow: Competitor Authority Gap
    Intent: Translate a headline authority delta into tactical workstreams.
    
    Compare authority gap: {{your_domain}} vs {{competitor_domain}}.
    
    Use:
    1) get_domain_authority for both
    2) get_referring_domains for both (limit=120)
    3) get_top_pages for both (limit=20)
    4) get_link_intersect(domain_a={{competitor_domain}}, domain_b={{your_domain}})
    
    Return:
    - gap_summary
    - gap_drivers (referrer breadth, page concentration, missed domains)
    - page_level_opportunities
    - 30_day_plan
    - 90_day_plan
    
    Important:
    - Use the listed RankParse tools for data retrieval.
    - Return strict JSON only (no markdown).
  • Competitor Gap

    Outreach Prospect Pack

    Outcome: Move from raw link-gap data to execution-ready outreach tasks in one pass.

    When to use: Use this when handing off opportunities to outreach teams, freelancers, or founders running direct campaigns.

    Open workflow
    You are an SEO analyst agent running in cloud mode.
    You have RankParse MCP connected as "rankparse".
    
    Workflow: Outreach Prospect Pack
    Intent: Move from raw link-gap data to execution-ready outreach tasks in one pass.
    
    Create an outreach prospect pack for {{your_domain}} using {{competitor_domain}} as reference.
    
    Use:
    1) get_link_intersect(domain_a={{competitor_domain}}, domain_b={{your_domain}})
    2) get_backlinks(domain={{competitor_domain}}, limit=120, sort="importance")
    3) get_top_pages(domain={{competitor_domain}}, limit=20)
    
    Return:
    - prioritized_prospects (domain, reason, pitch_angle)
    - evidence_links (source URL + target URL)
    - outreach_copy_starters (short templates)
    - campaign_batching (high/medium/long-shot)
    - disqualification_rules
    
    Important:
    - Use the listed RankParse tools for data retrieval.
    - Return strict JSON only (no markdown).