Update src/app/layout.tsx
This commit is contained in:
@@ -4,45 +4,30 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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: {
|
||||
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: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
metadataBase: new URL("https://rankfirst.io"),
|
||||
alternates: {
|
||||
canonical: "https://rankfirst.io",
|
||||
},
|
||||
canonical: "https://rankfirst.io"},
|
||||
openGraph: {
|
||||
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: [
|
||||
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: [
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
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"],
|
||||
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"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user