79819450

Date: 2025-11-13 21:34:21
Score: 1
Natty:
Report link

If you try to boost your SEO, you should return respective status code with a not found page. See there.

Set status: 404 in your server routes like that:

export const serverRoutes: Routes = [
  // ... your existing routes
  { path: '**', renderMode: RenderMode.Client, status: 404 },
];
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Korniichuk