script type="application/ld+json" tag: Check JSON-LD schema div class="nuxt-aeo-semantic-organization": Check Organization semantic HTML div class="nuxt-aeo-semantic-person": Check Person semantic HTML Semantic HTML with the visually-hidden class applied is automatically injected inside the body tag.
Run the following commands in Developer Tools console:
// Check semantic HTML
document.querySelectorAll('[class*="nuxt-aeo-semantic"]').forEach(el => {
console.log('✅ Found:', el.className, el.innerHTML.substring(0, 100) + '...')
})
// Check JSON-LD schema
document.querySelectorAll('script[type="application/ld+json"]').forEach(script => {
console.log('✅ JSON-LD:', JSON.parse(script.innerHTML))
})Nuxt 4
https://nuxt.comTypeScript
/tech/typescriptVue 3
https://vuejs.orgVite
/tech/viteTailwind CSS
https://tailwindcss.com