Update src/app/layout.tsx
This commit is contained in:
@@ -7,47 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Sonika BD Shippers | Global Logistics & Shipping Solutions",
|
||||
description: "Reliable international shipping, ocean freight, air cargo, and customs clearance. 500+ trusted partners. Real-time tracking. 180+ countries.",
|
||||
keywords: "shipping, logistics, ocean freight, air freight, cargo handling, customs clearance, import export, international shipping",
|
||||
metadataBase: new URL("https://www.sonikabdshippers.com"),
|
||||
title: "Sonika BD Shippers | Global Logistics & Shipping Solutions", description: "Reliable international shipping, ocean freight, air cargo, and customs clearance. 500+ trusted partners. Real-time tracking. 180+ countries.", keywords: "shipping, logistics, ocean freight, air freight, cargo handling, customs clearance, import export, international shipping", metadataBase: new URL("https://www.sonikabdshippers.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.sonikabdshippers.com",
|
||||
},
|
||||
canonical: "https://www.sonikabdshippers.com"},
|
||||
openGraph: {
|
||||
title: "Sonika BD Shippers | Global Logistics Solutions",
|
||||
description: "Trusted logistics partner for international shipping. Ocean freight, air freight, cargo handling, and customs clearance.",
|
||||
url: "https://www.sonikabdshippers.com",
|
||||
siteName: "Sonika BD Shippers",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Sonika BD Shippers | Global Logistics Solutions", description: "Trusted logistics partner for international shipping. Ocean freight, air freight, cargo handling, and customs clearance.", url: "https://www.sonikabdshippers.com", siteName: "Sonika BD Shippers", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/long-line-white-refrigerated-shipping-containers-dramatic-cloudy-sky_84443-73914.jpg",
|
||||
alt: "Global shipping logistics network",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/long-line-white-refrigerated-shipping-containers-dramatic-cloudy-sky_84443-73914.jpg", alt: "Global shipping logistics network"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Sonika BD Shippers | Global Shipping & Logistics",
|
||||
description: "Reliable international logistics solutions trusted by 500+ companies worldwide.",
|
||||
images: ["http://img.b2bpic.net/free-photo/long-line-white-refrigerated-shipping-containers-dramatic-cloudy-sky_84443-73914.jpg"],
|
||||
card: "summary_large_image", title: "Sonika BD Shippers | Global Shipping & Logistics", description: "Reliable international logistics solutions trusted by 500+ companies worldwide.", images: ["http://img.b2bpic.net/free-photo/long-line-white-refrigerated-shipping-containers-dramatic-cloudy-sky_84443-73914.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user