
Key takeaways
- Google's Structured Data Markup Helper page loaded normally on 2026-09-26 and none of the Google pages reviewed announce its deprecation.
- The helper generates markup in two formats, JSON-LD, which Google's help page labels as preferred by Google, and Microdata.
- Google's own documentation describes the helper as a way to generate basic structured data, not a complete implementation.
- Google recommends JSON-LD for structured data and names the Rich Results Test as the tool for validating it.
- Data Highlighter, the no-code alternative in Search Console, can break if a page layout changes, according to Google.
Google’s Structured Data Markup Helper still works. We loaded the tool on 2026-09-26 and it returned a normal page, and none of the Google documentation we reviewed announces its retirement. What has changed is the emphasis around it: Google’s current guidance is built around JSON-LD written into the page and checked with the Rich Results Test, with the helper described as a way to get basic markup started.
What is Google’s Structured Data Markup Helper?
It is a point-and-click tool for producing structured data. According to Google’s help article, you pick a data type, enter a public URL or paste raw HTML, choose Start Tagging, then highlight parts of the page and tell the tool what each one is. When the required fields are filled, Create HTML produces the markup.
The page has two tabs. The Website tab lists 12 data types: Articles, Book Reviews, Datasets, Events, Job Postings, Local Businesses, Movies, Products, Question & Answer Page, Restaurants, Software Applications and TV Episodes. The Email tab covers 9 reservation and order types, such as flight reservations and parcel delivery, for markup inside HTML emails.
Is the Structured Data Markup Helper deprecated?
Not according to anything Google has published. The help article carries no deprecation notice. Google’s Search Central page Maintaining your website’s SEO, last updated 2025-12-18, still tells site owners who want a little help to use the WYSIWYG Structured Data Markup helper to generate basic structured data.
That wording matters. Google calls the output basic, and the helper only knows about the elements you tag. The markup is a one-off copy: if the page changes, you regenerate it or edit it by hand. We found no Google statement on when the tool was last updated, so we will not guess one.
What does Google recommend instead for creating structured data?
JSON-LD, added to the page directly. Google’s general structured data guidelines, last updated 2026-07-10, list three supported formats, JSON-LD, Microdata and RDFa, and mark JSON-LD as recommended. The intro to structured data explains why: it is the easiest format to implement and maintain at scale, and less prone to user error.
The helper does not contradict this. Its own help page labels JSON-LD as preferred by Google and offers Microdata as the second option. If you use it, choose JSON-LD, since that output is pasted into the page as one block rather than replacing the page’s HTML.
If you would rather build the block yourself, our schema markup generator writes JSON-LD for common types, and the breadcrumb schema generator handles BreadcrumbList. Either way, the markup has to describe content that is visible on the page.
How do you test structured data from the Markup Helper?
Google’s help article points to the Rich Results Test. Google’s schema markup testing tools page describes it as the official tool for seeing which Google rich results your markup can generate, and names the Schema Markup Validator for checking any schema.org markup without Google-specific warnings. That validator is where the old Structured Data Testing Tool went: Google removed its Google-specific checks and moved it to a new domain. After publishing, the intro page recommends the URL Inspection tool to confirm Google found the markup.
Before you paste anything live, our JSON-LD validator catches syntax errors and missing properties, and type-specific checks such as the FAQPage required fields checker and the product snippet schema checker show what Google lists as required for those types.
Is Data Highlighter a better option?
Only if you cannot edit the page at all. Data Highlighter lives inside Search Console and teaches Google the structure of your pages without changing their code. Google’s About Data Highlighter article says it only works on pages Google has crawled recently, not on pages behind a sign-in, and not on pages that already carry markup. Google’s own SEO maintenance guide adds that it is simple but can break if you change the page layout.
Why we care
The helper is still a fair way to see what a finished block of structured data looks like for your own page. It is not a maintenance strategy. For markup that survives redesigns, write JSON-LD into the template, validate it, and check it in the Rich Results Test whenever the template changes.
The evidence
- Sample
- 7 Google tool and documentation pages reviewed
Hypothesis: People searching for Google's Structured Data Markup Helper want to know two things: whether the tool still exists, and whether it is still the right way to create structured data. This review answers both from Google's own pages only, without relying on third-party claims about its status.
Method: We loaded the Structured Data Markup Helper page itself on 2026-09-26 and read Google's own documentation that mentions or supersedes it: the Markup Helper help article, the About Data Highlighter help article, the Search Central pages Maintaining your website's SEO, Intro to how structured data markup works, General structured data guidelines, and the schema markup testing tools page. We looked for any deprecation notice, the formats the tool outputs, and what Google recommends for creating and testing markup.
Findings
- The Structured Data Markup Helper page returned HTTP 200 on 2026-09-26 and still offers a Website tab with 12 data types, from Articles to TV Episodes, and an Email tab with 9 reservation and order types.
- Google's Markup Helper help article carries no deprecation notice, says the tool outputs JSON-LD (labelled preferred by Google) or Microdata, and points to the Rich Results Test to check the result.
- Google's Maintaining your website's SEO page, last updated 2025-12-18, still recommends the WYSIWYG Structured Data Markup helper to generate basic structured data.
- Google's General structured data guidelines, last updated 2026-07-10, list three supported formats, JSON-LD, Microdata and RDFa, and mark JSON-LD as recommended.
- Google's Intro to structured data page, last updated 2025-12-10, names the Rich Results Test and the URL Inspection tool for testing and does not mention the Markup Helper.
- Google's Maintaining your website's SEO page says Data Highlighter is simple but can break if the layout of the page changes.
Limitations: Absence of a deprecation notice is not a guarantee of future support: Google can retire a tool without notice, and this review only covers the pages listed on the date shown. We did not test the quality of the markup the helper produces against every data type, and the list of data types in the tool is not a statement that each one still earns a rich result in Google Search.
Sources
- 1.Structured Data Markup Helper - GooglePrimary
- 2.Structured Data Markup Helper (Search Console Help) - Google Search Console HelpPrimary
- 3.Maintaining your website's SEO - Google Search CentralPrimary
- 4.Intro to how structured data markup works - Google Search CentralPrimary
- 5.General structured data guidelines - Google Search CentralPrimary
- 6.Schema markup testing tools - Google Search CentralPrimary
- 7.About Data Highlighter - Google Search Console HelpPrimary
Frequently asked questions
What is Google's Structured Data Markup Helper?
It is a free Google tool that loads a web page or HTML email, lets you highlight elements such as a title, date or price and assign each a property, then generates structured data markup you add to the page yourself.
Has Google deprecated the Structured Data Markup Helper?
No deprecation has been announced on any Google page we reviewed. The tool page loaded normally on 2026-09-26, and Google's Maintaining your website's SEO page, updated 2025-12-18, still recommends it for generating basic structured data.
Which format does the Markup Helper produce?
It offers JSON-LD or Microdata. Google's help page labels JSON-LD as preferred by Google, and Google's general structured data guidelines mark JSON-LD as the recommended format.
How should I test markup the helper generates?
Google's help page points to the Rich Results Test. For schema.org validity without Google-specific checks, Google's testing tools page names the Schema Markup Validator, and the URL Inspection tool confirms Google found the markup.
About the author

Founder, UpgradIQ FZC LLC
Adam Hafez works on technical SEO and search measurement: how pages get crawled, indexed, ranked and now quoted by answer engines. He founded UpgradIQ, which reads Google Search Console and GA4 to tie ranking movement back to the changes that caused it. He publishes what the data supports and states the limits of it.
- Technical SEO
- Search Console and GA4 measurement
- Answer engine optimization
- Structured data
The briefing
Only what actually changed in search, delivered in full by RSS, Atom or JSON feed.
FollowRelated reading
Organization logo structured data generator
Logo structured data generator: build Organization JSON-LD with logo, url, name and sameAs, and check Google's logo rules. Free, runs in your browser.
Course schema validator for Google course lists
Course schema validator: paste Course JSON-LD and check name, description, provider and the 60 character display limit. Free, runs in your browser.
FAQ schema validator for FAQPage JSON-LD
FAQ schema validator: check FAQPage JSON-LD so every Question has a name and acceptedAnswer text. Notes Google's FAQ rich result removal. Free, in-browser.
LocalBusiness schema checker for required fields
LocalBusiness schema checker: tests JSON-LD for name, address, geo precision, priceRange and hours against Google's docs. Free, runs in your browser.



