---
title: "Troubleshooting Nuxt Robots"
description: "Debug Nuxt Robots issues using DevTools, config options, and minimal reproductions."
canonical_url: "https://nuxtseo.com/docs/robots/getting-started/troubleshooting"
last_updated: "2026-05-25T04:21:30.076Z"
---

## Debugging

### Nuxt DevTools

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

This will show you the current robot rules and your robots.txt file.

### Debug Config

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

This is enabled by default in development mode.

## Debugging Tools

- [Robots.txt Generator & Tester](/tools/robots-txt-generator) - Validate your robots.txt output and test against Googlebot, GPTBot, ClaudeBot and 50+ user agents

## 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-zycxux?file=public%2F_robots.txt)
- [I18n](https://stackblitz.com/edit/nuxt-starter-pnej8lvb?file=public%2F_robots.txt)
