Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "TransitFlow - Transportation Services Reporting Platform",
|
||||
description: "Smart fleet management software for medical transportation, dialysis services, and on-demand rides. Real-time vehicle tracking, fuel analysis, and multi-timeframe reporting. Enterprise-grade security.",
|
||||
keywords: "fleet management, transportation reporting, vehicle tracking, fuel cost analysis, medical transportation, dialysis services, expense tracking",
|
||||
metadataBase: new URL("https://transitflow.io"),
|
||||
title: "TransitFlow - Transportation Services Reporting Platform", description: "Smart fleet management software for medical transportation, dialysis services, and on-demand rides. Real-time vehicle tracking, fuel analysis, and multi-timeframe reporting. Enterprise-grade security.", keywords: "fleet management, transportation reporting, vehicle tracking, fuel cost analysis, medical transportation, dialysis services, expense tracking", metadataBase: new URL("https://transitflow.io"),
|
||||
alternates: {
|
||||
canonical: "https://transitflow.io",
|
||||
},
|
||||
canonical: "https://transitflow.io"},
|
||||
openGraph: {
|
||||
title: "TransitFlow - Smart Transportation Reporting",
|
||||
description: "Manage your entire fleet with advanced analytics and real-time tracking. Daily, monthly, and quarterly reporting for medical appointments and transportation services.",
|
||||
url: "https://transitflow.io",
|
||||
siteName: "TransitFlow",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "TransitFlow - Smart Transportation Reporting", description: "Manage your entire fleet with advanced analytics and real-time tracking. Daily, monthly, and quarterly reporting for medical appointments and transportation services.", url: "https://transitflow.io", siteName: "TransitFlow", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APJhSPZ1ni4Gjd8AW0gwt4s63g/a-modern-transportation-management-dashb-1772489123447-cbbe5f34.png",
|
||||
alt: "A modern transportation management dashboard showing vehicle tracking, fuel costs, and mileage analy",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APJhSPZ1ni4Gjd8AW0gwt4s63g/a-modern-transportation-management-dashb-1772489123447-cbbe5f34.png", alt: "A modern transportation management dashboard showing vehicle tracking, fuel costs, and mileage analy"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "TransitFlow - Transportation Services Reporting",
|
||||
description: "Real-time fleet management with advanced vehicle analytics and multi-timeframe reporting.",
|
||||
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APJhSPZ1ni4Gjd8AW0gwt4s63g/a-modern-transportation-management-dashb-1772489123447-cbbe5f34.png"],
|
||||
card: "summary_large_image", title: "TransitFlow - Transportation Services Reporting", description: "Real-time fleet management with advanced vehicle analytics and multi-timeframe reporting.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APJhSPZ1ni4Gjd8AW0gwt4s63g/a-modern-transportation-management-dashb-1772489123447-cbbe5f34.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user