mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
Merge pull request #80 from yusufipk/codex/video-review-metadata
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 = {
|
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
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user