---
title: "JSON-LD type that no longer produces rich results (lint/jsonld-deprecated-type)"
description: "lint/jsonld-deprecated-type: Google retired FAQPage rich results for most sites (2023), HowTo (2023) and the sitelinks SearchAction box (2024-11)."
canonical: https://void-design.vercel.app/rules/lint/jsonld-deprecated-type
lastModified: 2026-09-16
---

# JSON-LD type that no longer produces rich results

`lint/jsonld-deprecated-type` · severity **info** · category Lint · detected by `void lint` and `void audit`

## Why it matters

Google retired FAQPage rich results for most sites (2023), HowTo (2023) and the sitelinks SearchAction box (2024-11). The markup is harmless but wasted bytes and misleads agents into thinking it helps.

## How to fix it

Remove FAQPage/HowTo/SearchAction unless you have a non-Google consumer for them; invest in Organization, Article, Product, BreadcrumbList instead.

## References

- https://developers.google.com/search/updates

## More lint rules

`void lint` reports 67 rules in this category. Static source checks with no browser: Tailwind v4 silent failures, Next.js 16 API traps, React render-body bugs, accessibility markup, SEO files and motion hygiene.

- `missing-lang` Root `<html>` without `lang` — [lint/missing-lang](https://void-design.vercel.app/rules/lint/missing-lang)
- `jsonld-missing` No JSON-LD structured data — [lint/jsonld-missing](https://void-design.vercel.app/rules/lint/jsonld-missing)
- `sitemap-lastmod-now` Sitemap uses `new Date()` for `lastModified` — [lint/sitemap-lastmod-now](https://void-design.vercel.app/rules/lint/sitemap-lastmod-now)
- `multiple-h1` More than one `<h1>` in a route's page + layouts — [lint/multiple-h1](https://void-design.vercel.app/rules/lint/multiple-h1)
- `route-js-budget` Route first-load JS over budget (from `.next` build output) — [lint/route-js-budget](https://void-design.vercel.app/rules/lint/route-js-budget)
- `animate-undefined` `animate-*` class with no matching `--animate-*` theme variable or `@keyframes` — [lint/animate-undefined](https://void-design.vercel.app/rules/lint/animate-undefined)
- `random-in-render` `Math.random()` / `Date.now()` / `new Date()` evaluated in a component render body — [lint/random-in-render](https://void-design.vercel.app/rules/lint/random-in-render)
- `duplicate-children-not-hidden` Children repeated for a marquee/loop without `aria-hidden` or `inert` on the copies — [lint/duplicate-children-not-hidden](https://void-design.vercel.app/rules/lint/duplicate-children-not-hidden)

Detected by `void lint` and `void audit`. Explain it in a terminal: `void rules lint/jsonld-deprecated-type`
