You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt. Previously <i>nuxt-simple-sitemap</i>.
13
-
</p>
8
+
Nuxt Sitemap is a module for generating best-practice XML sitemaps that are consumed by the robots crawling your site.
9
+
10
+
New to XML sitemaps or SEO? Check out the [Controlling Web Crawlers](https://nuxtseo.com/learn/controlling-crawlers) guide to learn more about why you might
11
+
need these.
14
12
15
13
<palign="center">
16
14
<table>
17
15
<tbody>
18
16
<tdalign="center">
19
-
<imgwidth="800"height="0" /><br>
20
-
<i>Status:</i> <ahref="https://github.com/nuxt-modules/sitemap/releases/tag/v6.0.0">v6 Released 🎉</a></b> <br>
21
-
<sup> Please report any issues 🐛</sup><br>
22
17
<sub>Made possible by my <ahref="https://github.com/sponsors/harlan-zw">Sponsor Program 💖</a><br> Follow me <ahref="https://twitter.com/harlan_zw">@harlan_zw</a> 🐦 • Join <ahref="https://discord.gg/275MBUBvgP">Discord</a> for help</sub><br>
23
-
<imgwidth="800"height="0" />
24
18
</td>
25
19
</tbody>
26
20
</table>
@@ -37,8 +31,6 @@ Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt. Previously
37
31
38
32
## Installation
39
33
40
-
💡 Need a complete SEO solution for Nuxt? Check out [Nuxt SEO](https://nuxtseo.com).
41
-
42
34
💡 Using Nuxt 2? Use the [nuxt-community/sitemap-module](https://github.com/nuxt-community/sitemap-module) docs.
43
35
44
36
Install `@nuxtjs/sitemap` dependency to your project:
@@ -47,11 +39,13 @@ Install `@nuxtjs/sitemap` dependency to your project:
47
39
npx nuxi@latest module add sitemap
48
40
```
49
41
42
+
💡 Need a complete SEO solution for Nuxt? Check out [Nuxt SEO](https://nuxtseo.com).
43
+
50
44
# Documentation
51
45
52
46
[📖 Read the full documentation](https://nuxtseo.com/sitemap) for more information.
Copy file name to clipboardexpand all lines: docs/content/0.getting-started/0.introduction.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ and easy to miss best practices.
19
19
20
20
Nuxt Sitemap automatically generates the sitemap for you based on your site's content, including lastmod, image discovery and more.
21
21
22
-
Ready to get started? Check out the [installation guide](/docs/robots/getting-started/installation).
22
+
Ready to get started? Check out the [installation guide](/docs/robots/getting-started/installation) or learn more on the [Controlling Web Crawlers](https://nuxtseo.com/learn/controlling-crawlers) guide.
0 commit comments