feat: logo
This commit is contained in:
+18
-19
@@ -2,12 +2,12 @@ import type { Metadata } from 'next';
|
||||
import './globals.css';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'آرام لند | تمرین تنفسی و مدیتیشن',
|
||||
title: 'آرام جان | تمرین تنفسی و مدیتیشن',
|
||||
description: 'لحظهای آرام بگیر، زندگی را حس کن',
|
||||
keywords: ['مدیتیشن فارسی', 'آرامش', 'تمرین تنفسی', 'کاهش استرس', 'ذهنآگاهی', 'مدیتیشن هدایت شده', 'سلامت روان', 'آرام لند'],
|
||||
authors: [{ name: 'آرام لند' }],
|
||||
creator: 'آرام لند',
|
||||
publisher: 'آرام لند',
|
||||
keywords: ['مدیتیشن فارسی', 'آرامش', 'تمرین تنفسی', 'کاهش استرس', 'ذهنآگاهی', 'مدیتیشن هدایت شده', 'سلامت روان', 'آرام جان'],
|
||||
authors: [{ name: 'آرام جان' }],
|
||||
creator: 'آرام جان',
|
||||
publisher: 'آرام جان',
|
||||
metadataBase: new URL('https://aramland.approagency.ir/'),
|
||||
formatDetection: {
|
||||
email: false,
|
||||
@@ -15,7 +15,7 @@ export const metadata: Metadata = {
|
||||
telephone: false,
|
||||
},
|
||||
icons: {
|
||||
icon: '/favicon.png',
|
||||
icon: '/icon.svg',
|
||||
},
|
||||
alternates: {
|
||||
canonical: '/',
|
||||
@@ -24,16 +24,16 @@ export const metadata: Metadata = {
|
||||
},
|
||||
},
|
||||
openGraph: {
|
||||
title: 'آرام لند - دستیار آرامش و مدیتیشن فارسی',
|
||||
description: 'اپلیکیشن آرام لند - همراه شما برای رسیدن به آرامش درونی با مدیتیشنهای فارسی و تمرینهای تنفسی',
|
||||
title: 'آرام جان - دستیار آرامش و مدیتیشن فارسی',
|
||||
description: 'اپلیکیشن آرام جان - همراه شما برای رسیدن به آرامش درونی با مدیتیشنهای فارسی و تمرینهای تنفسی',
|
||||
url: 'https://aramland.approagency.ir/',
|
||||
siteName: 'آرام لند',
|
||||
siteName: 'آرام جان',
|
||||
images: [
|
||||
{
|
||||
url: '/og-image.png', // Create this image (1200x630px)
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: ' آرام لند - اپلیکیشن مدیتیشن و آرامش - تمرین تنفسی',
|
||||
alt: ' آرام جان - اپلیکیشن مدیتیشن و آرامش - تمرین تنفسی',
|
||||
},
|
||||
],
|
||||
|
||||
@@ -43,8 +43,8 @@ export const metadata: Metadata = {
|
||||
|
||||
twitter: {
|
||||
card: 'summary_large_image',
|
||||
title: 'آرام لند - تمرین تنفسی و مدیتیشن',
|
||||
description: 'اپلیکیشن آرام لند - همراه شما برای رسیدن به آرامش درونی',
|
||||
title: 'آرام جان - تمرین تنفسی و مدیتیشن',
|
||||
description: 'اپلیکیشن آرام جان - همراه شما برای رسیدن به آرامش درونی',
|
||||
images: ['/og-image.png'],
|
||||
creator: '@aramland', // Replace with your Twitter handle
|
||||
},
|
||||
@@ -78,10 +78,9 @@ export default function RootLayout({
|
||||
name="google-site-verification"
|
||||
content="HIKgdf_siYdPxbJ2P1792opMprpxci_QjE-quk9kyi8"
|
||||
/>
|
||||
{/* Favicon */}
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
<link rel="icon" href="/icon?<generated>" type="image/<generated>" sizes="<generated>" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
{/* Favicon — lotus mark (آرام جان) */}
|
||||
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
|
||||
<link rel="apple-touch-icon" href="/icon.svg" />
|
||||
|
||||
{/* Preload critical resources */}
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
@@ -99,8 +98,8 @@ export default function RootLayout({
|
||||
"ratingValue": "4.5",
|
||||
"ratingCount": "1000"
|
||||
},
|
||||
"name": "آرام لند",
|
||||
"description": "اپلیکیشن آرام لند - همراه شما برای رسیدن به آرامش درونی با مدیتیشنهای فارسی و تمرینهای تنفسی",
|
||||
"name": "آرام جان",
|
||||
"description": "اپلیکیشن آرام جان - همراه شما برای رسیدن به آرامش درونی با مدیتیشنهای فارسی و تمرینهای تنفسی",
|
||||
"url": "https://aramland.approagency.ir/",
|
||||
"applicationCategory": "HealthApplication",
|
||||
"operatingSystem": "Android, iOS, Web",
|
||||
@@ -111,7 +110,7 @@ export default function RootLayout({
|
||||
},
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "آرام لند"
|
||||
"name": "آرام جان"
|
||||
}
|
||||
})
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user