convert soft 404s to hard 404s in unfurler ssr
This commit is contained in:
@@ -85,6 +85,7 @@ export class NodesPerISPPreview implements OnInit {
|
||||
}),
|
||||
catchError(err => {
|
||||
this.error = err;
|
||||
this.seoService.logSoft404();
|
||||
this.openGraphService.fail('isp-map-' + this.id);
|
||||
this.openGraphService.fail('isp-data-' + this.id);
|
||||
return of({
|
||||
|
||||
Reference in New Issue
Block a user