The money-link detection system evaluates the context of every link on a page and separates paid promotional targets from authoritative filler references to gauge organic authenticity.

flowchart LR
    A[Scraped Page Content] --> B[Gemini Link Classifier]
    B --> C{Contextual Analysis}
    C -->|Promotional Target| D[Money Link]
    C -->|Authoritative Context| E[Filler Link]
    D --> F[Authenticity Score]
    E --> F