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

Bug: API Documentation URLs Leading to 403 Errors #10273

Open
hansnow opened this issue Mar 6, 2024 · 3 comments
Open

Bug: API Documentation URLs Leading to 403 Errors #10273

hansnow opened this issue Mar 6, 2024 · 3 comments

Comments

@hansnow
Copy link

hansnow commented Mar 6, 2024

Current Behavior

I've recently encountered an issue with the PixiJS API documentation that seems to have impacted accessibility via search engines such as Google and Bing. It appears that there has been a bulk replacement of URL paths, changing from /dev/docs/* to /release/docs/*. This modification has inadvertently resulted in many developers, including myself, facing 403 errors when attempting to access documentation pages through search engine results.

For instance:

Accessible URL: https://pixijs.download/release/docs/PIXI.Text.html
Inaccessible URL (leads to a 403 error): https://pixijs.download/dev/docs/PIXI.Text.html
This situation is quite frustrating and I believe it has already affected numerous developers who rely on search engines to find documentation.

Expected Behavior

The links in the search engine should be able to open normally.

Steps to Reproduce

try to search pixijs text in search engine

Environment

This issue is unrelated to the environment.

Possible Solution

To address this issue, I would like to suggest the following actions:

Submit a new sitemap to search engines to expedite the indexing of the updated URLs, ensuring developers are directed to the correct pages.
Implement redirects from /dev/docs/* to /release/docs/* instead of simply returning a 403 error. This would provide a smoother transition for users navigating from outdated links.
I understand that managing such a vast documentation can be challenging, but these changes could significantly improve the user experience for the PixiJS developer community. Thank you for considering my suggestions and for your continued efforts in maintaining and improving PixiJS.

Additional Information

No response

@hansnow hansnow changed the title Bug: Bug: API Documentation URLs Leading to 403 Errors Mar 6, 2024
@bigtimebuddy
Copy link
Member

Thanks for letting us know. I have submitted to Google to re-index which should take a day or so. This will get sorted out shortly. A sitemap would be a good thing for us to generate for the docs in the future.

@dmitriar
Copy link

dmitriar commented Mar 7, 2024

As for now, both new and old URLs return 403 error. Please fix that.

@bigtimebuddy
Copy link
Member

The links to these docs has changed:

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

3 participants