Replace 'BroadcastBeat' with 'Broadcast Beat' in all user-visible text (133 occurrences across 40+ files)
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
import type { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Community Forum — BroadcastBeat',
|
||||
title: 'Community Forum — Broadcast Beat',
|
||||
description: 'Connect with broadcast engineering professionals. Discuss live production, IP workflows, streaming, audio, cameras, AI automation, and more.',
|
||||
alternates: { canonical: '/forum' },
|
||||
openGraph: {
|
||||
title: 'Community Forum — BroadcastBeat',
|
||||
title: 'Community Forum — Broadcast Beat',
|
||||
description: 'Connect with broadcast engineering professionals. Ask questions, share expertise, and discuss broadcast technology.',
|
||||
url: '/forum',
|
||||
type: 'website',
|
||||
},
|
||||
twitter: {
|
||||
card: 'summary',
|
||||
title: 'Community Forum — BroadcastBeat',
|
||||
description: 'Connect with broadcast engineering professionals on BroadcastBeat.',
|
||||
title: 'Community Forum — Broadcast Beat',
|
||||
description: 'Connect with broadcast engineering professionals on Broadcast Beat.',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -21,12 +21,12 @@ export default function ForumLayout({ children }: { children: React.ReactNode })
|
||||
const schema = {
|
||||
'@context': 'https://schema.org',
|
||||
'@type': 'WebPage',
|
||||
name: 'BroadcastBeat Community Forum',
|
||||
name: 'Broadcast Beat Community Forum',
|
||||
description: 'Community forum for broadcast engineering professionals.',
|
||||
url: 'https://broadcastb5322.builtwithrocket.new/forum',
|
||||
isPartOf: {
|
||||
'@type': 'WebSite',
|
||||
name: 'BroadcastBeat',
|
||||
name: 'Broadcast Beat',
|
||||
url: 'https://broadcastb5322.builtwithrocket.new',
|
||||
},
|
||||
breadcrumb: {
|
||||
|
||||
Reference in New Issue
Block a user