qc_run_checklist
Run a sequential quality check on any website URL, verifying site load, SSL, meta tags, images, robots.txt, sitemap, console errors, broken links, response time, and copy quality. Returns pass/fail/warn results for each check.
Instructions
Run a sequential QC checklist against a website URL. Checks site load, SSL, meta tags, og:image, robots.txt, sitemap, console errors, broken links, response time, and copy quality (em dashes, banned words). Runs checks one at a time and returns a pass/fail/warn result for each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The full URL to check (e.g. https://example.com) | |
| checks | No | Optional subset of checks to run. Available: site_loads, ssl_valid, meta_tags, og_image_valid, robots_txt, sitemap, no_console_errors, link_check, response_time, copy_check. Defaults to all. |