After an optimization run produces a winning edit, the engine executes blast-radius measurement to evaluate how that change ranks the target URL across all other tracked queries and entities that map to the same page.

flowchart LR
    A[Winning Page Edit] --> B[Target Query Re-Rank: Improved]
    A --> C[Blast Radius Evaluation]
    C --> D[Neighbour Query 1: Rank Checked]
    C --> E[Neighbour Query 2: Rank Checked]
    C --> F[Mapped Entity: Rank Checked]
    D --> G[Spillover Impact Score]
    E --> G
    F --> G
Proactive Suggestion: Blast radius checks are on-demand rather than automatic at run completion to prevent unexpected API costs scaling across dense entity-URL mappings.