Seo Meta Tags (seo-meta-tags)
Summary
Title, meta description, H1, canonical, Open Graph, JSON-LD; multi-page when crawl data exists; optional keyword coverage.
Classification
- Category:
SEO - Plugin id:
seo-meta-tags - Version:
2.0.0 - Target types:
WEBSITE,WEBSHOP - Weight class:
LIGHT - Risk level: not set on plugin object
- Browser required: No (HTTP / Node / other — see source)
- Tier / group: Tier 1 — HTTP-only
Schedule
- scheduleHints:
{ defaultInterval: '0 */6 * * *', priority: 5 } - 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(). |
titleMinLength |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
titleMaxLength |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
descMinLength |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
descMaxLength |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
samplePages |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
url |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
pageType |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
_keywords |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
keyword |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
isPrimary |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
pageScope |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
Runtime / injected config
- Worker may inject
_keywordsfrom target keyword configuration. - Worker may inject extra sample page URLs from the latest crawl snapshot.
What it does
- Runs as part of the worker test execution pipeline; results become
Runrows and may createFindingrecords. - Title, meta description, H1, canonical, Open Graph, JSON-LD; multi-page when crawl data exists; optional keyword coverage.
- For finding titles, metrics, and artifacts specific to this plugin, refer to the implementation linked below.
Source
packages/test-plugins/src/plugins/seo-meta-tags.ts