/_nuxt/ blocked in robots.txt
What this means
Section titled “What this means”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.
How to fix it
Section titled “How to fix it”Remove the Disallow: /_nuxt/ rule.
User-agent: *Allow: /
Sitemap: https://example.com/sitemap.xmlList only the paths you genuinely need to block. Framework asset directories must remain publicly accessible.
Verify the fix
Section titled “Verify the fix”curl https://yourdomain.com/robots.txtConfirm there is no Disallow: /_nuxt/ line. Then re-run orino audit.