Remove Priority from URL by default #458
dewebdesigns
started this conversation in
Ideas
Replies: 1 comment
-
While I was reading that page in more depth, they also say "Google ignores and values." under the General Sitemap Guidelines. I think it would be great if there could be two options in the config to set the priority and change frequency to their default value, or false to not have them set altogether. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, according to Google themselves, "Google expects the standard sitemap protocol in all formats. Google does not currently consume the attribute in sitemaps."
( https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap )
I removed the 0.8 from the $priority attribute by default in the Url tag and it generates without it as expected. If I use the setPriority method, it sets it and displays it as expected.
I don't want to update the package down the road accidentally and have priority be added back by default.
Can this be updated?
Beta Was this translation helpful? Give feedback.
All reactions