Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit a0da51b

Browse files
committed
fix(docs): hand-written meta descriptions on homepage + intro (#81)
Replace auto-generated meta descriptions on the highest-traffic pages with hand-written, CTR-tuned variants. Part of the SEO epic ConductionNL/.github#75.
1 parent cd7ba07 commit a0da51b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 1
3+
description: Get started with OpenBuilt, the no-code app builder inside Nextcloud. Compose apps from OpenRegister schemas, OpenConnector flows, and Pipelinq.
34
---
45

56
# OpenBuilt

docs/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export default function Home() {
233233
return (
234234
<Layout
235235
title="OpenBuilt, no-code app builder inside Nextcloud"
236-
description="Citizen-developer app builder for Nextcloud — compose apps from registers, connectors, workflows, and documents without code."
236+
description="Citizen-developer app builder for Nextcloud. Compose apps from registers, connectors, workflows, and documents without writing code."
237237
>
238238
<main className="marketing-page">
239239
<DetailHero

0 commit comments

Comments
 (0)