From e68fcd17959f81bcc9bd5f0da223a9650d6e65a1 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 26 Feb 2026 04:24:35 +0000 Subject: [PATCH] brand: add (you)r* prefix to landing page title Reinforces the r-suite "your tools" philosophy across all rApp landing pages. Also normalizes title separators to em-dash for consistency. Co-Authored-By: Claude Opus 4.6 --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index cbb6322..bc885d3 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,13 +16,13 @@ const geistMono = localFont({ }) export const metadata: Metadata = { - title: 'rTube - Community Video Hosting, Storage & Streaming', + title: '(you)rTube — Community Video Hosting, Storage & Streaming', description: 'Who needs YouTube, when you have (ou)rTube! Self-hosted video recording, live streaming, and storage for rSpace communities.', icons: { icon: "data:image/svg+xml,🎬", }, openGraph: { - title: 'rTube - Community Video Hosting, Storage & Streaming', + title: '(you)rTube — Community Video Hosting, Storage & Streaming', description: 'Who needs YouTube, when you have (ou)rTube! Self-hosted video recording, live streaming, and storage for rSpace communities.', type: 'website', url: 'https://rtube.online',