Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sitemap changefreq doesn't seem to be valid #34

Open
TheRealAmplifier opened this issue Dec 23, 2020 · 2 comments
Open

Sitemap changefreq doesn't seem to be valid #34

TheRealAmplifier opened this issue Dec 23, 2020 · 2 comments

Comments

@TheRealAmplifier
Copy link

TheRealAmplifier commented Dec 23, 2020

I was looking at the sitemap generated by the module, but after a quick google search I'm thinking that there is something odd to it. Specifically in this part:

<url>
  ...
  <changefreq/>
  ...
</url>

Shouldn't this be:

<url>
  ...
  <changefreq>[value]</changefreq>
  ...
</url>

I took a look in the code, but for some reason the defaults are ignored just for the ChangeFrequency field, the other defaults seem to work okay...

@TheRealAmplifier TheRealAmplifier changed the title Sitemap doesn't seem to be valid Sitemap changefreq doesn't seem to be valid Dec 23, 2020
@zedar187
Copy link

zedar187 commented Jan 8, 2021

Same here. Google Search Console is throwing errors on the changefreq.

@guyvanbael
Copy link

any update on this? It's important that it's ok voor google search console. Is there a fix or a workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants