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:
2026-07-15 09:00:18 +03:30
co-authored by Claude Opus 4.8
parent bf7706fb2d
commit ee81da8f70
7 changed files with 46 additions and 44 deletions
+2 -2
View File
@@ -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);
}