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

Add trailing slash to sitemap URLs to avoid unnecessary redirects #105

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

mwermeester
Copy link

The URLs in sitemap.xml should contain trailing slashes to avoid unnecessary redirects.

e.g., instead of
<loc>https://www.swiftbysundell.com/about</loc>
it should be
<loc>https://www.swiftbysundell.com/about/</loc>

This is a follow-up related to pull request #79.

@mwermeester mwermeester changed the title Add trailing slash to sitemap URLs to avoid unnecessary redirects. Add trailing slash to sitemap URLs to avoid unnecessary redirects May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant