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

Route missing pages to a soft 404 handler #137

Merged
merged 5 commits into from
Jul 31, 2021
Merged

Route missing pages to a soft 404 handler #137

merged 5 commits into from
Jul 31, 2021

Conversation

derekherman
Copy link
Collaborator

Summary

Adds a simple 404 handler to the SPA with stricter category and video page routing. Note: since the headers have already been sent, meaning this is a soft 404, I've also added the noindex meta tag to keep crawlers from picking up any soft 404s int he search console.

Fixes #130

@derekherman derekherman added the bug Something isn't working label Jul 31, 2021
@derekherman derekherman merged commit 05cb0f5 into develop Jul 31, 2021
@derekherman derekherman deleted the fix/404 branch July 31, 2021 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The app needs to handle 404s correctly
1 participant