๐Ÿ“ˆ AI Content vs. Organic Click Performance

What this does

Upload a CSV of URLs and their Year-over-Year click change. The tool fetches each page, scores its overall AI-content probability with a Hugging Face model, runs an ordinary-least-squares regression against click change, and exports the flagged AI blocks for editors to review.

Workflow

  1. Prepare a CSV with exactly two columns: URL and Click_Change.
  2. Open Analyser, upload the CSV, and set your deep-scan threshold in the sidebar.
  3. Run the analysis โ€” each URL is scored, cached in Cloudflare KV, and plotted against click change.
  4. Download the Excel report with the regression summary, scored data, and an editor to-do list.
๐ŸŽฏ Cache-aware. The same URL is only ever scored once (per block-threshold) โ€” re-runs finish in seconds.