---
title: "Troubleshooting Nuxt Schema.org"
description: "Create minimal reproductions for Nuxt Schema.org or just experiment with the module."
canonical_url: "https://nuxtseo.com/docs/schema-org/getting-started/troubleshooting"
last_updated: "2026-05-14T18:21:38.964Z"
---

## Debugging

### Nuxt DevTools

The best tool for debugging is the Nuxt DevTools integration with Nuxt Schema.org.

This will give you your Schema.org graph and handy links to test it.

This is enabled by default in development, simply navigate to the Schema.org tab.

### Debug Config

You can enable the [debug](/docs/schema-org/api/config#debug) option which will give you more granular log output.

The `/__schema-org__/debug.json` endpoint is available by default in development mode (or when `debug` is enabled), containing the raw config used to generate the Schema.org nodes.

### External Debugging Tools

You can test your Schema.org using the following tools:

- [Google Rich Results Test](https://search.google.com/test/rich-results)
- [Schema.org Validator](https://validator.schema.org/)

## Debugging Tools

- [Schema.org Validator](/tools/schema-validator) - Validate JSON-LD and Microdata markup, find errors, and ensure proper implementation for rich snippets

## Submitting an Issue

When submitting an issue, it's important to provide as much information as possible.

The easiest way to do this is to create a minimal reproduction using the Stackblitz playgrounds:

- [Basic](https://stackblitz.com/edit/nuxt-starter-z9np1t?file=app.vue)
