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