DEV Community

Piotr
Piotr

Posted on Originally published at thebuzzbazaar.com

My structured data is not showing in Google

If your schema is not showing as a rich result, it is usually validation, indexing or simply time - all fixable.

What it is

GOMAX outputs valid structured data, but rich results depend on Google validating the page, re-crawling it, and choosing to show it. Missing rich results almost always come down to a validation warning, a page not yet re-indexed, or Google not having refreshed yet.

How to fix it

  • Test the page in Googles Rich Results Test to confirm the schema is valid.
  • Request indexing for the URL in Google Search Console.
  • Give it time - rich results can take days to appear after a re-crawl.

Frequently asked questions

Why does valid schema not show as a rich result?

Google still has to re-crawl the page and decide to show it. Validate the markup, request indexing, and allow days for it to appear.

How do I check my schema is correct?

Run the page through Googles Rich Results Test. GOMAX outputs valid JSON-LD, so most issues are indexing or timing, not the markup.

Top comments (0)