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