Free Schema Markup Generator

Build valid LocalBusiness, Article, FAQPage, and Organization JSON-LD. FAQPage and Article are the highest-leverage signals for AI search citation in 2026.

LocalBusiness fields

JSON-LD output

{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "NO"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}

Ready-to-paste <script> tag

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "NO"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}
</script>

Paste this inside the <head>of the page you are marking up. WordPress users: use a plugin like Rank Math or "Insert Headers and Footers".

Validate before deploying

Want to know if your schema actually helps AI search? Run the AI Search Readiness scan.

Which schema for which page?

LocalBusiness on contact pages and homepages of any service business with a physical location or service area. Use the most specific subtype (Plumber, HVACBusiness, etc.) when possible.

Article / BlogPosting on every blog post or editorial page. AI engines need author, datePublished, and dateModified to weight citation trust.

FAQPage on any page with a Q&A section. This is the strongest single citation signal for ChatGPT, Perplexity, and Google AI Overviews.

Organization on the homepage and about page. Defines the entity behind the site for AI search engines that build entity graphs.