Update src/app/layout.tsx
This commit is contained in:
@@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const raleway = Raleway({
|
const raleway = Raleway({
|
||||||
variable: "--font-raleway",
|
variable: "--font-raleway", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "SBA Small Business Accounting Karaka | Local Chartered Accountant",
|
title: "SBA Small Business Accounting Karaka | Local Chartered Accountant", description: "Fixed-fee accounting services for small businesses & property investors in South Auckland. Xero cloud accounting, IRD compliance, tax planning. Book consultation with Balaji Kris today.", keywords: "accountant Karaka, accountant South Auckland, small business accountant Auckland, rental property accountant, chartered accountant, Xero accounting, business advisory", metadataBase: new URL("https://sbakaraka.co.nz"),
|
||||||
description: "Fixed-fee accounting services for small businesses & property investors in South Auckland. Xero cloud accounting, IRD compliance, tax planning. Book consultation with Balaji Kris today.",
|
|
||||||
keywords: "accountant Karaka, accountant South Auckland, small business accountant Auckland, rental property accountant, chartered accountant, Xero accounting, business advisory",
|
|
||||||
metadataBase: new URL("https://sbakaraka.co.nz"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://sbakaraka.co.nz",
|
canonical: "https://sbakaraka.co.nz"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "SBA Small Business Accounting Karaka",
|
title: "SBA Small Business Accounting Karaka", description: "Your local Chartered Accountant providing fixed-fee accounting and advisory services for small businesses and property investors in South Auckland.", url: "https://sbakaraka.co.nz", siteName: "SBA Small Business Accounting Karaka", type: "website", images: [
|
||||||
description: "Your local Chartered Accountant providing fixed-fee accounting and advisory services for small businesses and property investors in South Auckland.",
|
|
||||||
url: "https://sbakaraka.co.nz",
|
|
||||||
siteName: "SBA Small Business Accounting Karaka",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg",
|
url: "http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg", alt: "Professional accounting office in Karaka"},
|
||||||
alt: "Professional accounting office in Karaka",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "SBA Small Business Accounting Karaka", description: "Fixed-fee accounting for South Auckland small businesses & property investors", images: [
|
||||||
title: "SBA Small Business Accounting Karaka",
|
"http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg"],
|
||||||
description: "Fixed-fee accounting for South Auckland small businesses & property investors",
|
|
||||||
images: [
|
|
||||||
"http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user