Update src/app/layout.tsx
This commit is contained in:
@@ -7,44 +7,28 @@ 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 lato = Lato({
|
||||
variable: "--font-lato",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-lato", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Custom Lithium E-Bike Batteries | Powerful Lithium Jersey City",
|
||||
description: "High-performance custom lithium batteries for e-bikes, Surron, Super73, Onyx & more. Fast turnaround, honest pricing. Nationwide shipping. 4.9★ rated.",
|
||||
keywords: "custom e-bike battery, 72V battery, 60V battery, Surron battery, Super73 battery, e-bike upgrade, Jersey City battery builder",
|
||||
openGraph: {
|
||||
title: "Custom Lithium E-Bike Batteries | Powerful Lithium",
|
||||
description: "High-performance custom lithium batteries built by riders for riders. Fast turnaround. Honest pricing.",
|
||||
url: "https://powerfullithium.com",
|
||||
siteName: "Powerful Lithium",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Custom Lithium E-Bike Batteries | Powerful Lithium Jersey City", description: "High-performance custom lithium batteries for e-bikes, Surron, Super73, Onyx & more. Fast turnaround, honest pricing. Nationwide shipping. 4.9★ rated.", keywords: "custom e-bike battery, 72V battery, 60V battery, Surron battery, Super73 battery, e-bike upgrade, Jersey City battery builder", openGraph: {
|
||||
title: "Custom Lithium E-Bike Batteries | Powerful Lithium", description: "High-performance custom lithium batteries built by riders for riders. Fast turnaround. Honest pricing.", url: "https://powerfullithium.com", siteName: "Powerful Lithium", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039023.jpg",
|
||||
alt: "Powerful Lithium workshop custom batteries",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039023.jpg", alt: "Powerful Lithium workshop custom batteries"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Custom Lithium E-Bike Batteries | Powerful Lithium",
|
||||
description: "High-performance custom lithium batteries. 4.9★ rated. Jersey City.",
|
||||
images: ["http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039023.jpg"],
|
||||
card: "summary_large_image", title: "Custom Lithium E-Bike Batteries | Powerful Lithium", description: "High-performance custom lithium batteries. 4.9★ rated. Jersey City.", images: ["http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039023.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1436,4 +1420,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user