import Head from 'next/head'; // --- SEO METADATA & SCHEMA (JSON-LD) FOR GOOGLE --- export const metadata = { title: 'Agedytaccounts - Buy Aged YouTube Channels & Old Accounts', description: 'Looking to buy aged youtube channels and verified aged accounts? Discover premium agedytaccounts with instant delivery, secure checkout, and full history.', keywords: 'agedytaccounts, agedaccounts, buy aged youtube channels, aged accounts, aged channels, aged youtube accounts', alternates: { canonical: 'https://yourdomain.com', }, openGraph: { title: 'Agedytaccounts - Buy Aged YouTube Channels & Accounts', description: 'Get verified aged youtube accounts and old channels instantly.', url: 'https://yourdomain.com', siteName: 'GhaniDigital', type: 'website', }, }; const jsonLd = { '@context': 'https://schema.org', '@type': 'Product', name: 'Aged YouTube Accounts & Channels (AgedAccounts)', image: 'https://yourdomain.com/og-image.jpg', description: 'Trusted platform for agedytaccounts, providing verified old channels and digital assets for marketing.', brand: { '@type': 'Brand', name: 'GhaniDigital' }, offers: { '@type': 'AggregateOffer', priceCurrency: 'USD', lowPrice: '19.00', highPrice: '120.00', offerCount: '3' } }; export default function Page() { return ( <>