๐ 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
-
Prepare a CSV with exactly two columns:
URLandClick_Change. - Open Analyser, upload the CSV, and set your deep-scan threshold in the sidebar.
- Run the analysis โ each URL is scored, cached in Cloudflare KV, and plotted against click change.
- 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.
URL Analyser
Upload a CSV with columns
URL and Click_Change.
Each URL is scored on the AI Content scale (1 = human,
10 = AI).
Regression Summary
R-Squared
โ
P-Value
โ
Trend (Slope)
โ
AI Content Score vs. Click Change
X-axis: AI Content Score (1 = Human, 10 = AI) ยท Y-axis:
Click Change YoY