- Ya
- 17 Aprili 2026, 21:10 UTC
- Mwandishi
- Kamo
- Ahadi ya
- 00b8697
Adds a small "Powered by KamoCRM" style footer badge to the three user- facing auth surfaces (login, recover, validate). Since kamo-login is the shared white-label auth app every client's domain serves, this becomes a stable dofollow backlink from thousands of unique URLs across client domains pointing at kamocrm.com — the SEO pattern Shopify, WordPress.com, and Intercom use to build domain authority. Component: **************** Three variants, each with a stable (deterministic, not randomized) destination + anchor text — anchor-text diversity at scale without cloaking risk: - variant="home" "Powered by KamoCRM" -> kamocrm.com/ (login page) - variant="product" "Built on KamoCRM" -> kamocrm.com/product (validate page) - variant="features" "Running on KamoCRM" -> kamocrm.com/features (recover page) Visual design: fixed bottom-right, 12px text, low opacity (~36%) at rest, lifts to 72% on hover with a subtle ↗ glyph appearing. Hidden on viewports below 480px to avoid cluttering mobile auth UX. Uses color-mix against currentColor so it adapts to whatever text color the white-label theme sets, never clashing with client branding. Crawlability: plain <a href>, same-tab navigation (no target="_blank"), no rel="nofollow" (we want the dofollow signal). aria-label provides a descriptive long-tail phrase for screen readers without skewing the visible anchor text ratio. Scope: login (/), recover, and validate only — not error, logout, valid (cookie-debug page), or invoices, per the agreed trade-off between SEO reach and white-label politeness.