Rich Results Schema.org Tester avatar
Rich Results Schema.org Tester

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Rich Results Schema.org Tester

Rich Results Schema.org Tester

Test any URL for Google Rich Results eligibility. Validate structured data, identify schema errors & get recommendations. Batch test multiple pages for SEO audits.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

3 days ago

Last modified

Share

Google Rich Results Tester

Test structured data and rich results eligibility using browser automation. Validates Schema.org markup against Google's requirements. Check if your pages qualify for rich snippets, FAQs, reviews, and other enhanced search results. Built by John Rippy (https://www.linkedin.com/in/johnrippy/ | https://johnrippy.link/).

Features

  • Rich Results Validation: Test URLs against Google's Rich Results Test
  • Multiple Schema Types: Product, Article, FAQ, LocalBusiness, and more
  • Mobile & Desktop Testing: Test with different user agents
  • JSON-LD Extraction: Extract and analyze raw structured data
  • Error & Warning Reports: Detailed validation feedback
  • Batch Testing: Test multiple URLs in one run

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeRequiredDescription
See input schema

Output Format

{
"url": "https://example.com/product/blue-widget",
"eligible": true,
"schemaTypes": ["Product", "BreadcrumbList", "Organization"],
"schemaItems": [
{
"type": "Product",
"properties": {
"name": "Blue Widget Pro",
"sku": "BW-PRO-001",
"offers": {
"@type": "Offer",
"price": "49.99",
"priceCurrency": "USD"
}
},
"errors": [],
"warnings": [],
"eligible": true
}
],
"totalErrors": 0,
"totalWarnings": 0,
"errors": [],
"warnings": [],
"testedAt": "2025-12-23T12:00:00Z",
"userAgent": "smartphone"
}

Pricing

This actor uses pay-per-event billing:

  • $0.02 per URL tested
  • Demo mode is free

Use Cases

  • SEO Auditing: Validate structured data across your site
  • Development Testing: Verify schema markup before deploying
  • Competitive Analysis: Check competitor rich snippet eligibility
  • Content Optimization: Ensure articles qualify for rich results
  • E-commerce: Validate product and review schema

Built by John Rippy | Actor Arsenal