Skip to content

Commit

Permalink
doc: recommend a full sitemap solution with Nuxt Simple Sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw authored and Atinux committed Nov 11, 2023
1 parent 1de0d2a commit 6da2223
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/content/6.recipes/3.sitemap.md
Expand Up @@ -3,7 +3,11 @@ title: 'Sitemap'
description: 'A sitemap file is useful for helping Google to better index your website, ensuring that the content you write can be visible in search results.'
---

# Library
Need a complete Sitemap solution? Check out [Nuxt Simple Sitemap](https://nuxtseo.com/sitemap/integrations/content), it integrates with Nuxt Content's document-driven mode and frontmatter.

Otherwise, feel free to implement your own with the below guide.

## Add dependencies

This can be created by utilising the `sitemap` library, which can be installed as follows:

Expand Down

0 comments on commit 6da2223

Please sign in to comment.