Verdict per post (refresh / expand / merge / kill / double_down / hold)
posts.verdictAssess a post's SEO health by combining snapshot and decay curve data to produce a verdict with reason codes and a 0-1 confidence score.
Instructions
Run the rule-based verdict engine on a single post: combine snapshot + decay curve and emit a verdict with reason codes and a 0-1 confidence score.
Reason codes are deterministic. The mapping reasons -> verdict lives in src/verdict/rules.ts and can be inspected.
Reporting only - does NOT mutate anything. To act on the verdict, hand the brief to a writer or to an AI rewrite tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Canonical URL of the post. | |
| window | No | ||
| persist | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| verdict | Yes | ||
| reasons | Yes | ||
| confidence | Yes | ||
| evidence | Yes | ||
| reason_strings | Yes |