seo: unify domain to aramejan.com; real logo, favicon, og-image; assetlinks; fix canonical/sitemap/robots
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ function BlogSection() {
|
||||
{
|
||||
title: "تمرین تنفسی برای کاهش استرس",
|
||||
subtitle: "تکنیکهای ساده تنفسی برای کاهش فوری استرس و اضطراب",
|
||||
link: "https://aaramland.ir/blog/tmryn-tnfsy-bry-khhsh-strs.html",
|
||||
link: "https://aramejan.com/blog/tmryn-tnfsy-bry-khhsh-strs.html",
|
||||
readTime: "۵ دقیقه",
|
||||
date: "۱۴۰۴/۱/۱۵",
|
||||
category: "سلامت روان",
|
||||
@@ -19,7 +19,7 @@ function BlogSection() {
|
||||
{
|
||||
title: "مدیتیشن چیست و چگونه شروع کنیم؟",
|
||||
subtitle: "راهنمای کامل برای شناخت مدیتیشن و شروع این سفر زیبا",
|
||||
link: "https://aaramland.ir/blog/mdytyshn-chyh.html",
|
||||
link: "https://aramejan.com/blog/mdytyshn-chyh.html",
|
||||
readTime: "۷ دقیقه",
|
||||
date: "۱۴۰۴/۱۰/۱۰",
|
||||
category: "آموزش",
|
||||
@@ -29,7 +29,7 @@ function BlogSection() {
|
||||
{
|
||||
title: "مدیتیشن چیست و چگونه زندگیات را متحول میکند؟",
|
||||
subtitle: "راهنمای کامل برای شناخت انواع مدیتیشن",
|
||||
link: "https://aaramland.ir/blog/khls-shdn-z-strs-b-arm-lnd.html",
|
||||
link: "https://aramejan.com/blog/khls-shdn-z-strs-b-arm-lnd.html",
|
||||
readTime: "۸ دقیقه",
|
||||
date: "۱۴۰۴/۱۰/۰۵",
|
||||
category: "تحول شخصی",
|
||||
@@ -113,7 +113,7 @@ function BlogSection() {
|
||||
{/* View All Button */}
|
||||
<div className="text-center">
|
||||
<Link
|
||||
href="https://aaramland.ir/blog/"
|
||||
href="https://aramejan.com/blog/"
|
||||
className="inline-flex items-center gap-2 bg-gradient-to-r from-primary-500 to-primary-600 text-white font-medium py-3 px-8 rounded-2xl hover:shadow-lg transition-all duration-300 transform hover:scale-105 group"
|
||||
>
|
||||
<span>مشاهده همه مقالات</span>
|
||||
|
||||
@@ -26,7 +26,7 @@ function DownloadSection() {
|
||||
icon: './images/appstore.png',
|
||||
title: "وب سایت",
|
||||
description: "نسخه وب برای تمام دستگاهها",
|
||||
link: 'https://aaramland.ir/web/',
|
||||
link: 'https://aramejan.com/web/',
|
||||
badge: "",
|
||||
gradient: "from-primary-500/10 to-primary-600/10",
|
||||
animation: "animate-slideInRight delay-300",
|
||||
|
||||
@@ -40,7 +40,7 @@ function Header() {
|
||||
key={item.id}
|
||||
onClick={() => {
|
||||
if (item.id === 'blog') {
|
||||
window.open('https://aramland.approagency.ir/blog/', '_self');
|
||||
window.open('https://aramejan.com/blog/', '_self');
|
||||
} else {
|
||||
handleNavClick(item.id);
|
||||
}
|
||||
@@ -85,7 +85,7 @@ function Header() {
|
||||
key={item.id}
|
||||
onClick={() => {
|
||||
if (item.id === 'blog') {
|
||||
window.open('https://aramland.approagency.ir/blog/', '_self');
|
||||
window.open('https://aramejan.com/blog/', '_self');
|
||||
} else {
|
||||
handleNavClick(item.id);
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ export function SEOHead({
|
||||
canonical,
|
||||
ogImage = ''
|
||||
}) {
|
||||
const siteUrl = 'https://aramland.approagency.ir/';
|
||||
const siteUrl = 'https://aramejan.com';
|
||||
|
||||
return (
|
||||
<>
|
||||
@@ -19,14 +19,14 @@ export function SEOHead({
|
||||
<meta property="og:title" content={title} />
|
||||
<meta property="og:description" content={description} />
|
||||
<meta property="og:url" content={`${siteUrl}${canonical}`} />
|
||||
<meta property="og:image" content={ogImage || `${siteUrl}og-image.jpg`} />
|
||||
<meta property="og:image" content={ogImage || `${siteUrl}/og-image.jpg`} />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="fa_IR" />
|
||||
|
||||
{/* Twitter */}
|
||||
<meta name="twitter:title" content={title} />
|
||||
<meta name="twitter:description" content={description} />
|
||||
<meta name="twitter:image" content={ogImage || `${siteUrl}og-image.jpg`} />
|
||||
<meta name="twitter:image" content={ogImage || `${siteUrl}/og-image.jpg`} />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user