Catalog/No structured data detected
SEO issue

Structured data: how to validate and fix it

Validate schema markup site-wide — a free structured data checker after Google retired its own testing tool.

7798
audited sites affected

What it means

The site has no structured data markup (schema.org) in its HTML. This means the page content isn't explicitly described to search engines using a standard vocabulary like JSON-LD. The issue is a notice, not an error, so it won't break anything immediately.

Why it matters

Structured data makes a page eligible for rich results in SERPs—those visual cards that earn more attention. Without it, search engines must infer content type and properties from raw HTML alone. AI agents and automated readers also rely on this markup to extract entities, dates, prices, and authorship with confidence.

How to fix it

  1. Add JSON-LD markup to the page using schema.org types that match your content (Article, Product, BreadcrumbList, Organization, etc.).
  2. Place the markup in the HTML source, not injected later by JavaScript, so crawlers see it on first render.
  3. Validate with Google's Rich Results Test and Schema.org validator before deploying.
  4. Ensure the marked-up content is visible to users, not hidden or duplicated on empty pages.

Example

Before — JSON-LD
<!-- no structured data on an article page -->
After — JSON-LD
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Best Running Shoes 2026",
  "author": {"@type": "Person", "name": "Jane Doe"},
  "datePublished": "2026-01-15"
}
</script>

Add the schema type that matches the page (Article, Product, Recipe, etc.). It makes the page eligible for rich results, not just a plain blue link.

When it's not a problem

This is a false alarm if you're not targeting rich results and don't need AI agents to cite your content. Leftover or missing markup causes no ranking harm on its own.

How Crawlinx detects it

We look for JSON-LD or microdata in the page. When a page carries no structured data at all, it can't earn any rich result, so we note it (it's informational, not an error).

How common is it?

7798 audited sites in our corpus currently show this issue. The breakdowns below show which platforms, gatekeepers, verticals and countries are most exposed.

Related guides

Breakdowns

CMS

View breakdown →

Category

View breakdown →

Related
Catalog Article schema missing recommended properties (Top Stories / image carousel) BreadcrumbList present but structurally incomplete Deep page has no BreadcrumbList structured data Comma decimal in schema ratingValue/price (invalid number) Deprecated data-vocabulary.org markup (no rich-result eligibility) Dataset schema incomplete (name/description; Dataset Search only) Deprecated schema type with no Google rich result Event schema missing required properties (name/startDate/location) FAQPage structured data (rich result removed May 2026) Schema describes content not visible on the page Rich-result schema missing required properties JobPosting schema missing required properties LocalBusiness schema missing required properties (name/address) JSON-LD block missing @context or @type Category CMS Product schema missing required or recommended properties QAPage schema incomplete (mainEntity Question with an answer) Recipe schema missing required properties (name/image) Review schema missing required properties (author/itemReviewed/reviewRating) SoftwareApplication schema incomplete (name/offers-or-rating/recommended) Structured-data date has already passed (stale event/job/offer) VideoObject schema missing required properties (name/thumbnailUrl/uploadDate)

Audit your own site — free

157 checks, internal PageRank, render-diff. No signup, results in ~30s.

Scan your site →