Update src/app/layout.tsx
This commit is contained in:
@@ -5,35 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const lora = Lora({
|
||||
variable: "--font-lora",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-lora", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Blue Goat Consulting | CPA & Tax Planning for Individuals & Small Business",
|
||||
description: "Expert CPA and tax consulting services for individuals and small business owners. Fast, thorough, and educational. Book a consultation with Khiana today.",
|
||||
keywords: "CPA, tax preparation, tax planning, small business accounting, tax services, business consulting",
|
||||
robots: {
|
||||
title: "Blue Goat Consulting | CPA & Tax Planning for Individuals & Small Business", description: "Expert CPA and tax consulting services for individuals and small business owners. Fast, thorough, and educational. Book a consultation with Khiana today.", keywords: "CPA, tax preparation, tax planning, small business accounting, tax services, business consulting", robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
},
|
||||
openGraph: {
|
||||
title: "Blue Goat Consulting | White-Glove CPA & Tax Services",
|
||||
description: "Professional tax and business consulting designed for people who value clarity, responsiveness, and genuine expertise.",
|
||||
siteName: "Blue Goat Consulting",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Blue Goat Consulting | White-Glove CPA & Tax Services", description: "Professional tax and business consulting designed for people who value clarity, responsiveness, and genuine expertise.", siteName: "Blue Goat Consulting", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg",
|
||||
alt: "Blue Goat Consulting - Khiana, Professional CPA"
|
||||
url: "http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg", alt: "Blue Goat Consulting - Khiana, Professional CPA"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Blue Goat Consulting | CPA & Tax Services",
|
||||
description: "Expert tax preparation and business consulting for individuals and small business owners.",
|
||||
images: ["http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg"]
|
||||
card: "summary_large_image", title: "Blue Goat Consulting | CPA & Tax Services", description: "Expert tax preparation and business consulting for individuals and small business owners.", images: ["http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg"]
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user