From 701967639827e886109f4e1d6bf1e292f147b34f Mon Sep 17 00:00:00 2001 From: yusufipk Date: Tue, 8 Sep 2026 15:18:53 +0300 Subject: [PATCH] fix(seo): clarify video review metadata --- app/layout.tsx | 8 ++++---- lib/seo.ts | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 4f311c6..2e841c9 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -26,8 +26,8 @@ const geistMono = Geist_Mono({ export const metadata: Metadata = { metadataBase: new URL(seoConfig.url), title: { - default: `${seoConfig.name} | ${seoConfig.title}`, - template: `%s | ${seoConfig.name}`, + default: `${seoConfig.name} - ${seoConfig.title}`, + template: `%s - ${seoConfig.name}`, }, description: seoConfig.description, applicationName: seoConfig.name, @@ -51,7 +51,7 @@ export const metadata: Metadata = { locale: 'en_US', siteName: seoConfig.name, url: seoConfig.url, - title: `${seoConfig.name} | ${seoConfig.title}`, + title: `${seoConfig.name} - ${seoConfig.title}`, description: seoConfig.description, images: [ { @@ -64,7 +64,7 @@ export const metadata: Metadata = { }, twitter: { card: 'summary_large_image', - title: `${seoConfig.name} | ${seoConfig.title}`, + title: `${seoConfig.name} - ${seoConfig.title}`, description: seoConfig.description, images: [seoConfig.ogImage], }, diff --git a/lib/seo.ts b/lib/seo.ts index 026cbe6..534d8f6 100644 --- a/lib/seo.ts +++ b/lib/seo.ts @@ -26,9 +26,9 @@ export function getSiteUrl(): string { export const seoConfig = { name: 'OpenFrame', - title: 'Fair Source Video Review Platform', + title: 'Video Review & Approval', description: - 'OpenFrame is a fair source video review platform for collecting timestamped feedback with text and voice comments.', + 'Review videos together with timestamped text and voice comments. Keep feedback organized and your team on the same page.', keywords: [ 'fair source video review platform', 'video review platform',