diff --git a/src/app/advertise/page.tsx b/src/app/advertise/page.tsx index 944a614..988d407 100644 --- a/src/app/advertise/page.tsx +++ b/src/app/advertise/page.tsx @@ -49,7 +49,7 @@ export default function AdvertisePage() { Advertise

Reach Broadcast Engineering Professionals

- AV Beat is the leading digital platform for broadcast engineering professionals. Connect your brand with decision-makers, engineers, and executives across the broadcast industry. + AV Beat is the leading digital platform for pro AV, live production, and display tech professionals. Connect your brand with decision-makers, integrators, and executives across the pro AV industry.

AV Beat Newsletter

You're in

-

Thanks for subscribing to AV Beat — the digital platform for broadcast engineering professionals.

+

Thanks for subscribing to AV Beat — the digital platform for pro AV, live production, and display tech professionals.

${topicsBlock} diff --git a/src/app/api/newsletter/subscribers/route.ts b/src/app/api/newsletter/subscribers/route.ts index f9601c8..5af4f15 100644 --- a/src/app/api/newsletter/subscribers/route.ts +++ b/src/app/api/newsletter/subscribers/route.ts @@ -141,7 +141,7 @@ export async function POST(req: NextRequest) {

AV Beat

-

News & Intelligence for Broadcast, Post-Production & Streaming Technology

+

News & Intelligence for Pro AV, Live Production & Display Tech

diff --git a/src/app/forum/layout.tsx b/src/app/forum/layout.tsx index 9c29826..735cc3c 100644 --- a/src/app/forum/layout.tsx +++ b/src/app/forum/layout.tsx @@ -2,18 +2,18 @@ import type { Metadata } from 'next'; export const metadata: Metadata = { title: 'The Crew Lounge — AV Beat', - description: 'The Crew Lounge: connect with broadcast, motion picture and post production professionals worldwide. Discuss live production, IP workflows, streaming, audio, cameras, AI automation, and more.', + 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.', alternates: { canonical: '/forum' }, openGraph: { title: 'The Crew Lounge — AV Beat', - description: 'The Crew Lounge: connect with broadcast, motion picture and post production professionals worldwide. Ask questions, share expertise, and discuss broadcast technology.', + 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.', url: '/forum', type: 'website', }, twitter: { card: 'summary', title: 'The Crew Lounge — AV Beat', - description: 'The Crew Lounge: connect with broadcast, motion picture and post production professionals worldwide on AV Beat.', + description: 'The Crew Lounge: connect with pro AV integrators, live production engineers, and display tech specialists worldwide on AV Beat.', }, }; diff --git a/src/app/forum/page.tsx b/src/app/forum/page.tsx index 6216291..fb6d35e 100644 --- a/src/app/forum/page.tsx +++ b/src/app/forum/page.tsx @@ -294,7 +294,7 @@ export default function ForumIndexPage() {

The Crew Lounge

- Connect with broadcast, motion picture, and post production pros worldwide. + Connect with pro AV integrators, live production engineers, and display tech specialists worldwide.

diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 70ef315..b7f00ad 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -34,8 +34,8 @@ export const viewport: Viewport = { export const metadata: Metadata = { metadataBase: new URL(process.env.NEXT_PUBLIC_SITE_URL || 'http://localhost:3000'), - title: 'AV Beat — Broadcast Engineering News & Insights', - description: 'The digital platform for broadcast engineering professionals. Breaking news, deep-dive features, and industry spotlights from NAB to IBC and beyond.', + title: 'AV Beat — Pro AV, Live Production & Display Tech News', + description: 'The digital platform for pro AV, live production, and display tech professionals. Breaking news, deep-dive features, and industry spotlights from InfoComm to ISE and beyond.', icons: { icon: [ { url: '/favicon.ico', type: 'image/x-icon', sizes: 'any' }, @@ -59,14 +59,14 @@ export const metadata: Metadata = { locale: 'en_US', url: '/', siteName: 'AV Beat', - title: 'AV Beat — Broadcast News', - description: 'Breaking news and insights for broadcast engineering professionals.', + title: 'AV Beat — Pro AV, Live Production & Display Tech', + description: 'Breaking news and insights for pro AV, live production, and display tech professionals.', images: [ { url: '/assets/images/og-image.png', width: 1200, height: 630, - alt: 'AV Beat — Broadcast Engineering News & Insights', + alt: 'AV Beat — Pro AV, Live Production & Display Tech News', type: 'image/png' }] @@ -75,8 +75,8 @@ export const metadata: Metadata = { card: 'summary_large_image', site: '@AV Beat', creator: '@AV Beat', - title: 'AV Beat — Broadcast News', - description: 'Breaking news and insights for broadcast engineering professionals.', + title: 'AV Beat — Pro AV, Live Production & Display Tech', + description: 'Breaking news and insights for pro AV, live production, and display tech professionals.', images: ['/assets/images/og-image.png'] }, robots: { @@ -125,7 +125,7 @@ export default function RootLayout({ name: 'AV Beat', url: 'https://avbeat.com', logo: "https://avbeat.com/assets/images/logo.svg", - description: 'The digital platform for broadcast engineering professionals. Breaking news, deep-dive features, and industry spotlights from NAB to IBC and beyond.', + description: 'The digital platform for pro AV, live production, and display tech professionals. Breaking news, deep-dive features, and industry spotlights from InfoComm to ISE and beyond.', sameAs: [ 'https://linkedin.com', 'https://twitter.com', diff --git a/src/app/marketplace/page.tsx b/src/app/marketplace/page.tsx index e02c749..f8ec93e 100644 --- a/src/app/marketplace/page.tsx +++ b/src/app/marketplace/page.tsx @@ -43,7 +43,7 @@ export default function MarketplacePage() {

Find crew, hire vendors, post jobs, and land gigs — all in one place built by - broadcast professionals, for broadcast professionals. + pro AV professionals, for pro AV professionals.

Find Talent

- Search our directory of verified broadcast professionals and production vendors. + Search our directory of verified pro AV integrators, live production engineers, and display tech vendors. Filter by location, specialty, rate, and union status.

Post Jobs & Gigs

Post full-time positions or short-term crew calls. Reach thousands of qualified - broadcast professionals instantly. + pro AV professionals instantly.

Stay Updated

- Get the latest broadcast engineering news delivered to your inbox. + Get the latest pro AV industry news delivered to your inbox.

AV Beat ${SITE_URL} - News & Intelligence for Broadcast, Post-Production & Streaming Technology + News & Intelligence for Pro AV, Live Production & Display Tech en-us ${new Date().toUTCString()} ${items} diff --git a/src/app/search/page.tsx b/src/app/search/page.tsx index 09abd7a..2630157 100644 --- a/src/app/search/page.tsx +++ b/src/app/search/page.tsx @@ -13,7 +13,7 @@ export const revalidate = 60; export const metadata: Metadata = { title: "Search — AV Beat", description: - "Search AV Beat for broadcast engineering news, gear reviews, show coverage, and technology insights.", + "Search AV Beat for pro AV news, gear reviews, show coverage, and live-production technology insights.", alternates: { canonical: "/search" }, }; diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 3062b8b..278c5be 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -114,9 +114,9 @@ export default function Footer() { + width={260} + height={36} + className="h-9 w-auto object-contain" />
diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 1b8328a..4bf1acd 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -265,10 +265,10 @@ export default function Header() { @@ -418,7 +418,7 @@ export default function Header() {

- News & Intelligence for Broadcast, Post-Production & Streaming Technology + News & Intelligence for Pro AV, Live Production & Display Tech