From 6da2223a9afb8c825ceadb733e3c0b7d9f404ac6 Mon Sep 17 00:00:00 2001 From: Harlan Wilton Date: Sun, 12 Nov 2023 03:55:15 +1100 Subject: [PATCH] doc: recommend a full sitemap solution with Nuxt Simple Sitemap --- docs/content/6.recipes/3.sitemap.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/6.recipes/3.sitemap.md b/docs/content/6.recipes/3.sitemap.md index 401f9cb05..7540f6076 100644 --- a/docs/content/6.recipes/3.sitemap.md +++ b/docs/content/6.recipes/3.sitemap.md @@ -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: