Update src/app/layout.tsx
This commit is contained in:
@@ -6,39 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-open-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const workSans = Work_Sans({
|
||||
variable: "--font-work-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-work-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Family Lovers Basketball - Alabama's Premier Team",
|
||||
description: "Join Family Lovers, Alabama's premier community basketball team. Experience excellence, unity, and passion. Follow game schedules, meet our champions, and become part of the family.",
|
||||
keywords: "basketball, Alabama, Family Lovers, sports, community, team",
|
||||
metadataBase: new URL("https://familyloversbasketball.com"),
|
||||
title: "Family Lovers Basketball - Alabama's Premier Team", description: "Join Family Lovers, Alabama's premier community basketball team. Experience excellence, unity, and passion. Follow game schedules, meet our champions, and become part of the family.", keywords: "basketball, Alabama, Family Lovers, sports, community, team", metadataBase: new URL("https://familyloversbasketball.com"),
|
||||
alternates: {
|
||||
canonical: "https://familyloversbasketball.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Family Lovers Basketball - United by Passion",
|
||||
description: "Experience the excitement of Alabama's premier basketball team. Champions for the community.",
|
||||
url: "https://familyloversbasketball.com",
|
||||
siteName: "Family Lovers Basketball",
|
||||
type: "website",
|
||||
images: [{
|
||||
url: "https://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-388.jpg",
|
||||
alt: "Family Lovers basketball court"
|
||||
title: "Family Lovers Basketball - United by Passion", description: "Experience the excitement of Alabama's premier basketball team. Champions for the community.", url: "https://familyloversbasketball.com", siteName: "Family Lovers Basketball", type: "website", images: [{
|
||||
url: "https://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-388.jpg", alt: "Family Lovers basketball court"
|
||||
}]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Family Lovers Basketball",
|
||||
description: "Alabama's Premier Basketball Team - Join the Family",
|
||||
images: ["https://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-388.jpg"]
|
||||
card: "summary_large_image", title: "Family Lovers Basketball", description: "Alabama's Premier Basketball Team - Join the Family", images: ["https://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-388.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user