Update src/app/layout.tsx
This commit is contained in:
@@ -5,26 +5,15 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const lato = Lato({
|
||||
variable: "--font-lato",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-lato", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "LogisticNet | End-to-End B2B Logistics from China",
|
||||
description: "Integrated physical-digital logistics network. 3,500 trucks, 250 warehouses, AI forecasting. China to final-mile delivery optimized.",
|
||||
keywords: "B2B logistics, supply chain, warehousing, fleet management, last-mile delivery, China logistics",
|
||||
openGraph: {
|
||||
title: "LogisticNet | Enterprise Logistics Solutions",
|
||||
description: "Transform your supply chain with our integrated logistics network.",
|
||||
siteName: "LogisticNet",
|
||||
type: "website",
|
||||
},
|
||||
title: "LogisticNet | End-to-End B2B Logistics from China", description: "Integrated physical-digital logistics network. 3,500 trucks, 250 warehouses, AI forecasting. China to final-mile delivery optimized.", keywords: "B2B logistics, supply chain, warehousing, fleet management, last-mile delivery, China logistics", openGraph: {
|
||||
title: "LogisticNet | Enterprise Logistics Solutions", description: "Transform your supply chain with our integrated logistics network.", siteName: "LogisticNet", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "LogisticNet | B2B Logistics Platform",
|
||||
description: "3,500 trucks and AI forecasting for enterprise supply chains.",
|
||||
},
|
||||
card: "summary_large_image", title: "LogisticNet | B2B Logistics Platform", description: "3,500 trucks and AI forecasting for enterprise supply chains."},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
|
||||
Reference in New Issue
Block a user