forum: sync metadata + schema.org with the new Industry Forum branding
Updates the forum's <head> SEO/social metadata to match the visible header. Old "Community Forum" / "broadcast engineering professionals" copy was leaking into Google + LinkedIn / Twitter Card previews after yesterday's visible-text rebrand. - metadata.title, openGraph.title, twitter.title: Community → Industry Forum - All four description strings broadened to "broadcast, motion picture and post production professionals worldwide" - Schema.org WebPage name + description aligned Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,19 +1,19 @@
|
|||||||
import type { Metadata } from 'next';
|
import type { Metadata } from 'next';
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Community Forum — Broadcast Beat',
|
title: 'Industry Forum — Broadcast Beat',
|
||||||
description: 'Connect with broadcast engineering professionals. Discuss live production, IP workflows, streaming, audio, cameras, AI automation, and more.',
|
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' },
|
alternates: { canonical: '/forum' },
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: 'Community Forum — Broadcast Beat',
|
title: 'Industry Forum — Broadcast Beat',
|
||||||
description: 'Connect with broadcast engineering professionals. Ask questions, share expertise, and discuss broadcast technology.',
|
description: 'Connect with broadcast, motion picture and post production professionals worldwide. Ask questions, share expertise, and discuss broadcast technology.',
|
||||||
url: '/forum',
|
url: '/forum',
|
||||||
type: 'website',
|
type: 'website',
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: 'summary',
|
card: 'summary',
|
||||||
title: 'Community Forum — Broadcast Beat',
|
title: 'Industry Forum — Broadcast Beat',
|
||||||
description: 'Connect with broadcast engineering professionals on 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 = {
|
const schema = {
|
||||||
'@context': 'https://schema.org',
|
'@context': 'https://schema.org',
|
||||||
'@type': 'WebPage',
|
'@type': 'WebPage',
|
||||||
name: 'Broadcast Beat Community Forum',
|
name: 'Broadcast Beat Industry Forum',
|
||||||
description: 'Community forum for broadcast engineering professionals.',
|
description: 'Industry forum for broadcast, motion picture and post production professionals worldwide.',
|
||||||
url: 'https://broadcastb5322.builtwithrocket.new/forum',
|
url: 'https://broadcastb5322.builtwithrocket.new/forum',
|
||||||
isPartOf: {
|
isPartOf: {
|
||||||
'@type': 'WebSite',
|
'@type': 'WebSite',
|
||||||
|
|||||||
Reference in New Issue
Block a user