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

fix github redirect for add slash issue #1701

Merged
merged 1 commit into from
Jun 6, 2017

Conversation

Asing1001
Copy link
Contributor

Issue :

Menu links does not endwith slash, which cause github do 301 redirection. If use custom domain with https, it will cause twice 301 redirect, first redirected by github to http with slash, then redirect to https, which is not good for SEO.
Example : https://www.paddingleft.com/about
image

Solution :

Add slash in menu config to reduce redirection.
image

@ivan-nginx ivan-nginx merged commit a50d88a into iissnan:master Jun 6, 2017
@ivan-nginx
Copy link
Collaborator

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants