File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,19 @@ import { Metadata } from "next";
33
44export const metadata : Metadata = {
55 title : "404 | Page not found" ,
6- description : "404 | Page not found"
6+ applicationName : "Vortex" ,
7+ description : "404 | Page not found" ,
8+ openGraph : {
9+ title : "404 | Page not found" ,
10+ description : "404 | Page not found" ,
11+ siteName : "Vortex" ,
12+ url : "https://vortex.dev" ,
13+ type : "website" ,
14+ locale : "en_US"
15+ } ,
16+ alternates : {
17+ canonical : "https://vortex.dev"
18+ }
719} ;
820
921export default function NotFound ( ) {
Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ export const metadata: Metadata = {
1717 } ,
1818 alternates : {
1919 canonical : "https://vortex.dev"
20- } ,
21- robots : {
22- index : true ,
23- follow : true
2420 }
2521} ;
2622
You can’t perform that action at this time.
0 commit comments