The blast-radius engine measures how an optimization tailored for one query impacts the target URL's ranking across all neighbour queries sharing that same page, detecting unintentional negative rank spillovers.

flowchart LR
    A[Optimized Target URL] --> B[Target Query: Rank 1]
    A --> C[Neighbour Query 1: Rank Check]
    A --> D[Neighbour Query 2: Rank Check]
    C --> E[Before vs After Comparison]
    D --> E