how to properly make a 404 page for seo #15556
Unanswered
kzyq
asked this question in
CLI - SSR mode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
all methods proposed in the Quasar documentation return response status 200 OK
How to return status 404 without changing URL?
For example
We have the URL http://example.com/productname/smartwatch
we find the product and display the page,
but when the user enters the page
http://example.com/productname/smartwath
we should return response code 404 so that the search bot knows that the given page does not exist and does not index it by google bot
example
Beta Was this translation helpful? Give feedback.
All reactions