A link tree is a link of kindDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/org-quicko/linq/llms.txt
Use this file to discover all available pages before exploring further.
tree that serves a hosted HTML page instead of issuing a redirect. When a visitor lands on its short URL, linq renders the page directly — displaying a title, description, optional image, and an ordered list of items, each pointing to another link on the same domain. Link trees are the linq equivalent of social-media profile link pages (like Linktree or Carrd), but self-hosted on your own domain with no third-party dependency.
Tree Links vs Redirect Links
- Redirect link
- Tree link
A
redirect link has a destination URL. Visiting the short URL produces an HTTP 302 to that destination. A redirect link may carry conditional rules to vary its destination per visitor. The visitor never sees a linq-hosted page.https://<domain>/<slug>. Only what happens on arrival differs.
Items
Each item on a tree page is an ordered entry with:- A label — the visible text shown to the visitor.
- A target link — another link that lives on the same domain as the tree. The target can be any active redirect link on that domain. Clicking the item follows the target link’s own redirect, including any rules.
Target links must belong to the same domain as the tree link. You cannot mix links from different domains on a single tree page.
QR Codes
Tree links support the same QR code generation as redirect links. A QR code for a tree link encodes the tree’s own short URL (https://<domain>/<slug>), which always resolves to the hosted page. You can generate multiple QR codes per tree link, each with its own color scheme and dot/corner pattern.
OG Metadata and Social Sharing
When a link-preview crawler (Slack, iMessage, Twitter) hits the tree’s short URL, linq detects the crawler’s User-Agent and serves the same hosted HTML page — which already carries the correct Open Graph tags in its<head>. No separate OG-preview logic is needed; the tree page is the canonical response for all visitors, human and bot alike.
Link Lifecycle
Tree links follow the same active → archived → purged lifecycle as redirect links. Archiving a tree link stops the hosted page from being served. Purging destroys the link row, releases the slug, and destroys all associated visit records permanently. Archiving and purging require anadmin-role API key.