Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const figtree = Figtree({
|
||||
variable: "--font-figtree",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-figtree", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "3DStore - Premium 3D Ecommerce Shopping Experience",
|
||||
description: "Shop premium products with immersive 3D visualization. Explore, customize, and purchase with confidence using next-gen interactive technology.",
|
||||
keywords: "ecommerce, 3D products, online shopping, premium goods, interactive visualization",
|
||||
metadataBase: new URL("https://3dstore.com"),
|
||||
title: "3DStore - Premium 3D Ecommerce Shopping Experience", description: "Shop premium products with immersive 3D visualization. Explore, customize, and purchase with confidence using next-gen interactive technology.", keywords: "ecommerce, 3D products, online shopping, premium goods, interactive visualization", metadataBase: new URL("https://3dstore.com"),
|
||||
alternates: {
|
||||
canonical: "https://3dstore.com",
|
||||
},
|
||||
canonical: "https://3dstore.com"},
|
||||
openGraph: {
|
||||
title: "3DStore - Premium 3D Ecommerce",
|
||||
description: "Experience shopping like never before with interactive 3D product visualization and premium quality items.",
|
||||
url: "https://3dstore.com",
|
||||
siteName: "3DStore",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "3DStore - Premium 3D Ecommerce", description: "Experience shopping like never before with interactive 3D product visualization and premium quality items.", url: "https://3dstore.com", siteName: "3DStore", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg",
|
||||
alt: "3DStore - Premium 3D Shopping Experience",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg", alt: "3DStore - Premium 3D Shopping Experience"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "3DStore - Premium 3D Ecommerce",
|
||||
description: "Shop with interactive 3D product visualization",
|
||||
images: ["http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg"],
|
||||
card: "summary_large_image", title: "3DStore - Premium 3D Ecommerce", description: "Shop with interactive 3D product visualization", images: ["http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user