Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const spaceGrotesk = Space_Grotesk({
|
const spaceGrotesk = Space_Grotesk({
|
||||||
variable: "--font-space-grotesk",
|
variable: "--font-space-grotesk", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Premium Marketing Agency Miami | NEXUS Digital Strategies",
|
title: "Premium Marketing Agency Miami | NEXUS Digital Strategies", description: "Elite marketing agency in Miami delivering data-driven strategies and creative excellence. Transform your brand with our award-winning team. 300% average client growth.", keywords: "marketing agency Miami, digital marketing, brand strategy, performance marketing, creative agency Miami", metadataBase: new URL("https://nexusmiami.com"),
|
||||||
description: "Elite marketing agency in Miami delivering data-driven strategies and creative excellence. Transform your brand with our award-winning team. 300% average client growth.",
|
|
||||||
keywords: "marketing agency Miami, digital marketing, brand strategy, performance marketing, creative agency Miami",
|
|
||||||
metadataBase: new URL("https://nexusmiami.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://nexusmiami.com"
|
canonical: "https://nexusmiami.com"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "NEXUS Miami - Transform Your Brand Into a Digital Powerhouse",
|
title: "NEXUS Miami - Transform Your Brand Into a Digital Powerhouse", description: "Elite marketing strategies for ambitious brands. Data-driven insights + cutting-edge creativity = exponential growth.", url: "https://nexusmiami.com", siteName: "NEXUS Miami", type: "website", images: [
|
||||||
description: "Elite marketing strategies for ambitious brands. Data-driven insights + cutting-edge creativity = exponential growth.",
|
|
||||||
url: "https://nexusmiami.com",
|
|
||||||
siteName: "NEXUS Miami",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797682.jpg",
|
url: "https://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797682.jpg", alt: "NEXUS Miami Marketing Agency"
|
||||||
alt: "NEXUS Miami Marketing Agency"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "NEXUS Miami - Premium Marketing Agency", description: "Transform your brand with data-driven strategies and creative excellence.", images: ["https://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797682.jpg"]
|
||||||
title: "NEXUS Miami - Premium Marketing Agency",
|
|
||||||
description: "Transform your brand with data-driven strategies and creative excellence.",
|
|
||||||
images: ["https://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797682.jpg"]
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user