Documentation

Welcome to the LCS Reference

The Link Control System (LCS) is a centralized SEO link management and redirect engine designed to permanently decouple published links from their destinations.

Core Principle

When a destination URL changes—due to rebranding, platform migration, or restructuring—backlinks usually break. LCS replaces direct outbound links with controlled redirect links. The published link never changes; only the LCS record needs updating.

Before LCS
Published article → https://partner.com/old-page
With LCS
Published article → https://go.lcs.com/partner-a → https://partner.com/new-page

Technical Architecture

Edge Redirects

Sub-100ms global redirection via Vercel Edge Functions, ensuring zero impact on SEO or UX.

Persistent Storage

High-performance PostgreSQL database hosted on Supabase with Row-Level Security (RLS).

Secure Auth

Enterprise-grade authentication using Google and LinkedIn OAuth via Supabase Auth.

Developer API

Full REST API for programmatic link creation and management within your own workflows.

API Quickstart

POST/api/v1/links
{
  "slug": "my-campaign-link",
  "target_url": "https://dest.com/page",
  "workspace_id": "uuid-here"
}

Note: All API requests require a valid session or API Key in the Authorization header.

Ready to take control?

Start managing your link equity today. Get started for free and never worry about broken backlinks again.

Go to Dashboard