Veracity resolves vertexaisearch redirects in parallel via HTTP HEAD requests using resolve_vertex_url to map the original URIs to their final destination targets before assessing content and updating is_owned_domain flags.

sequenceDiagram
    participant V as Veracity / Resolver
    participant G as Google Vertex Redirect
    participant D as DB / Assessor
    V->>G: HTTP HEAD request (vertexaisearch URI)
    G-->>V: Location Header (Resolved URL)
    V->>D: Store resolved URL, domain & is_owned_domain
    V->>D: Trigger content assessment on resolved URL