Use String Matching Tool

Enter your data below to use the String Matching Tool

📌 Try these examples:
RESULT

Last updated

What Is Structured Data?

Structured data is a standardized format for providing information about a page and classifying its content. Search engines use it to understand pages better and display rich results — star ratings, FAQs, breadcrumbs, product prices, and more in search results. The most common format is JSON-LD (JavaScript Object Notation for Linked Data), embedded in a <script type="application/ld+json"> tag.

Common Schema.org Types

TypeRich ResultRequired Properties
ArticleTop stories carouselheadline, image, datePublished, author
FAQPageFAQ accordion in SERPmainEntity (Question + Answer)
ProductPrice, availability, ratingsname, offers
BreadcrumbListBreadcrumb trail in URLitemListElement (ListItem)
HowToStep-by-step in SERPname, step
SoftwareApplicationApp rating, pricename, applicationCategory, offers

Valid JSON-LD Example

JSON
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is structured data?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Structured data is a standardized format for providing information about a page to search engines."
      }
    }
  ]
}

Validation Checklist

Frequently Asked Questions

Simply enter your data, click the process button, and get instant results. All processing happens in your browser for maximum privacy and security.