Skip to main content

Structured Data Fields

📘 Field descriptions for schema.org structured data found on crawled pages, including types detected, validation status, and specific schema types such as Breadcrumb, Product, Article, and more.

Overview

Structured Data fields capture schema.org markup found on crawled pages. Botify detects JSON-LD, Microdata, and RDFa implementations and validates them against Google's requirements. Use these fields to audit rich result eligibility, identify markup errors, and ensure consistent schema implementation across your site.

Datasets and API collection

  • Available in: SiteCrawler · RealKeywords

  • For API users: These fields are available in the Crawl BQL collection.

Schema Detection

Field name

API identifier

Kind

Type

Description

Has Structured Data

structured_data.has_structured_data

dimension

boolean

Whether any schema.org structured data markup was detected on this page.

Schema Types

structured_data.schemas.types

dimension

array

The list of schema.org types detected on this page (e.g., "BreadcrumbList", "Product", "Article", "FAQPage").

Number of Schemas

structured_data.schemas.nb

metric

integer

The total number of schema.org markup blocks found on this page.


Breadcrumb Schema

Field name

API identifier

Kind

Type

Description

Has Breadcrumb

structured_data.schemas.BreadcrumbList.nb

metric

integer

The number of BreadcrumbList schemas detected on this page.

Product Schema

Field name

API identifier

Kind

Type

Description

Has Product Schema

structured_data.schemas.Product.nb

metric

integer

The number of Product schemas detected on this page.

Article Schema

Field name

API identifier

Kind

Type

Description

Has Article Schema

structured_data.schemas.Article.nb

metric

integer

The number of Article (or NewsArticle/BlogPosting) schemas detected on this page.


See also:

Did this answer your question?