diff options
author | 2022-09-27 20:57:11 +0300 | |
---|---|---|
committer | 2022-09-27 14:57:11 -0300 | |
commit | 649e9080cbf780905c42fb59c353d5aae8256df6 (patch) | |
tree | 66207202488d0b1b9e87fe5c19927ad39b598aca | |
parent | 077134ae2c09e437244563dec65a93abc84671d6 (diff) | |
download | astro-649e9080cbf780905c42fb59c353d5aae8256df6.tar.gz astro-649e9080cbf780905c42fb59c353d5aae8256df6.tar.zst astro-649e9080cbf780905c42fb59c353d5aae8256df6.zip |
fixed typing (#4893)
-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. |