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";
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],
variable: "--font-source-sans-3", subsets: ["latin"],
});
export const metadata: Metadata = {
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"),
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"),
alternates: {
canonical: "https://finditportal.com",
},
canonical: "https://finditportal.com"},
openGraph: {
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: [
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: [
{
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",
},
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"},
],
},
twitter: {
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"],
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"],
},
robots: {
index: true,