-
Notifications
You must be signed in to change notification settings - Fork 17
Website redirects following 11ty upgrade #78
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
Comments
Yea, redirects can be handled. We'll want to ensure they are returned as an HTTP 301: Permanent Redirect response so that search engines update their urls appropriately over time. Once MonoGame/docs.monogame.github.io#11 is finished, that can be used as a basis for finding all existing links that are like this and creating redirects for them. Redirects can be put in a collection then a single redirect.njk file can be created that uses the collection and pagination to output the necessary redirect files on build. (see the frontmatter yaml in the blog.njk for example of how the pagination works) |
The original docfx links are now generated from #94 However this original issue uses the Unless there are plans to implement the |
It also seems that google has dereferenced the whole documentation, which means less errors, but also that we now have to wait for the new documentation to be crawled. I think we're good. I'll leave Simon be the judge. |
From what I understand, the move back to the API/docs generation to DocFX resolves this issue by basically going back to the way it was :D WIll double check once the updated site is published. |
Seems ALL links to https://docs.monogame.net are simply redirecting to https://monogame.net/documentation/ Thoughts @AristurtleDev ? For the article mentioned in this issue, it's new resting place is But any SEO to this page is currently broken |
Resolved with the separation of docs / website |
Link to Document
No response
Description
Original links like the following are now failing due to the change in how 11ty manages URLs
The URL's are now represented as:
Is there some configuration or way that 11ty can still accept the old HTML links and redirect to their new home?
The text was updated successfully, but these errors were encountered: