Run comprehensive SEO audit on current Nuxt project
Analyzes Nuxt project SEO configuration and generates comprehensive audit report with actionable recommendations.
/plugin marketplace add secondsky/claude-skills/plugin install nuxt-seo@claude-skillsRun a comprehensive SEO audit on the current Nuxt project.
nuxt.config.ts for SEO module configurationsite.url is set in nuxt.config.ts@nuxtjs/seo or individual modules installeduseSeoMeta used on pagesStart by reading the nuxt.config.ts file to understand the project's SEO setup:
# Check for SEO modules
grep -l "nuxt-seo\|nuxt-robots\|nuxt-sitemap" nuxt.config.ts
# Find SEO meta usage
grep -r "useSeoMeta\|useHead" --include="*.vue" | head -20
Then systematically check each area and report findings.
Generate a report with: