analyze_page
Analyze web pages for SEO factors including meta tags, heading structure, structured data, JavaScript rendering, links, images, mixed content, and load time measurements.
Instructions
Analyze a single web page for SEO factors including:
Meta tags (title, description, canonical, robots)
Heading structure (H1-H6)
Structured data (JSON-LD, with special focus on JobPosting schema)
JavaScript rendering analysis (CSR vs SSR detection)
Link analysis (internal, external, nofollow)
Image analysis (alt tags, lazy loading)
Mixed content detection
Basic load time measurement
Use this for detailed analysis of specific pages like job detail pages, landing pages, or homepage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to analyze | |
| waitForSelector | No | Optional CSS selector to wait for before analysis (useful for JS-heavy pages) | |
| timeout | No | Timeout in milliseconds (default: 30000) | |
| device | No | Device type to emulate (default: desktop) |