Merge pull request #80 from yusufipk/codex/video-review-metadata

fix(seo): clarify video review metadata
This commit is contained in:
Yusuf İpek
2026-09-08 15:22:40 +03:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -26,8 +26,8 @@ const geistMono = Geist_Mono({
export const metadata: Metadata = { export const metadata: Metadata = {
metadataBase: new URL(seoConfig.url), metadataBase: new URL(seoConfig.url),
title: { title: {
default: `${seoConfig.name} | ${seoConfig.title}`, default: `${seoConfig.name} - ${seoConfig.title}`,
template: `%s | ${seoConfig.name}`, template: `%s - ${seoConfig.name}`,
}, },
description: seoConfig.description, description: seoConfig.description,
applicationName: seoConfig.name, applicationName: seoConfig.name,
@@ -51,7 +51,7 @@ export const metadata: Metadata = {
locale: 'en_US', locale: 'en_US',
siteName: seoConfig.name, siteName: seoConfig.name,
url: seoConfig.url, url: seoConfig.url,
title: `${seoConfig.name} | ${seoConfig.title}`, title: `${seoConfig.name} - ${seoConfig.title}`,
description: seoConfig.description, description: seoConfig.description,
images: [ images: [
{ {
@@ -64,7 +64,7 @@ export const metadata: Metadata = {
}, },
twitter: { twitter: {
card: 'summary_large_image', card: 'summary_large_image',
title: `${seoConfig.name} | ${seoConfig.title}`, title: `${seoConfig.name} - ${seoConfig.title}`,
description: seoConfig.description, description: seoConfig.description,
images: [seoConfig.ogImage], images: [seoConfig.ogImage],
}, },
+2 -2
View File
@@ -26,9 +26,9 @@ export function getSiteUrl(): string {
export const seoConfig = { export const seoConfig = {
name: 'OpenFrame', name: 'OpenFrame',
title: 'Fair Source Video Review Platform', title: 'Video Review & Approval',
description: 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: [ keywords: [
'fair source video review platform', 'fair source video review platform',
'video review platform', 'video review platform',