Fix Lighthouse SEO metadata issues

This commit is contained in:
AmirReza Jamali
2026-06-17 13:51:49 +03:30
parent 635ca32b3a
commit 85d1fbb20d
11 changed files with 106 additions and 15 deletions
+8 -2
View File
@@ -18,8 +18,14 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
metadataBase: new URL("https://opplenz.com"),
title: "Page Not Found | Opp lens",
description:
"Opp lens helps SMEs find relevant tenders, automate document handling, and get real-time alerts for new opportunities.",
robots: {
index: false,
follow: true,
},
icons: {
icon: "/fav-icon.svg",
},