From 1cb6e3ec01bbdb810e282b268f573cd482c17772 Mon Sep 17 00:00:00 2001 From: Ryan Salazar Date: Tue, 2 Jun 2026 23:05:03 +0000 Subject: [PATCH] =?UTF-8?q?AV=20round=202:=20per-page=20metadata=20on=20/a?= =?UTF-8?q?dvertise=20/about=20/about-team=20/show-coverage=20/gear=20/tec?= =?UTF-8?q?hnology=20/forum=20=E2=80=94=20broadcast=E2=86=92pro=20AV?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/about/page.tsx | 2 +- src/app/about/team/page.tsx | 2 +- src/app/advertise/layout.tsx | 6 +++--- src/app/forum/layout.tsx | 2 +- src/app/gear/page.tsx | 4 ++-- src/app/show-coverage/page.tsx | 2 +- src/app/technology/page.tsx | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8614ee7..ad00f14 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,7 +4,7 @@ import SidebarAdStack from "@/components/SidebarAdStack"; export const metadata = { title: "About AV Beat", - description: "AV Beat is an independent industry publication covering broadcast, production, and post-production technology.", + description: "AV Beat is an independent industry publication covering pro AV, live production, and display tech.", }; export default function AboutPage() { diff --git a/src/app/about/team/page.tsx b/src/app/about/team/page.tsx index 9a51154..808fbcd 100644 --- a/src/app/about/team/page.tsx +++ b/src/app/about/team/page.tsx @@ -9,7 +9,7 @@ export const revalidate = 600; export const metadata = { title: "Our team — AV Beat", - description: "Meet the AV Beat team — editorial staff plus accounts and support, covering broadcast, streaming, and post-production.", + description: "Meet the AV Beat team — editorial staff plus accounts and support, covering pro AV, live production, and display tech.", }; interface Persona { diff --git a/src/app/advertise/layout.tsx b/src/app/advertise/layout.tsx index b8ad3e1..761f064 100644 --- a/src/app/advertise/layout.tsx +++ b/src/app/advertise/layout.tsx @@ -1,12 +1,12 @@ import type { Metadata } from 'next'; export const metadata: Metadata = { - title: 'Advertise With AV Beat — Reach Broadcast Engineering Professionals', - description: 'Advertise with AV Beat to reach broadcast engineers, production professionals, and media technology decision-makers. Display ads, sponsored content, and newsletter placements.', + title: 'Advertise With AV Beat — Reach Pro AV & Live Production Professionals', + description: 'Advertise with AV Beat to reach pro AV integrators, live production engineers, display tech specialists, and media decision-makers. Display ads, sponsored content, and newsletter placements.', alternates: { canonical: '/advertise' }, openGraph: { title: 'Advertise With AV Beat', - description: 'Reach broadcast engineers, production professionals, and media technology decision-makers.', + description: 'Reach pro AV integrators, live production engineers, and display tech decision-makers.', url: '/advertise', type: 'website', }, diff --git a/src/app/forum/layout.tsx b/src/app/forum/layout.tsx index 735cc3c..80abdec 100644 --- a/src/app/forum/layout.tsx +++ b/src/app/forum/layout.tsx @@ -22,7 +22,7 @@ export default function ForumLayout({ children }: { children: React.ReactNode }) '@context': 'https://schema.org', '@type': 'WebPage', name: 'AV Beat — The Crew Lounge', - description: 'The Crew Lounge: an industry community for broadcast, motion picture and post production professionals worldwide.', + description: 'The Crew Lounge: an industry community for pro AV integrators, live production engineers, and display tech professionals worldwide.', url: 'https://avbeat.com/forum', isPartOf: { '@type': 'WebSite', diff --git a/src/app/gear/page.tsx b/src/app/gear/page.tsx index 191d2c6..b6f00d0 100644 --- a/src/app/gear/page.tsx +++ b/src/app/gear/page.tsx @@ -13,11 +13,11 @@ export const revalidate = 1800; export const metadata: Metadata = { title: "Production Gear & Reviews — AV Beat", - description: "In-depth reviews and coverage of broadcast cameras, audio gear, production equipment, and professional media technology.", + description: "In-depth reviews and coverage of pro AV gear, displays, audio systems, control hardware, and live production equipment.", alternates: { canonical: "/gear" }, openGraph: { title: "Production Gear & Reviews — AV Beat", - description: "In-depth reviews and coverage of broadcast cameras, audio gear, production equipment, and professional media technology.", + description: "In-depth reviews and coverage of pro AV gear, displays, audio systems, control hardware, and live production equipment.", url: "/gear", type: "website", }, diff --git a/src/app/show-coverage/page.tsx b/src/app/show-coverage/page.tsx index 67ce2c6..3c630bd 100644 --- a/src/app/show-coverage/page.tsx +++ b/src/app/show-coverage/page.tsx @@ -148,5 +148,5 @@ function EventCard({ e }: { e: Row }) { export const metadata = { title: "Industry Show Coverage — events tracked by AV Beat", - description: "All upcoming and past broadcast / production industry events tracked by AV Beat, with linked coverage.", + description: "All upcoming and past pro AV / live production industry events tracked by AV Beat, with linked coverage.", }; diff --git a/src/app/technology/page.tsx b/src/app/technology/page.tsx index 8be59af..d701696 100644 --- a/src/app/technology/page.tsx +++ b/src/app/technology/page.tsx @@ -18,12 +18,12 @@ const CATEGORY_FILTERS: Record