Skip to content

Commit 995ecec

Browse files
committed
feat: enhance metadata for About CivicDataSpace page with detailed descriptions and keywords
1 parent ce860f5 commit 995ecec

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

app/[locale]/(user)/about-us/page.tsx

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,29 @@ import Team from './components/Team';
77

88
export const generateMetadata = () =>
99
generatePageMetadata({
10-
title: 'About Us',
10+
title: 'About CivicDataSpace | Empowering Public Good with Open Data',
1111
description:
12-
'Learn more about CivicDataSpace, our mission, and the people behind it.',
13-
keywords: ['CivicDataSpace', 'About Us', 'Open Data', 'CDL'],
12+
'Learn about CivicDataSpace — an open-source platform built to foster inclusive, interoperable, and AI-ready data ecosystems for public good.',
13+
keywords: [
14+
'CivicDataSpace',
15+
'About CivicDataSpace',
16+
'Open Data',
17+
'CivicTech',
18+
'Data for Public Good',
19+
'Inclusive Data',
20+
'AI-ready Data',
21+
'CivicDataLab',
22+
'Open Source Platform',
23+
],
1424
openGraph: {
1525
type: 'website',
1626
locale: 'en_US',
17-
url: `${process.env.NEXT_PUBLIC_PLATFORM_URL}/about`, // update if dynamic
18-
title: 'About CivicDataSpace',
27+
url: `${process.env.NEXT_PUBLIC_PLATFORM_URL}/about`,
28+
title: 'About CivicDataSpace | Empowering Public Good with Open Data',
1929
description:
20-
'Explore the mission, vision, and people powering CivicDataSpace an open-source platform to enable data for public good.',
30+
'Explore the mission, vision, and team behind CivicDataSpace an open-source initiative to unlock the power of data for civic impact.',
2131
siteName: 'CivicDataSpace',
22-
image: `${process.env.NEXT_PUBLIC_PLATFORM_URL}/og.png`, // from /public/og.png
32+
image: `${process.env.NEXT_PUBLIC_PLATFORM_URL}/og.png`,
2333
},
2434
});
2535

0 commit comments

Comments
 (0)