get_site_audit_elements_with_issues
Identifies specific pages using problematic SEO elements like images, scripts, or links found in a site audit. Use after detecting hierarchical errors to pinpoint where issues occur.
Instructions
DRILL-DOWN STEP 2: Shows WHERE a problematic element is used. Use crc from get_site_audit_pages_spec_errors response. ONLY works for hierarchical errors (images, scripts, links). Does NOT work for page-level errors (no_desc, no_title, h1_missing) - returns 'Error don't have sub elements'. Example: Step 1 finds image without alt (imageCrc=12345), Step 2 shows which pages use that image. The crc parameter must match urlCrc/imageCrc from previous method. Does not consume API credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | The unique identifier for an audit report | |
| compareReportId | No | Another unique identifier for an audit report from the same project to compare | |
| projectId | Yes | The unique identifier for an audit site project | |
| errorName | Yes | Error name to filter by | |
| mode | No | Error display mode: all (all errors), new (new errors), solved (fixed errors) | all |
| limit | No | Count of returned items in response | |
| offset | No | Batch number required for pagination | |
| crc | Yes | URL CRC from get_site_audit_pages_spec_errors response |