Update src/app/layout.tsx

This commit is contained in:
2026-03-06 16:40:23 +00:00
parent 5076e48524
commit 730de60f44

View File

@@ -6,43 +6,28 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Noma Vinyl - Quality Vinyl Records via Discogs",
description: "Shop quality vinyl records from Noma Vinyl, an independent record seller. Curated collection of albums across genres, sold through Discogs marketplace.",
keywords: "vinyl records, vinyl shop, independent record seller, Discogs, album collecting, music vinyl",
robots: {
title: "Noma Vinyl - Quality Vinyl Records via Discogs", description: "Shop quality vinyl records from Noma Vinyl, an independent record seller. Curated collection of albums across genres, sold through Discogs marketplace.", keywords: "vinyl records, vinyl shop, independent record seller, Discogs, album collecting, music vinyl", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Noma Vinyl - Quality Vinyl Records",
description: "Discover curated vinyl records from independent seller Noma Vinyl. Shop quality albums on Discogs.",
siteName: "Noma Vinyl",
type: "website",
images: [
title: "Noma Vinyl - Quality Vinyl Records", description: "Discover curated vinyl records from independent seller Noma Vinyl. Shop quality albums on Discogs.", siteName: "Noma Vinyl", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/flat-lay-vinyl-yellow-background_23-2148681211.jpg",
alt: "Noma Vinyl - Quality vinyl records",
},
url: "http://img.b2bpic.net/free-photo/flat-lay-vinyl-yellow-background_23-2148681211.jpg", alt: "Noma Vinyl - Quality vinyl records"},
],
},
twitter: {
card: "summary_large_image",
title: "Noma Vinyl - Quality Vinyl Records",
description: "Discover curated vinyl records from independent seller Noma Vinyl. Shop on Discogs.",
images: [
"http://img.b2bpic.net/free-photo/flat-lay-vinyl-yellow-background_23-2148681211.jpg",
],
card: "summary_large_image", title: "Noma Vinyl - Quality Vinyl Records", description: "Discover curated vinyl records from independent seller Noma Vinyl. Shop on Discogs.", images: [
"http://img.b2bpic.net/free-photo/flat-lay-vinyl-yellow-background_23-2148681211.jpg"],
},
};
@@ -1430,4 +1415,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}