Update src/app/layout.tsx

This commit is contained in:
2026-03-03 08:43:08 +00:00
parent 674e386818
commit 043e3dd4f5

View File

@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const sourceSans3 = Source_Sans_3({ const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3", variable: "--font-source-sans-3", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "FindIt - Lost and Found Portal | Report & Find Lost Items", title: "FindIt - Lost and Found Portal | Report & Find Lost Items", description: "FindIt is a free community-driven platform to report lost items, search for found belongings, and reunite people with their possessions. AI-powered matching system.", keywords: "lost and found, lost items, found items, community platform, item recovery, lost belongings", metadataBase: new URL("https://finditportal.com"),
description: "FindIt is a free community-driven platform to report lost items, search for found belongings, and reunite people with their possessions. AI-powered matching system.",
keywords: "lost and found, lost items, found items, community platform, item recovery, lost belongings",
metadataBase: new URL("https://finditportal.com"),
alternates: { alternates: {
canonical: "https://finditportal.com", canonical: "https://finditportal.com"},
},
openGraph: { openGraph: {
title: "FindIt - Lost and Found Portal", title: "FindIt - Lost and Found Portal", description: "Help reunite people with their lost items. Free platform powered by community.", url: "https://finditportal.com", siteName: "FindIt", type: "website", images: [
description: "Help reunite people with their lost items. Free platform powered by community.",
url: "https://finditportal.com",
siteName: "FindIt",
type: "website",
images: [
{ {
url: "http://img.b2bpic.net/free-photo/close-up-volunteer-teamwork-join-hands-environment-conservation-volunteering-world-environment-day_640221-254.jpg", url: "http://img.b2bpic.net/free-photo/close-up-volunteer-teamwork-join-hands-environment-conservation-volunteering-world-environment-day_640221-254.jpg", alt: "Lost and Found Portal"},
alt: "Lost and Found Portal",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "FindIt - Lost and Found Portal", description: "Report lost items, search found belongings, and get matched with community members.", images: ["http://img.b2bpic.net/free-photo/close-up-volunteer-teamwork-join-hands-environment-conservation-volunteering-world-environment-day_640221-254.jpg"],
title: "FindIt - Lost and Found Portal",
description: "Report lost items, search found belongings, and get matched with community members.",
images: ["http://img.b2bpic.net/free-photo/close-up-volunteer-teamwork-join-hands-environment-conservation-volunteering-world-environment-day_640221-254.jpg"],
}, },
robots: { robots: {
index: true, index: true,