import type { Metadata } from 'next'; import './globals.css'; export const metadata: Metadata = { title: 'آرام جان | تمرین تنفسی و مدیتیشن', description: 'لحظهای آرام بگیر، زندگی را حس کن', keywords: ['مدیتیشن فارسی', 'آرامش', 'تمرین تنفسی', 'کاهش استرس', 'ذهنآگاهی', 'مدیتیشن هدایت شده', 'سلامت روان', 'آرام جان'], authors: [{ name: 'آرام جان' }], creator: 'آرام جان', publisher: 'آرام جان', metadataBase: new URL('https://aramland.approagency.ir/'), formatDetection: { email: false, address: false, telephone: false, }, icons: { icon: '/icon.svg', }, alternates: { canonical: '/', languages: { 'fa-IR': '/', }, }, openGraph: { title: 'آرام جان - دستیار آرامش و مدیتیشن فارسی', description: 'اپلیکیشن آرام جان - همراه شما برای رسیدن به آرامش درونی با مدیتیشنهای فارسی و تمرینهای تنفسی', url: 'https://aramland.approagency.ir/', siteName: 'آرام جان', images: [ { url: '/og-image.jpg', width: 1067, height: 600, alt: ' آرام جان - اپلیکیشن مدیتیشن و آرامش - تمرین تنفسی', }, ], locale: 'fa_IR', type: 'website', }, twitter: { card: 'summary_large_image', title: 'آرام جان - تمرین تنفسی و مدیتیشن', description: 'اپلیکیشن آرام جان - همراه شما برای رسیدن به آرامش درونی', images: ['/og-image.jpg'], creator: '@aramland', // Replace with your Twitter handle }, robots: { index: true, follow: true, googleBot: { index: true, follow: true, 'max-video-preview': -1, 'max-image-preview': 'large', 'max-snippet': -1, }, }, verification: { // Add your verification codes here google: 'google-site-verification=HIKgdf_siYdPxbJ2P1792opMprpxci_QjE-quk9kyi8', // From Google Search Console // yandex: 'your-yandex-verification-code', // If targeting Iran/Russia }, }; export default function RootLayout({ children, }: { children: React.ReactNode; }) { return (
{/* Favicon — lotus mark (آرام جان) */} {/* Preload critical resources */} {/* Structured Data for SEO */} {children} ); }