fix(deps): update dependency @nuxtjs/robots to v5 #5206
+73
−10
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.0.2
->^5.0.0
Release Notes
nuxt-modules/robots (@nuxtjs/robots)
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 - "* 0-3 1 * *" (UTC), 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 has been generated by Renovate Bot.