---
type: "SoftwareApplication"
title: "AEO Schema Scanner: free AEO tool"
description: "What structured data a page emits, what Google has deprecated, and what is missing for AI search."
resource: "https://www.laurelinlabs.com/tools/schema-scanner"
tags: ["aeo-schema-scanner", "free-tool", "aeo-tools", "ai-search-visibility"]
generated: { by: "laurelin-site-build/2026-09-02", at: "2026-09-02T12:00:00+00:00" }
status: "stable"
stale_after: "2027-03-02T00:00:00+00:00"
---
# AEO Schema Scanner

Parses every JSON-LD block in the page source, including @graph wrappers, arrays and nested types. Reports the types found, flags the ones Google has deprecated or demoted, checks whether Organization and Person entities carry sameAs, @id and logo, and lists the recommended types that are absent.

- Page: https://www.laurelinlabs.com/tools/schema-scanner
- Access: Free and ungated to scan. The PDF export asks for an email.
- API: POST https://www.laurelinlabs.com/api/scan with a JSON body { "url": "https://example.com/page" }


## Inputs

- url (required, absolute http or https)

## Returns

- detected types with counts and status
- deprecated or at-risk types with a note each
- entity checks and missing-type recommendations, each with a severity

## Limits

- Raw HTML only: schema injected after client-side JavaScript runs is not seen.

