Update src/app/layout.tsx
This commit is contained in:
@@ -5,40 +5,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Granite House | Premium Stone Worktops Preston",
|
||||
description: "Luxury granite, quartz, marble & porcelain worktops in Preston. Expert fabrication, fast turnaround, professional installation. 4.9★ rated. Call 01772 440888.",
|
||||
keywords: "granite worktops Preston, quartz countertops Lancashire, marble worktops, stone worktops Preston, kitchen worktops, bathroom vanities",
|
||||
robots: {
|
||||
title: "Granite House | Premium Stone Worktops Preston", description: "Luxury granite, quartz, marble & porcelain worktops in Preston. Expert fabrication, fast turnaround, professional installation. 4.9★ rated. Call 01772 440888.", keywords: "granite worktops Preston, quartz countertops Lancashire, marble worktops, stone worktops Preston, kitchen worktops, bathroom vanities", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
metadataBase: new URL("https://granitehouse.co.uk"),
|
||||
alternates: {
|
||||
canonical: "https://granitehouse.co.uk",
|
||||
},
|
||||
canonical: "https://granitehouse.co.uk"},
|
||||
openGraph: {
|
||||
title: "Luxury Stone Worktops in Preston | Granite House",
|
||||
description: "Transform your kitchen with premium granite, quartz, and marble worktops. Local Preston showroom, expert installation.",
|
||||
type: "website",
|
||||
siteName: "Granite House",
|
||||
url: "https://granitehouse.co.uk",
|
||||
images: [
|
||||
title: "Luxury Stone Worktops in Preston | Granite House", description: "Transform your kitchen with premium granite, quartz, and marble worktops. Local Preston showroom, expert installation.", type: "website", siteName: "Granite House", url: "https://granitehouse.co.uk", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg",
|
||||
alt: "Luxury granite kitchen worktop",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg", alt: "Luxury granite kitchen worktop"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Granite House | Premium Stone Worktops Preston",
|
||||
description: "Expert stone worktops in Preston. Granite, quartz, marble & porcelain. Fast turnaround, professional installation.",
|
||||
images: ["http://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg"],
|
||||
card: "summary_large_image", title: "Granite House | Premium Stone Worktops Preston", description: "Expert stone worktops in Preston. Granite, quartz, marble & porcelain. Fast turnaround, professional installation.", images: ["http://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user