Broken Links (broken-links)
Summary
Playwright crawl for broken internal links and optional external links.
Classification
- Category:
SEO - Plugin id:
broken-links - Version:
1.1.0 - Target types:
WEBSITE,WEBSHOP - Weight class:
MEDIUM - Risk level: not set on plugin object
- Browser required: Yes (Playwright)
- Tier / group: Tier 2 — Browser (Playwright)
Schedule
- scheduleHints:
{ defaultInterval: '0 */6 * * *', priority: 4 } - Prerequisites: None declared on this plugin.
Configurable inputs
Public keys are derived from inputSchema: z.object({ ... }) (underscore-prefixed keys are runtime-only and omitted here).
| Field | Notes |
|---|---|
timeout |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
maxLinks |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
checkExternal |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
crawlDelay |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
Runtime / injected config
- Prior throttle metrics may be injected for adaptive politeness.
What it does
- Runs as part of the worker test execution pipeline; results become
Runrows and may createFindingrecords. - Playwright crawl for broken internal links and optional external links.
- For finding titles, metrics, and artifacts specific to this plugin, refer to the implementation linked below.
Source
packages/test-plugins/src/plugins/broken-links.ts