We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi @kmai-universe That is indeed not the correct value. I'll make sure that it gets fixed in the next couple days!
Sorry, something went wrong.
Fixed by #164. Will be released soon
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: