Update src/app/layout.tsx
This commit is contained in:
@@ -7,47 +7,30 @@ 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"],
|
||||
});
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "David Azizi - GTA Real Estate Agent | Luxury Homes & Properties",
|
||||
description: "Discover premium real estate in the Greater Toronto Area with David Azizi. Expert guidance on buying, selling, investing, and pre-construction properties.",
|
||||
keywords: "real estate agent GTA, Toronto homes for sale, luxury properties, real estate Toronto, pre-construction condos, Rosedale homes",
|
||||
metadataBase: new URL("https://davidazizirealty.com"),
|
||||
title: "David Azizi - GTA Real Estate Agent | Luxury Homes & Properties", description: "Discover premium real estate in the Greater Toronto Area with David Azizi. Expert guidance on buying, selling, investing, and pre-construction properties.", keywords: "real estate agent GTA, Toronto homes for sale, luxury properties, real estate Toronto, pre-construction condos, Rosedale homes", metadataBase: new URL("https://davidazizirealty.com"),
|
||||
alternates: {
|
||||
canonical: "https://davidazizirealty.com",
|
||||
},
|
||||
canonical: "https://davidazizirealty.com"},
|
||||
openGraph: {
|
||||
title: "David Azizi - Premier GTA Real Estate Agent",
|
||||
description: "Expert real estate services for luxury homes, investments, and pre-construction properties in the Greater Toronto Area.",
|
||||
url: "https://davidazizirealty.com",
|
||||
siteName: "David Azizi Realty",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "David Azizi - Premier GTA Real Estate Agent", description: "Expert real estate services for luxury homes, investments, and pre-construction properties in the Greater Toronto Area.", url: "https://davidazizirealty.com", siteName: "David Azizi Realty", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg",
|
||||
alt: "GTA Luxury Real Estate",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg", alt: "GTA Luxury Real Estate"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "David Azizi - GTA Real Estate Expert",
|
||||
description: "Premium real estate services across the Greater Toronto Area.",
|
||||
images: ["http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg"],
|
||||
card: "summary_large_image", title: "David Azizi - GTA Real Estate Expert", description: "Premium real estate services across the Greater Toronto Area.", images: ["http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user