From 649e9080cbf780905c42fb59c353d5aae8256df6 Mon Sep 17 00:00:00 2001 From: tweenietomatoes Date: Tue, 27 Sep 2022 20:57:11 +0300 Subject: [PATCH] fixed typing (#4893) --- packages/integrations/sitemap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/sitemap/README.md b/packages/integrations/sitemap/README.md index b8ab16eacc8b..dc6d2af4029f 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 ``, ``, and `` tags in the [Sitemap XML specification.](https://www.sitemaps.org/protocol.html) +These options correspond to the ``, ``, and `` tags in the [Sitemap XML specification.](https://www.sitemaps.org/protocol.html) Note that `changefreq` and `priority` are ignored by Google.