fix(deps): update dependency @nuxtjs/robots to v5 #93
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.1.3
->5.2.0
Release Notes
nuxt-modules/robots (@nuxtjs/robots)
v5.2.0
Compare Source
🚀 Features
View changes on GitHub
v5.1.1
Compare Source
🐞 Bug Fixes
useRobotsRule()
- by @harlan-zw (29992)View changes on GitHub
v5.1.0
Compare Source
✨ v5.1.0
🤖 No Index Build Directory
This minor version introduces improvements around your nuxt asset build directory getting indexed (
/_nuxt/*
). It will now addX-Robots-Tag
to these files and make sure they don't end up on Google.If you have these paths ignored for your robots.txt the module will warn you as they need to be accessible by robots to crawl your pages correctly.
To accommodate this feature the
disallowNonIndexableRoutes
config has been deprecated and set to false by default (previously true). You may notice your robots.txt has different output but your site indexing will remain the same.Changelog
disallowNonIndexableRoutes
- by @harlan-zw in https://github.com/nuxt-modules/robots/issues/173 (53928)🚀 Features
noindex
header for build asset dir/_nuxt
- by @harlan-zw in https://github.com/nuxt-modules/robots/issues/174 (1253c)🐞 Bug Fixes
/_nuxt
or/api
paths in robots.txt - by @harlan-zw (1293a)View changes on GitHub
v5.0.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v5.0.0
Compare Source
Introduction
The v5 major of Nuxt Robots is a simple release to remove deprecations and add support for the Nuxt SEO v2 stable.
Site Config v3
Nuxt Site Config is a module used internally by Nuxt Robots.
The major update to v3.0.0 shouldn't have any direct effect on your site, however, you may want to double-check
the breaking changes.
Removed
rules
configThe v4 of Nuxt Robots provided a backward compatibility
rules
config. As it was deprecated, this is no longer supported. If you're usingrules
, you should migrate to thegroups
config or use a robots.txt file.Removed
defineRobotMeta
composableThis composable didn't do anything in v4 as the robots meta tag is enabled by default. If you'd like to control the robot meta tag rule, use the
useRobotsRule()
composable.Removed
RobotMeta
componentThis component was a simple wrapper for
defineRobotMeta
, you should useuseRobotsRule()
if you wish to control the robots rule.Removed
index
,indexable
configWhen configuring robots using route rules or Nuxt Content you could control the robot's behavior by providing
index
orindexable
rules.These are no longer supported and you should use
robots
key.🚀 Features
Config
blockAiBots
AI crawlers can be beneficial as they can help users finding your site, but for some educational sites or those not
interested in being indexed by AI crawlers, you can block them using the
blockAIBots
option.This will block the following AI crawlers:
GPTBot
,ChatGPT-User
,Claude-Web
,anthropic-ai
,Applebot-Extended
,Bytespider
,CCBot
,cohere-ai
,Diffbot
,FacebookBot
,Google-Extended
,ImagesiftBot
,PerplexityBot
,OmigiliBot
,Omigili
Changelog
🚨 Breaking Changes
🚀 Features
blockAiBots
config - by @harlan-zw in https://github.com/nuxt-modules/robots/issues/166 (aa827)View changes on GitHub
v4.1.11
Compare Source
No significant changes
View changes on GitHub
v4.1.10
Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.1.9
Compare Source
🐞 Bug Fixes
/robots.txt
when using baseURL - by @harlan-zw (c8958)View changes on GitHub
v4.1.8
Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.1.7
Compare Source
🐞 Bug Fixes
/robots.txt
- by @harlan-zw (6e7fd)View changes on GitHub
v4.1.6
Compare Source
No significant changes
View changes on GitHub
v4.1.5
Compare Source
No significant changes
View changes on GitHub
v4.1.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.