There is an application written on react + react-router.

How to return error statuses to the robot from the client application? That is, the robot comes to the site, the client application returns to it from the status 200 (some component), it goes to a non-existing route that intercepts the react-router returns an error component, but for the robot it's all exactly 200, that is, where would the robot go it is always 200 tk status error from the server intercepts react, how to solve this problem?

  • In the forums they write something about soft 404 error - Alexey Ten

0