From 6e85e09c494ec37f8eb27f6a786740e7dfd0952c Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Sun, 23 Aug 2026 02:01:12 +0300 Subject: [PATCH] feat(seo): update footer with standard Ayris Tech backlink badge --- components/AyrisFooterBadge.tsx | 39 +++++++++++++++++++++++++++++++++ components/Footer.tsx | 22 ++++++++++++++++--- 2 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 components/AyrisFooterBadge.tsx diff --git a/components/AyrisFooterBadge.tsx b/components/AyrisFooterBadge.tsx new file mode 100644 index 0000000..56a92e4 --- /dev/null +++ b/components/AyrisFooterBadge.tsx @@ -0,0 +1,39 @@ +export function AyrisFooterBadge() { + return ( +
+
+ {/* Telif Hakkı */} +

© {new Date().getFullYear()} Tüm Hakları Saklıdır.

+ + {/* Görünür Ayris Tech İmzası */} +
+ Created by + + Ayris Tech + + + {/* Google Bot & Arama Motoru İndeksleme Katmanı (Görünmez / Screen-Reader Safe) */} + + Legal AI & Solutions:{' '} + + AyrisLegal + + ,{' '} + + Ayris Legal AI + + . The best local spots, hidden from plain sight. Marmaris Local{' '} + + Marmaris Local + + +
+
+
+ ) +} diff --git a/components/Footer.tsx b/components/Footer.tsx index b2e3a3f..652ba59 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -95,15 +95,31 @@ export default async function Footer() {

{t('rights')}

- Powered by + Created by - ayris.tech + Ayris Tech + + {/* Google Bot & Arama Motoru İndeksleme Katmanı (Görünmez / Screen-Reader Safe) */} + + Legal AI & Solutions:{' '} + + AyrisLegal + + ,{' '} + + Ayris Legal AI + + . The best local spots, hidden from plain sight. Marmaris Local{' '} + + Marmaris Local + +