Update src/app/layout.tsx
This commit is contained in:
@@ -6,43 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-public-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "GioBoss Agency - Market Dominance & Business Growth",
|
||||
description: "Transform your business into a sales machine with GioBoss Agency. Expert marketing, web design, AI solutions, and business coaching for market leaders.",
|
||||
keywords: "marketing agency, market dominance, web design, AI marketing, business coaching, sales strategy, startup growth, commercial production",
|
||||
metadataBase: new URL("https://www.giobossagency.com"),
|
||||
title: "GioBoss Agency - Market Dominance & Business Growth", description: "Transform your business into a sales machine with GioBoss Agency. Expert marketing, web design, AI solutions, and business coaching for market leaders.", keywords: "marketing agency, market dominance, web design, AI marketing, business coaching, sales strategy, startup growth, commercial production", metadataBase: new URL("https://www.giobossagency.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.giobossagency.com",
|
||||
},
|
||||
canonical: "https://www.giobossagency.com"},
|
||||
openGraph: {
|
||||
title: "GioBoss Agency - Market Dominance Specialists",
|
||||
description: "Turn your business into a sales machine. Specializing in market dominance strategies, AI-powered marketing, and business excellence.",
|
||||
url: "https://www.giobossagency.com",
|
||||
siteName: "GioBoss Agency",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "GioBoss Agency - Market Dominance Specialists", description: "Turn your business into a sales machine. Specializing in market dominance strategies, AI-powered marketing, and business excellence.", url: "https://www.giobossagency.com", siteName: "GioBoss Agency", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJQ2mjL3ORz6cHzEGt0dW0541/a-sleek-modern-marketing-agency-office-w-1772733070434-af10521a.png",
|
||||
alt: "GioBoss Agency - Market Dominance Strategy",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJQ2mjL3ORz6cHzEGt0dW0541/a-sleek-modern-marketing-agency-office-w-1772733070434-af10521a.png", alt: "GioBoss Agency - Market Dominance Strategy"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "GioBoss Agency - Market Dominance",
|
||||
description: "Transform your business into a sales machine with expert marketing and business strategy.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJQ2mjL3ORz6cHzEGt0dW0541/a-sleek-modern-marketing-agency-office-w-1772733070434-af10521a.png",
|
||||
],
|
||||
card: "summary_large_image", title: "GioBoss Agency - Market Dominance", description: "Transform your business into a sales machine with expert marketing and business strategy.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJQ2mjL3ORz6cHzEGt0dW0541/a-sleek-modern-marketing-agency-office-w-1772733070434-af10521a.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1434,4 +1417,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user