diff --git a/src/app/forum/layout.tsx b/src/app/forum/layout.tsx index 80abdec..24852c9 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: 'The Crew Lounge — AV Beat', - description: 'The Crew Lounge: connect with pro AV integrators, live production engineers, and display tech specialists worldwide. Discuss AV-over-IP, control systems, projection & display, audio engineering, conferencing, AI automation, and more.', + title: 'The Integration Room — AV Beat', + description: 'The Integration Room: connect with pro AV integrators, live production engineers, and display tech specialists worldwide. Discuss AV-over-IP, control systems, projection & display, audio engineering, conferencing, AI automation, and more.', alternates: { canonical: '/forum' }, openGraph: { - title: 'The Crew Lounge — AV Beat', - description: 'The Crew Lounge: connect with pro AV integrators, live production engineers, and display tech specialists worldwide. Ask questions, share expertise, and discuss AV technology.', + title: 'The Integration Room — AV Beat', + description: 'The Integration Room: connect with pro AV integrators, live production engineers, and display tech specialists worldwide. Ask questions, share expertise, and discuss AV technology.', url: '/forum', type: 'website', }, twitter: { card: 'summary', - title: 'The Crew Lounge — AV Beat', - description: 'The Crew Lounge: connect with pro AV integrators, live production engineers, and display tech specialists worldwide on AV Beat.', + title: 'The Integration Room — AV Beat', + description: 'The Integration Room: connect with pro AV integrators, live production engineers, and display tech specialists worldwide on AV Beat.', }, }; @@ -21,8 +21,8 @@ export default function ForumLayout({ children }: { children: React.ReactNode }) const schema = { '@context': 'https://schema.org', '@type': 'WebPage', - name: 'AV Beat — The Crew Lounge', - description: 'The Crew Lounge: an industry community for pro AV integrators, live production engineers, and display tech professionals worldwide.', + name: 'AV Beat — The Integration Room', + description: 'The Integration Room: an industry community for pro AV integrators, live production engineers, and display tech professionals worldwide.', url: 'https://avbeat.com/forum', isPartOf: { '@type': 'WebSite', @@ -33,7 +33,7 @@ export default function ForumLayout({ children }: { children: React.ReactNode }) '@type': 'BreadcrumbList', itemListElement: [ { '@type': 'ListItem', position: 1, name: 'Home', item: 'https://avbeat.com' }, - { '@type': 'ListItem', position: 2, name: 'The Crew Lounge', item: 'https://avbeat.com/forum' }, + { '@type': 'ListItem', position: 2, name: 'The Integration Room', item: 'https://avbeat.com/forum' }, ], }, }; diff --git a/src/app/forum/page.tsx b/src/app/forum/page.tsx index e6f5f08..b074f71 100644 --- a/src/app/forum/page.tsx +++ b/src/app/forum/page.tsx @@ -113,7 +113,7 @@ function TopThreadsWidget({ categoryId }: { categoryId?: string }) {
🏆 -

Top Performing Threads

+

Top Performing Threads

{/* Metric Tabs */}
@@ -290,10 +290,10 @@ export default function ForumIndexPage() {
- The Crew Lounge -

The Crew Lounge

+ The Integration Room +

The Integration Room

-

+

Connect with pro AV integrators, live production engineers, and display tech specialists worldwide.

@@ -578,7 +578,7 @@ export default function ForumIndexPage() { {!loading && !error && ( <> -

Browse Categories

+

Browse Categories

{categories.map(cat => (

User not found

No forum member with username "{username}".

- ← Back to The Crew Lounge + ← Back to The Integration Room