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 nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "MELD Fitness + Wellness | Personal Training Boston",
|
||||
description: "Personal training in Boston with small groups (max 4). Science-based coaching, real accountability. Intro offer: 3 sessions for $99. North End, Boston, MA.",
|
||||
keywords: "personal trainer Boston, small group training, boutique fitness studio, North End fitness, 1-on-1 coaching",
|
||||
metadataBase: new URL("https://meldfitness.com"),
|
||||
title: "MELD Fitness + Wellness | Personal Training Boston", description: "Personal training in Boston with small groups (max 4). Science-based coaching, real accountability. Intro offer: 3 sessions for $99. North End, Boston, MA.", keywords: "personal trainer Boston, small group training, boutique fitness studio, North End fitness, 1-on-1 coaching", metadataBase: new URL("https://meldfitness.com"),
|
||||
alternates: {
|
||||
canonical: "https://meldfitness.com",
|
||||
},
|
||||
canonical: "https://meldfitness.com"},
|
||||
openGraph: {
|
||||
title: "MELD Fitness + Wellness | Personal Training Boston",
|
||||
description: "Be 1 of 4, not 1 of 20. Science-based personal training in Boston.",
|
||||
url: "https://meldfitness.com",
|
||||
siteName: "MELD Fitness + Wellness",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "MELD Fitness + Wellness | Personal Training Boston", description: "Be 1 of 4, not 1 of 20. Science-based personal training in Boston.", url: "https://meldfitness.com", siteName: "MELD Fitness + Wellness", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32104.jpg",
|
||||
alt: "MELD Fitness Studio Boston",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32104.jpg", alt: "MELD Fitness Studio Boston"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "MELD Fitness + Wellness | Personal Training Boston",
|
||||
description: "Be 1 of 4, not 1 of 20. Science-based personal training.",
|
||||
images: ["http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32104.jpg"],
|
||||
card: "summary_large_image", title: "MELD Fitness + Wellness | Personal Training Boston", description: "Be 1 of 4, not 1 of 20. Science-based personal training.", images: ["http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32104.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user