Skip to content

/_nuxt/ blocked in robots.txt

Nuxt outputs all compiled JavaScript and CSS under /_nuxt/. A Disallow: /_nuxt/ rule in robots.txt stops Googlebot from fetching those files. Without them, Googlebot cannot render your pages. They appear blank in Google’s renderer and are indexed with no content.

Remove the Disallow: /_nuxt/ rule.

User-agent: *
Allow: /
Sitemap: https://example.com/sitemap.xml

List only the paths you genuinely need to block. Framework asset directories must remain publicly accessible.

Terminal window
curl https://yourdomain.com/robots.txt

Confirm there is no Disallow: /_nuxt/ line. Then re-run orino audit.