I'm using Angular-meteor using the Angular UI-Router and i cannot handle the 404
errors, I'm wondering if anybody had to deal with that specially it's ABC
for SEO.
Currently i'm redirecting any not found entities to the route /404
but with status code is 200
.
For more information i'm also using Meteor's spiderable
package for rendering the page.
Also i found Prerender.io has their own solution using this metatag :
<meta name="prerender-status-code" content="404">
Will Prerender be my solution or there's another way without dealing with other services !