Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const nunito = Nunito({
|
const nunito = Nunito({
|
||||||
variable: "--font-nunito",
|
variable: "--font-nunito", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "TransitFlow - Transportation Services Reporting Platform",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://transitflow.io",
|
canonical: "https://transitflow.io"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "TransitFlow - Smart Transportation Reporting",
|
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: [
|
||||||
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",
|
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"},
|
||||||
alt: "A modern transportation management dashboard showing vehicle tracking, fuel costs, and mileage analy",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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"],
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user