Skip to content
Evra
All posts

Merkle Schema Markup Generator: What It Is & How to Use It

September 15, 2026

What Is the Merkle Schema Markup Generator?

The Merkle Schema Markup Generator is a free, form-based tool that builds JSON-LD structured data without hand-coding. You pick a schema type, fill in fields, and it outputs a clean JSON-LD block to drop into your site. It's been a go-to for SEOs for years because it removes the guesswork of matching Schema.org vocabulary to correct syntax.

The naming confusion is worth clearing up. Merkle, the agency that built the tool, was absorbed into dentsu's network as part of a broader agency consolidation. The generator didn't disappear — it now lives on TechnicalSEO.com, actively maintained by Max Prin, a technical SEO lead at dentsu. So "the Merkle tool" and today's TechnicalSEO.com schema tool are the same thing. Only the branding and hosting changed, as SchemaGenerator.app's writeup confirms in more detail, and RadiusTheme's roundup corroborates Max Prin's ongoing maintenance under dentsu.

None of this costs anything to use. There's no login wall, no trial period, no upsell — it's a straightforward JSON-LD generator meant to be used one page at a time.

How to Generate Schema Markup With It (Step-by-Step)

  1. Open the generator on TechnicalSEO.com and select the schema type matching your page — Article, Product, FAQ, LocalBusiness, and others are available from a dropdown.
  2. Fill in the form fields. Each schema type has its own required and optional properties. An Article schema asks for headline, author, publish date, and image; a Product schema asks for price, availability, and review data.
  3. Copy the generated JSON-LD. The tool outputs a block ready to use as-is.
  4. Paste it into your page. Where this goes depends on your CMS. On a custom-built site, place it directly in the page's . On WordPress, use a custom fields plugin, a header/footer injection plugin, or your theme's code snippet area. On Webflow, the page settings panel has a custom code section for this.
  5. Validate before you consider it done — more on that below.

This workflow is fast for a single page, but every step is manual — which matters once you're doing it dozens or hundreds of times.

Which Schema Types It Covers

The generator supports the schema types most small and medium business sites actually need:

  • Organization — company name, logo, contact details, social profiles
  • LocalBusiness — address, hours, phone number, price range, useful for local business schema on service-area pages
  • Article — headline, author, dates, associated images
  • Product — price, currency, availability, ratings
  • FAQ — question/answer pairs, historically tied to FAQPage rich results
  • Event — dates, location, ticket information
  • HowTo — step-by-step instructions with associated images

It's not built for deeply nested or highly customized schema combinations, but for the everyday types most SMB sites need, coverage is solid.

Where the Free Tool Falls Short

Be clear-eyed about what this tool isn't. It generates one schema block for one page, one time. There's no bulk schema generation across a product catalog or blog archive, no API to hook into a CMS or build pipeline, and no dashboard tracking which pages have which schema live. Update a product's price or an article's author, and you're back in the form, rebuilding the block manually and finding the right place to paste it again.

There's also no version history or schema management layer — nothing showing what's already deployed sitewide, stale, or missing. GuruStacks' review confirms these gaps: no bulk workflow, no API, no advanced schema types beyond those listed above. For a single landing page or a handful of key URLs, none of this is a problem. For a catalog with 500 SKUs or a blog publishing daily, the manual loop becomes the bottleneck.

Always Validate Before You Publish

Generating syntactically valid JSON-LD isn't the same as qualifying for rich results. Google evaluates structured data against its own eligibility rules on top of basic Schema.org compliance, and a technically correct code block can still fail to trigger a rich snippet if required properties are missing, values don't match on-page content, or the schema type isn't currently supported for rich results.

Before considering any generated schema live, run it through Google's Rich Results Test to check for errors and warnings, then watch the Enhancements reports in Google Search Console to confirm Google is reading and using it. Also double-check relevance: some rich result types have been scaled back or removed over time, and with AI-driven search summarizing content directly, structured data's role is shifting toward helping machines understand your content accurately rather than guaranteeing a visual snippet. It still matters — just don't treat it as an on/off switch for visibility.

When One-Page-at-a-Time Isn't Enough Anymore

The free generator works fine for a five-page brochure site or a single high-value landing page. Trouble starts as your site grows and you're re-running the same manual steps across product pages, blog posts, and location pages, with no record of what's been done and no easy way to update in bulk. At that point, schema markup at scale becomes its own project — usually the moment teams realize their technical SEO tooling, like their marketing tooling generally, has quietly sprawled into a pile of free, disconnected point tools.

That's the same pattern behind marketing tool consolidation more broadly: one free tool for schema, another for rank tracking, another for email, another for social scheduling — each fine in isolation, expensive and disjointed together. Evra's take on that dynamic is laid out in All-in-One Marketing Software vs Point Solutions: Real Cost, and if you're weighing whether to consolidate, How to Choose an All-in-One Marketing Platform walks through the decision. Schema is rarely the only technical SEO task handled piecemeal — crawl budget and Core Web Vitals often get the same fragmented treatment, covered in Crawl Budget Optimization AI and AI Core Web Vitals Audit.

If you've been fixing schema one page at a time, it's worth stepping back and running a full technical SEO review to see what else is being handled the same piecemeal way — start with the Technical SEO Audit Checklist for 2026. When you're ready to stop juggling separate tools for each piece of that puzzle, Evra bundles technical SEO alongside the rest of your marketing stack in one subscription.

Frequently Asked Questions

Is the Merkle Schema Markup Generator still called that, or has it moved?

It's still commonly called "the Merkle generator" out of habit, but it now lives on TechnicalSEO.com. Merkle was absorbed into dentsu, and the tool moved hosts along with that reorganization — functionality is unchanged, only branding and URL differ.

Do I need to know how to code to use the Merkle schema generator?

No. It's a form-based tool — select a schema type, fill in fields like name, price, or author, and it generates the JSON-LD code automatically. You do need to be comfortable pasting a code snippet into your CMS's head section or a custom code field, but you don't need to write any code yourself.

What schema types does the Merkle Schema Markup Generator support?

It covers the most commonly needed types: Organization, LocalBusiness, Article, Product, FAQ, Event, and HowTo. It doesn't support every type in the full Schema.org vocabulary, particularly more complex or niche nested types.

Will schema markup from the Merkle generator guarantee rich results in Google?

No. Valid JSON-LD syntax only means Google can parse your structured data — it doesn't guarantee a rich result will display. Validate the output with Google's Rich Results Test and confirm performance in Search Console, since eligibility depends on additional Google-specific rules and current rich result availability.

Is there a paid version of the Merkle Schema Markup Generator?

No, the tool remains free with no paid tier, login, or trial. Its limitations — no bulk generation, no API, no schema management dashboard — aren't gated behind a paywall; they're simply outside its scope as a single-page, form-based utility.

What should I use instead of Merkle's generator if I have hundreds of pages to mark up?

Look for a solution built for scale: a CMS plugin with schema templating, a developer-built system that auto-generates JSON-LD from your site's data, or a broader technical SEO platform with bulk schema management. Businesses already juggling several point tools often find it simpler to fold schema management into an all-in-one platform rather than add yet another single-purpose tool.

Originally published on Rankevra.