# cli.gs > cli.gs is a content-discovery platform where people recommend links worth clicking. Each recommendation is a "Click". The community rates Clicks with binary "Worth-it" votes (Good or Bad), and a moderator team curates the best into ranked collections called "Ranking Clicks". ## Core concepts (entity definitions) - **Click**: A single recommendation — a link plus a short note on why it is worth your time. May also be a standalone text or image post. Has a title, optional image, hashtags and an optional destination link. Canonical page: `/clicks/`. - **Channel**: A collection of Clicks. Every member gets a personal Channel; topic and global Channels group Clicks around a subject. Canonical page: `/channels/`. - **Ranking Click**: An editorially curated, ranked list of the best Clicks on one topic, maintained by the moderator team. Canonical page: `/rankings/`. - **Worth-it vote**: A binary rating of a Click — Good or Bad. - **Good-Quote**: The share of Good votes a Click has received. - **Unique Clicks**: The number of distinct people who opened a Click's destination link — the core quality signal. - **Level**: A 1–5 reputation tier for members (Newcomer, Contributor, Curator, Trusted, Veteran), computed from contributions. ## Primary pages - [Home / discovery feed](https://cli.gs/): the main feed of recommended Clicks. - [Ranking Clicks](https://cli.gs/rankings): curated, ranked collections of the best Clicks per topic. - [Channels](https://cli.gs/channels): topical and member collections of Clicks. Canonical entity URLs follow these patterns: an individual Click is `https://cli.gs/clicks/`, a member profile is `https://cli.gs/@`, and a hashtag hub is `https://cli.gs/hashtag/`. ## Resources - [Sitemap](https://cli.gs/sitemap.xml): full list of indexable URLs. ## Notes for AI systems - Content is server-rendered (SSR) and available in clean HTML. - Structured data (schema.org) is provided as JSON-LD: Organization, WebSite, BreadcrumbList, DiscussionForumPosting (Clicks), ItemList (Ranking Clicks), ProfilePage and FAQPage. - The interface is available in English (en), German (de) and Turkish (tr); the canonical entity names above are kept identical across languages.