AngularJS SEO Page 404 Header Status Code
问题 We are working in a project which uses Symfony2 + AngularJS. Each one in a different domain (api.domain for Symfony2 and www.domain for the Angular project). Now we are focusing on the SEO part. We use Prerender.io to create static snapshots to serve a good HTML Raw page to crawlers. But the problem is when serving the "404 Page" on Angular: $urlRouterProvider .otherwise('/404'); The thing is, what we do is redirecting a nonexistent page to our "404 Page" with a 200 Header Status Code, which