Can I validate my whole site with this tool?
Not in a single click, the validator takes one JSON-LD snippet at a time. But you don’t need to validate every page; you need to validate every template.
For most Magento stores, that means 6-10 snippets:
- One Product JSON-LD from a Simple PDP
- One from a Configurable PDP
- One from a Bundle PDP (if you use them)
- One Category JSON-LD (often empty, which is its own problem, the validator catches that too)
- One Article JSON-LD from your blog
- One Article from a CMS service page
- One FAQPage from a CMS / pillar page
- One Organization (homepage)
- One BreadcrumbList from any non-home page
- One LocalBusiness (if applicable)
That covers ~95% of your URL surface. If any of those fail validation, every page of that template fails. Fix the template once; fix the whole site at once.
For a full automated crawl (which is what big agencies sell as a $5k schema audit), I do it manually as part of the full-site audit service, crawl up to 500 URLs, validate each JSON-LD, deduplicate by template, ship a per-template fix list. 48 hours, fixed price.