From a54b5c017fccaf9282fd29b6ceab9157e8be53fd Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Mon, 19 May 2025 01:34:45 +0100 Subject: [PATCH] Update layout.tsx --- app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 65f0abe..41e6e73 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -12,7 +12,7 @@ export const metadata: Metadata = { title: "Ember | E-Commerce Management Platform", description: "Transform your e-commerce experience with Ember, a comprehensive platform that integrates secure cryptocurrency payments, efficient order management, and advanced analytics to help you optimize performance, boost sales, and expand your customer base", keywords: "e-commerce, marketplace, cryptocurrency payments, order management, vendor platform, online business", - authors: [{ name: "Ember Team" }], + authors: [{ name: "Ember" }], creator: "Ember ", publisher: "Ember", generator: "Next.js", @@ -24,8 +24,8 @@ export const metadata: Metadata = { telephone: false, }, robots: { - index: true, - follow: true, + index: false, + follow: false, googleBot: { index: true, follow: true,