AV: catch home-page/page.tsx own metadata + H1 + NewsletterSignup heading + marketplace title (layout-level sweep missed these per-page overrides)

This commit is contained in:
2026-06-02 23:04:18 +00:00
parent b96c424476
commit 3dbe7545d8
3 changed files with 9 additions and 9 deletions

View File

@@ -13,14 +13,14 @@ import SponsorLogoStrip from "@/components/SponsorLogoStrip";
import CompanyMentionsHover from "@/components/CompanyMentionsHover";
export const metadata: Metadata = {
title: 'AV Beat — Broadcast Engineering News & Insights',
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.',
alternates: {
canonical: '/',
},
openGraph: {
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.',
url: '/',
type: 'website',
images: [
@@ -28,14 +28,14 @@ export const metadata: Metadata = {
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',
},
],
},
twitter: {
card: 'summary_large_image',
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'],
},
};
@@ -138,7 +138,7 @@ export default function HomePage() {
{/* H1 Hero Heading */}
<div className="sr-only">
<h1>AV Beat Broadcast Engineering News & Insights</h1>
<h1>AV Beat Pro AV, Live Production & Display Tech News</h1>
</div>
{/* Featured: cinematic hero + 4-up rail below (FeaturedBentoFromDb) */}