Skip to content

Commit b73ec8a

Browse files
committed
feat(website): seo improvements
1 parent d3ce475 commit b73ec8a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+134
-69
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"packages/cli": {
9090
"name": "@park-ui/cli",
91-
"version": "1.0.0",
91+
"version": "1.0.1",
9292
"bin": {
9393
"park-ui": "dist/index.js",
9494
},
@@ -1171,7 +1171,7 @@
11711171

11721172
"destr": ["[email protected]", "", {}, "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA=="],
11731173

1174-
"detect-libc": ["detect-libc@2.0.4", "", {}, "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA=="],
1174+
"detect-libc": ["detect-libc@1.0.3", "", { "bin": { "detect-libc": "./bin/detect-libc.js" } }, "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg=="],
11751175

11761176
"detect-newline": ["[email protected]", "", {}, "sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog=="],
11771177

@@ -2451,8 +2451,6 @@
24512451

24522452
"jsdom/tough-cookie": ["[email protected]", "", { "dependencies": { "tldts": "^6.1.32" } }, "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A=="],
24532453

2454-
"lightningcss/detect-libc": ["[email protected]", "", { "bin": { "detect-libc": "./bin/detect-libc.js" } }, "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg=="],
2455-
24562454
"lorem-ipsum/commander": ["[email protected]", "", {}, "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ=="],
24572455

24582456
"micromark/debug": ["[email protected]", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA=="],
@@ -2527,6 +2525,8 @@
25272525

25282526
"release-it/semver": ["[email protected]", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="],
25292527

2528+
"sharp/detect-libc": ["[email protected]", "", {}, "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA=="],
2529+
25302530
"sharp/semver": ["[email protected]", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="],
25312531

25322532
"simple-swizzle/is-arrayish": ["[email protected]", "", {}, "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="],

website/src/app/changelog/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default async function Page() {
5959
export const generateMetadata = async (): Promise<Metadata> => {
6060
return {
6161
title: 'Changelog',
62-
description: '',
62+
description: 'All notable changes will be documented in this file.',
6363
}
6464
}
6565

website/src/app/docs/[...slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ export const generateMetadata = async (props: Props): Promise<Metadata> => {
7373

7474
return {
7575
title: doc.title,
76-
description: doc.description,
76+
description: doc.metaDescription,
7777
}
7878
}

website/src/content/docs/about.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: About
33
description: Driven by amazing open source projects.
4+
metaDescription: Discover the story behind Park UI and the amazing open source projects that power our beautiful component system for React, Vue and Solid.js.
45
category: getting-started
56
---
67

website/src/content/docs/components/absolute-center.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Absolute Center
3-
description: A layout component for centering content absolutely within its container.
3+
description: A utility component for centering content within its parent container.
4+
metaDescription: Absolute Center utility component for perfectly centering content within containers. Available for React and Solid.js with simple, flexible positioning.
45
category: layout
56
links:
67
recipe: https://github.com/cschroeter/park-ui/blob/next/packages/preset/src/recipes/absolute-center.ts

website/src/content/docs/components/accordion.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Accordion
33
description: A disclosure component with collapsible sections for organizing content.
4+
metaDescription: Build interactive accordions with collapsible sections for React and Solid.js with smooth animations and full accessibility.
45
category: disclosure
56
links:
67
recipe: https://github.com/cschroeter/park-ui/blob/next/packages/preset/src/recipes/accordion.ts

website/src/content/docs/components/alert.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Alert
3-
description: A feedback component for displaying important messages and alerts to users.
3+
description: A component for displaying important notifications and feedback messages.
4+
metaDescription: Display important notifications and feedback messages for React and Solid.js with multiple severity levels and customizable styles.
45
category: feedback
56
links:
67
recipe: https://github.com/cschroeter/park-ui/blob/next/packages/preset/src/recipes/alert.ts

website/src/content/docs/components/avatar.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Avatar
3-
description: A display component for showing user profile images, icons, or initials.
4-
category: display
3+
description: A component for displaying user profile images with fallback support.
4+
metaDescription: User profile avatar component for React and Solid.js with automatic fallback to initials, custom images, and accessible design.
5+
category: media
56
links:
67
recipe: https://github.com/cschroeter/park-ui/blob/next/packages/preset/src/recipes/avatar.ts
78
ark: https://ark-ui.com/docs/components/avatar

website/src/content/docs/components/badge.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Badge
3-
description: A display component for highlighting status, labels, or notifications.
4-
category: display
3+
description: A component for displaying small labels and status indicators.
4+
metaDescription: Create badges and status indicators for React and Solid.js applications. Display labels, counts, and statuses with customizable colors and variants.
5+
category: data-display
56
links:
67
recipe: https://github.com/cschroeter/park-ui/blob/next/packages/preset/src/recipes/badge.ts
78
---

website/src/content/docs/components/breadcrumb.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Breadcrumb
3-
description: Used to display a page's location within a site's hierarchical structure.
3+
description: A navigation component showing the user's location within a site hierarchy.
4+
metaDescription: Breadcrumb navigation for React and Solid.js showing user location in site hierarchy with accessible breadcrumb trails.
45
category: navigation
56
links:
67
recipe: https://github.com/cschroeter/park-ui/blob/next/packages/preset/src/recipes/breadcrumb.ts

0 commit comments

Comments
 (0)