nuxt-seo
2
总安装量
2
周安装量
#75716
全站排名
安装命令
npx skills add https://github.com/display-design-studio/skills --skill nuxt-seo
Agent 安装分布
cline
2
github-copilot
2
codex
2
kimi-cli
2
gemini-cli
2
cursor
2
Skill 文档
Nuxt SEO â @nuxtjs/robots & llms.txt
Best-practices guide for @nuxtjs/robots (part of the nuxt-seo suite) and
llms.txt integration in Nuxt 3.
Also load the
nuxtskill for Nuxt core patterns.
ROUTING: Which rule file to load
IF setting up @nuxtjs/robots or configuring robots.txt for the first time:
â Read rules/core-robots-setup.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 |
| Robots setup | Installation, nuxt.config.ts, disallow, blockNonSeoBots, blockAiBots | rules/core-robots-setup.md |
| Page control | definePageMeta, route rules, useRobotsRule composable, 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 | Module setup | CRITICAL | core- |
| 2 | Page-level crawl control | HIGH | features- |
| 3 | llms.txt | MEDIUM | features- |
Coverage and maintenance
- Coverage map:
rules/_coverage-map.md - Module source: https://github.com/harlan-zw/nuxt-robots
- Docs: https://nuxtseo.com/robots
- Update when
@nuxtjs/robotsreleases a new major version.