Update src/app/layout.tsx
This commit is contained in:
@@ -22,22 +22,20 @@ const inter = Inter({
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "DESIGNITY-WEB | Swiss-Precision Digital Marketing for European Brands", description: "Premium digital marketing agency in Geneva. Data-driven growth strategies, paid advertising, web development, and brand positioning for ambitious European companies.", keywords: "digital marketing agency, growth hacking, paid advertising, brand strategy, Europe, Switzerland, web development, landing pages", metadataBase: new URL("https://designity-web.ch"),
|
title: "DESIGNITY-WEB | Swiss-Precision Digital Marketing for European Brands", description: "Premium digital marketing agency in Geneva. Data-driven growth strategies, paid advertising, web development, and brand positioning for ambitious European companies.", keywords: "digital marketing agency, growth hacking, paid advertising, brand strategy, Europe, Switzerland, web development, landing pages", metadataBase: new URL("https://designity-web.ch"),
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://designity-web.ch"
|
canonical: "https://designity-web.ch"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "DESIGNITY-WEB | Digital Marketing Excellence", description: "We Make Your Brand Grow. Swiss-precision digital marketing for European brands.", url: "https://designity-web.ch", siteName: "DESIGNITY-WEB", type: "website", images: [
|
title: "DESIGNITY-WEB | Digital Marketing Excellence", description: "We Make Your Brand Grow. Swiss-precision digital marketing for European brands.", url: "https://designity-web.ch", siteName: "DESIGNITY-WEB", type: "website", images: [
|
||||||
{
|
{
|
||||||
url: "http://img.b2bpic.net/free-vector/dark-line-gradient-background_1409-1642.jpg", alt: "DESIGNITY-WEB Premium Digital Marketing"
|
url: "http://img.b2bpic.net/free-vector/dark-line-gradient-background_1409-1642.jpg", alt: "DESIGNITY-WEB Premium Digital Marketing"},
|
||||||
}
|
],
|
||||||
]
|
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image", title: "DESIGNITY-WEB | Swiss-Precision Digital Marketing", description: "Premium growth strategies for European brands", images: ["http://img.b2bpic.net/free-vector/dark-line-gradient-background_1409-1642.jpg"]
|
card: "summary_large_image", title: "DESIGNITY-WEB | Swiss-Precision Digital Marketing", description: "Premium growth strategies for European brands", images: ["http://img.b2bpic.net/free-vector/dark-line-gradient-background_1409-1642.jpg"],
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true
|
follow: true,
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
Reference in New Issue
Block a user