feat: add standard Ayris Tech footer backlink badge with SEO indexable layer
This commit is contained in:
+17
-7
@@ -105,20 +105,30 @@ export function Footer() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="pt-12 border-t border-outline-variant/10 flex flex-col md:flex-row justify-between items-center gap-8">
|
<div className="pt-12 border-t border-outline-variant/10 flex flex-col sm:flex-row justify-between items-center gap-4 text-xs text-on-surface-variant">
|
||||||
<p className="text-on-surface-variant text-[10px] uppercase tracking-widest font-bold">
|
<p className="text-on-surface-variant text-xs">
|
||||||
© {new Date().getFullYear()} {siteConfig.name}. Tüm hakları saklıdır.
|
© {new Date().getFullYear()} {siteConfig.name}. Tüm Hakları Saklıdır.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-1.5">
|
||||||
<span className="text-on-surface-variant text-[8px] uppercase tracking-[0.3em] opacity-40">Created By</span>
|
<span className="opacity-75">Created by</span>
|
||||||
<a
|
<a
|
||||||
href="https://ayris.tech"
|
href="https://ayris.tech"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="text-white hover:text-primary text-[10px] font-black uppercase tracking-[0.4em] transition-all"
|
rel="noopener"
|
||||||
|
className="font-medium text-white hover:text-primary transition-colors duration-200 hover:underline underline-offset-4"
|
||||||
>
|
>
|
||||||
AYRISTECH
|
Ayris Tech
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
{/* Google Bot & Arama Motoru İndeksleme Katmanı (Görünmez / Screen-Reader Safe) */}
|
||||||
|
<span className="sr-only">
|
||||||
|
Legal AI & Solutions:
|
||||||
|
<a href="https://ayris.legal" rel="noopener">AyrisLegal</a>,
|
||||||
|
<a href="https://ayrislegal.com" rel="noopener">Ayris Legal AI</a>
|
||||||
|
The best local spots, hidden from plain sight. Marmaris Local
|
||||||
|
<a href="https://marmarislocal.com" rel="noopener">Marmaris Local</a>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user