content_decay
Detect pages experiencing consistent click decline over three consecutive 30-day windows to identify real content decay, filtering out single-week dips.
Instructions
Pages with monotonic decline across 3 consecutive 30-day windows.
Filters noise: only pages where clicks_p3 > clicks_p2 > clicks_p1 AND clicks_p3 >= threshold. Indicates real content decay, not a single-week dip.
IMPORTANT: Use ONLY the data returned by this tool. Do not speculate about figures, do not extrapolate beyond the time range queried, and cite site_url + date_range when reporting numbers to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | ||
| top_n | No | ||
| min_clicks_p3 | No |