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

robots.txt sitemap values are incorrect #164

Closed
kmai-universe opened this issue Feb 25, 2023 · 2 comments
Closed

robots.txt sitemap values are incorrect #164

kmai-universe opened this issue Feb 25, 2023 · 2 comments

Comments

@kmai-universe
Copy link

SeoToolkit produces the following output in the robots.txt file:

Sitemap: /sitemap.xml
Sitemap: /en/sitemap.xml
etc.

It is not allowed to use relative paths in the robots.txt file. See here:
https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/?utm_source=lighthouse&utm_medium=lr

This makes pagespeed.web.dev produce an error.

Correct format should be:

sitemap: https:///sitemap.xml
sitemap: https:///en/sitemap.xml

@patrickdemooij9
Copy link
Owner

Hi @kmai-universe
That is indeed not the correct value. I'll make sure that it gets fixed in the next couple days!

@patrickdemooij9
Copy link
Owner

Fixed by #164. Will be released soon

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

2 participants