Update src/app/layout.tsx

This commit is contained in:
2026-03-03 06:17:08 +00:00
parent 83afed21f1
commit 1b17102880

View File

@@ -4,45 +4,30 @@ import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
const libreBaskerville = Libre_Baskerville({ const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", variable: "--font-libre-baskerville", subsets: ["latin"],
subsets: ["latin"],
weight: ["400", "700"], weight: ["400", "700"],
}); });
const inter = Inter({ const inter = Inter({
variable: "--font-inter", variable: "--font-inter", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Rank First - SEO & AEO Optimization for Manufacturers & B2B", title: "Rank First - SEO & AEO Optimization for Manufacturers & B2B", description: "SEO and generative engine optimization services for manufacturing and B2B businesses. Drive measurable rankings, qualified leads, and sustainable organic revenue with proven strategies.", keywords: "SEO, AEO, generative engine optimization, manufacturers, B2B, organic growth, rankings, digital marketing", robots: {
description: "SEO and generative engine optimization services for manufacturing and B2B businesses. Drive measurable rankings, qualified leads, and sustainable organic revenue with proven strategies.",
keywords: "SEO, AEO, generative engine optimization, manufacturers, B2B, organic growth, rankings, digital marketing",
robots: {
index: true, index: true,
follow: true, follow: true,
}, },
metadataBase: new URL("https://rankfirst.io"), metadataBase: new URL("https://rankfirst.io"),
alternates: { alternates: {
canonical: "https://rankfirst.io", canonical: "https://rankfirst.io"},
},
openGraph: { openGraph: {
title: "Rank First - SEO & AEO for Manufacturers & B2B", title: "Rank First - SEO & AEO for Manufacturers & B2B", description: "Drive measurable search rankings and organic revenue for your manufacturing or B2B business.", type: "website", siteName: "Rank First", images: [
description: "Drive measurable search rankings and organic revenue for your manufacturing or B2B business.",
type: "website",
siteName: "Rank First",
images: [
{ {
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/a-modern-seo-dashboard-interface-showing-1772518405015-96b2a8ae.png", url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/a-modern-seo-dashboard-interface-showing-1772518405015-96b2a8ae.png", alt: "Rank First SEO Dashboard"},
alt: "Rank First SEO Dashboard",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Rank First - SEO & AEO Optimization", description: "Measurable rankings and organic growth for manufacturers and B2B businesses.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/a-modern-seo-dashboard-interface-showing-1772518405015-96b2a8ae.png"],
title: "Rank First - SEO & AEO Optimization",
description: "Measurable rankings and organic growth for manufacturers and B2B businesses.",
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/a-modern-seo-dashboard-interface-showing-1772518405015-96b2a8ae.png"],
}, },
}; };