Skip to content

Commit 5a8b8d2

Browse files
committed
Fix: Add robots meta tag to NotFoundPageComponent for SEO compliance
1 parent cdc50fe commit 5a8b8d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/shared/pages/not-found-page/not-found-page.component.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ describe('NotFoundPageComponent', () => {
6969
'The page you are looking for could not be found. Return to homepage or explore other sections.',
7070
ogTitle: '404 - Page Not Found',
7171
ogUrl: 'https://portfolio.dev2k.org/404',
72+
robots: 'noindex, nofollow',
7273
});
7374
});
7475

0 commit comments

Comments
 (0)