Nuxt seo
A curated skill collection for AI agents, including first-party skills and vendored framework/CMS best practices for use with the Agent Skills ecosystem and skills.sh.
npx -y skills add display-design-studio/skills --skill nuxt-seoAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Full @nuxtjs/seo suite best practices for Nuxt 3 — covers @nuxtjs/sitemap, nuxt-og-image, nuxt-schema-org, nuxt-seo-utils, nuxt-link-checker, @nuxtjs/robots, useSeoMeta, useHead, breadcrumbs, canonical URLs, favicon, og:image, structured data, and llms.txt. Use when the user mentions sitemap, og image, schema.org, useSeoMeta, useHead, breadcrumbs, canonical, link checker, robots.txt, noindex, blockAiBots, llms.txt, or any @nuxtjs/seo module in a Nuxt project.
SKILL.md
4.2 KB, 998 tokens by cl100k_base, as published. Nobody here has run it
Nuxt SEO — Full Suite
Best-practices guide for the @nuxtjs/seo meta-package and all six modules:
@nuxtjs/sitemap, nuxt-og-image, nuxt-schema-org, nuxt-seo-utils,
nuxt-link-checker, and @nuxtjs/robots.
Also load the
nuxtskill for Nuxt core patterns.
ROUTING: Which rule file to load
IF installing @nuxtjs/seo or configuring shared site.url / site.name:
→ Read rules/core-site-config.md
IF working with useHead, useSeoMeta, titleTemplate, or global meta defaults:
→ Read rules/core-meta-tags.md
IF setting up @nuxtjs/robots or configuring robots.txt for the first time:
→ Read rules/core-robots-setup.md
IF generating or customizing a sitemap.xml:
→ Read rules/features-sitemap.md
IF generating Open Graph images (og:image) dynamically:
→ Read rules/features-og-image.md
IF adding structured data / JSON-LD / Schema.org to pages:
→ Read rules/features-schema-org.md
IF working with breadcrumbs, canonical URLs, favicon, or automatic OG tags:
→ Read rules/features-seo-utils.md
IF checking for broken links in dev or CI:
→ Read rules/features-link-checker.md
IF controlling crawling per page, route, or dynamically at runtime:
→ Read rules/features-page-control.md
IF adding or referencing llms.txt for AI tool documentation access:
→ Read rules/features-llms-txt.md
Rule index
| Topic | Description | File |
|---|---|---|
| Sections overview | Categories and reading order | rules/_sections.md |
| Site config | @nuxtjs/seo install, shared site.url/name/description, env config | rules/core-site-config.md |
| Meta tags | useSeoMeta, useHead, app.head defaults, titleTemplate | rules/core-meta-tags.md |
| Robots setup | Installation, nuxt.config.ts, disallow, blockNonSeoBots, blockAiBots | rules/core-robots-setup.md |
| Sitemap | Auto-generation, dynamic URLs, i18n, multi-sitemap, debug | rules/features-sitemap.md |
| OG Image | nuxt-og-image, templates, renderers, prerendering | rules/features-og-image.md |
| Schema.org | nuxt-schema-org, identity, useSchemaOrg, schema types | rules/features-schema-org.md |
| SEO Utils | Breadcrumbs, canonical, favicon, automatic OG tags | rules/features-seo-utils.md |
| Link Checker | Dev/CI broken link detection, rules, reporting, exclusions | rules/features-link-checker.md |
| Page control | definePageMeta robots, route rules, useRobotsRule, X-Robots-Tag | rules/features-page-control.md |
| llms.txt | Standard, manual public/ file, nuxtseo.com docs for AI tools | rules/features-llms-txt.md |
Rule categories by priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Suite setup & shared config | CRITICAL | core- |
| 1 | Meta tags & head management | CRITICAL | core- |
| 1 | Robots module setup | CRITICAL | core- |
| 2 | Sitemap generation | HIGH | features- |
| 2 | OG Image generation | HIGH | features- |
| 2 | Schema.org / structured data | HIGH | features- |
| 2 | SEO utils (breadcrumbs, canonical) | HIGH | features- |
| 3 | Link checker | MEDIUM | features- |
| 3 | Per-page crawl control | MEDIUM | features- |
| 3 | llms.txt | LOW | features- |
Coverage and maintenance
- Coverage map:
rules/_coverage-map.md - Suite source: https://github.com/harlan-zw/nuxt-seo
- Docs: https://nuxtseo.com
- Update when
@nuxtjs/seoreleases a new major version.