What problem does it solve?
Manually inspecting a page's SEO health means digging through HTML source for meta tags, canonical links, Open Graph, Twitter Cards, and JSON-LD structured data. This Skill automates that audit on the page currently loaded in a Browser4 session, returning both the raw metadata and a prioritized issue report.
Core Features & Use Cases
- Full metadata extraction:
seo.extractMeta() returns title, description, canonical, robots, Open Graph, Twitter Card tags, heading counts, image alt coverage, word count, and parsed JSON-LD blocks.
- SEO issue auditing:
seo.checkIssues() compares the page against SEO best practices and returns issues categorized by severity (error, warning, info).
- Use Case: After fixing a page's meta tags, refresh the page and re-run
seo.checkIssues() to compare error and warning counts against the baseline, confirming the fix worked.
Quick Start
Navigate to the target page with browser4-cli, confirm the browser4-seo plugin is installed and enabled via plugin-list, then ask the agent to run seo.checkIssues() for a prioritized SEO health report.