mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +00:00
fix(seo): clarify video review metadata
This commit is contained in:
+4
-4
@@ -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],
|
||||
},
|
||||
|
||||
+2
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user