How-To Guide

Bulk URL Auditing

Updated April 2026 · Business plan only

Bulk URL auditing lets you submit up to 50 URLs at once and get SEO, AEO and GEO scores for every page in a single operation. Useful for auditing an entire site, a client portfolio, or a batch of landing pages before launch.

Bulk auditing is a Business plan feature. Each URL in a bulk submission is a full audit counting against your unlimited allowance. Up to 50 URLs per submission via the dashboard form.

Using the Dashboard Form

  1. 01Go to your Business dashboard and find the Bulk URL Audit section on the right side of the page.
  2. 02Enter your URLs in the text area — one URL per line. You can include or omit the https:// prefix.
  3. 03Click Submit Bulk Audit. SAG Tool will process each URL in order.
  4. 04The results page shows SEO, AEO, GEO scores and grade for every URL in a sortable table.
  5. 05Click View → on any row to see the full detailed report for that URL including all 26 rules, line numbers, and replacement HTML.

URL Format

Enter one URL per line. Both formats are accepted:

https://yoursite.com/page-one https://yoursite.com/page-two yoursite.com/page-three https://client-site.com/landing-page

Using the API for Bulk

For larger batches or automated workflows use the API bulk endpoint which accepts up to 50 URLs per request with no limit on request frequency:

curl -X POST https://sagtool.com/api/v1/bulk \ -H "Authorization: Bearer sk-sag-your-key" \ -H "Content-Type: application/json" \ -d '{"urls": ["https://site.com/p1", "https://site.com/p2"]}'

Reading the Results

Grade A — page is fully optimized across all three disciplines. No action needed.

Grade B — minor issues. View the full report to see which rules are failing.

Grade C or below — significant visibility issues. Prioritize these pages first.

ERR — the URL could not be fetched. Check the URL is publicly accessible and try again.

← BACK TO DASHBOARD
By Updated April 2026