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:
@@ -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) */}
|
||||
|
||||
Reference in New Issue
Block a user