Skip to content

Releases: nuxt-modules/robots

v4.1.2

21 Aug 00:18
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v4.1.1

19 Aug 23:42
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v4.1.0

18 Aug 04:49
Compare
Choose a tag to compare

In this release, we introduce a new Nuxt config header which allows you to control whether or not the X-Robots-Tag header will be added.

We also made improvements around matching the robots.txt rules to add the meta tag and header automatically. Previously only limited path matching was done, leading to issues when using query params or wildcards. This now also gives us the ability to see exactly which robots.txt rule is blocking the page from being crawled.

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.2

20 Jul 05:29
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v4.0.1

16 Jul 15:25
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v4.0.0

15 Jul 10:52
Compare
Choose a tag to compare

🎉 v4: Merge with Nuxt Simple Robots

Since Nuxt 1, Nuxt Robots has been powering sites /robots.txt through simple minimal config. As robots have changed over the years, there are new requirements on how we generate these rules and talk to robots.

The v4 of Nuxt Robots is here and it's a merge of the popular nuxt-simple-robots module that was made for Nuxt v3 as is part of Nuxt SEO. It brings powerful new DX to managing the robots crawling your site, including interactive DevTools, powerful Nuxt and Nitro composables and integration with Nuxt Content and Nuxt I18n.

Migrating from nuxt-simple-robots

Please remove the dependency from your package.json and Nuxt config and then follow the Installation guide. No other breaking changes exist.

Migrating from @nuxtjs/robots v3

If you're only using the rules config, a best effort has been made for a seamless migration where no config changes are required. It's recommended you familiarizing yourself with How Nuxt Robots Works.

  • The configPath config is no longer supported. For custom runtime config you should use Nitro Hooks.
  • The rules config is deprecated but will continue to work. Any BlankLine or Comment rules will no longer work.
  • Using CleanParam, CrawlDelay and Disavow requires targeting the Yandex user agent.

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0-rc.23

15 Jul 10:26
Compare
Choose a tag to compare
v4.0.0-rc.23 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0-rc.22

15 Jul 09:19
Compare
Choose a tag to compare
v4.0.0-rc.22 Pre-release
Pre-release

No significant changes

    View changes on GitHub

v4.0.0-rc.21

13 Jul 07:47
Compare
Choose a tag to compare
v4.0.0-rc.21 Pre-release
Pre-release

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0

18 Nov 20:23
Compare
Choose a tag to compare

🩹 Fixes

  • Only prerender for static target (#75)

🏡 Chore

❤️ Contributors