diff --git a/src/app/forum/layout.tsx b/src/app/forum/layout.tsx index 0e7152e..35591e7 100644 --- a/src/app/forum/layout.tsx +++ b/src/app/forum/layout.tsx @@ -1,19 +1,19 @@ import type { Metadata } from 'next'; export const metadata: Metadata = { - title: 'Community Forum — Broadcast Beat', - description: 'Connect with broadcast engineering professionals. Discuss live production, IP workflows, streaming, audio, cameras, AI automation, and more.', + title: 'Industry Forum — Broadcast Beat', + description: 'Connect with broadcast, motion picture and post production professionals worldwide. Discuss live production, IP workflows, streaming, audio, cameras, AI automation, and more.', alternates: { canonical: '/forum' }, openGraph: { - title: 'Community Forum — Broadcast Beat', - description: 'Connect with broadcast engineering professionals. Ask questions, share expertise, and discuss broadcast technology.', + title: 'Industry Forum — Broadcast Beat', + description: 'Connect with broadcast, motion picture and post production professionals worldwide. Ask questions, share expertise, and discuss broadcast technology.', url: '/forum', type: 'website', }, twitter: { card: 'summary', - title: 'Community Forum — Broadcast Beat', - description: 'Connect with broadcast engineering professionals on Broadcast Beat.', + title: 'Industry Forum — Broadcast Beat', + description: 'Connect with broadcast, motion picture and post production professionals worldwide on Broadcast Beat.', }, }; @@ -21,8 +21,8 @@ export default function ForumLayout({ children }: { children: React.ReactNode }) const schema = { '@context': 'https://schema.org', '@type': 'WebPage', - name: 'Broadcast Beat Community Forum', - description: 'Community forum for broadcast engineering professionals.', + name: 'Broadcast Beat Industry Forum', + description: 'Industry forum for broadcast, motion picture and post production professionals worldwide.', url: 'https://broadcastb5322.builtwithrocket.new/forum', isPartOf: { '@type': 'WebSite',