diff options
-rw-r--r-- | packages/integrations/sitemap/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/sitemap/README.md b/packages/integrations/sitemap/README.md index b8ab16eac..dc6d2af40 100644 --- a/packages/integrations/sitemap/README.md +++ b/packages/integrations/sitemap/README.md @@ -186,7 +186,7 @@ export default { ### changefreq, lastmod, and priority -These options correspond to the `<changefreq>`, `<lastmod>`, and `<priortity>` tags in the [Sitemap XML specification.](https://www.sitemaps.org/protocol.html) +These options correspond to the `<changefreq>`, `<lastmod>`, and `<priority>` tags in the [Sitemap XML specification.](https://www.sitemaps.org/protocol.html) Note that `changefreq` and `priority` are ignored by Google. |