feat(seo): integrate Ayris Tech standard footer backlink badge
This commit is contained in:
+22
-4
@@ -108,10 +108,28 @@ export default function Footer() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Credit */}
|
||||
<a href="https://ayris.tech" target="_blank" rel="noopener noreferrer" className="text-[10px] text-black/25 tracking-[0.05em] hover:text-primary transition-colors uppercase focus-visible:outline-2 focus-visible:outline-primary focus-visible:outline-offset-2 rounded-sm" aria-label="Tasarım ve Yazılım: ayris.tech">
|
||||
created by ayris.tech
|
||||
</a>
|
||||
{/* Credit & SEO Links */}
|
||||
<div className="flex items-center gap-1.5 text-[10px] text-black/25 tracking-[0.05em] uppercase">
|
||||
<span>Created by</span>
|
||||
<a
|
||||
href="https://ayris.tech"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
className="font-medium hover:text-primary transition-colors duration-200 hover:underline underline-offset-4 focus-visible:outline-2 focus-visible:outline-primary focus-visible:outline-offset-2 rounded-sm"
|
||||
aria-label="Tasarım ve Yazılım: Ayris Tech"
|
||||
>
|
||||
Ayris Tech
|
||||
</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>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user