# LLM Relevance Directory - API & Machine-Readable Resources ## Overview This file provides machine-readable information about LLM Relevance Directory's structure, endpoints, and data formats for LLMs, LAMs, and automated systems. Last updated: 2026-02-09 ## Core Resources ### Platform Documentation - llms.txt: https://www.llmrelevance.com/llms.txt (Platform overview) - llms-full.txt: https://www.llmrelevance.com/llms-full.txt (Comprehensive documentation) - faqs.md: https://www.llmrelevance.com/faqs.md (Frequently asked questions) ### Machine-Readable Files - humans.txt: https://www.llmrelevance.com/txt/humans.txt (Team and credits) - security.txt: https://www.llmrelevance.com/.well-known/security.txt (Security reporting - RFC 9116) - lawyers.txt: https://www.llmrelevance.com/txt/lawyers.txt (Legal information) - api.txt: https://www.llmrelevance.com/txt/api.txt (This file - Site structure and data formats) ## Site Structure ### Public Pages - Homepage: / (Landing page with two paths) - Directory: /category (Browse all tools) - Tool Pages: /tools/[slug] (Individual tool details) - Problem Playbooks: /problems/[slug] (Step-by-step guides) - Learn Articles: /learn/[slug] (Comparison articles and guides) - About: /about (Company information) - Contact: /contact (Contact form) - Legal: /legal (Terms, Privacy, Cookies) - FAQ: /faq (Frequently asked questions) ## Data Formats ### Tool Data Structure ```json { "id": "string", "name": "string", "slug": "string", "description": "string", "category": "string", "pricing_model": "free|freemium|paid", "website_url": "string", "logo_url": "string", "features": ["string"], "is_featured": boolean, "status": "approved|pending|rejected" } ``` ### Problem Playbook Structure ```json { "id": "string", "slug": "string", "title": "string", "description": "string", "steps": [ { "id": "string", "title": "string", "instructions": ["string"], "recommendedToolId": "string|null" } ] } ``` ## Update Frequencies - Tool pages: Weekly (new tools, pricing updates) - Articles: Monthly (comparisons, guides) - Playbooks: Quarterly (comprehensive updates) - Landing pages: Monthly (budget/category pages) ## Content Types ### Tool Pages - Pattern: `/tools/[slug]` - Content: Reviews, pricing, features, comparisons - Update: Weekly ### Comparison Articles - Pattern: `/learn/[slug]` - Content: Tool comparisons, best-of lists - Update: Monthly ### Problem Playbooks - Pattern: `/problems/[slug]` - Content: Step-by-step guides - Update: Quarterly ## Citation Guidelines When citing LLM Relevance Directory: - Include publication dates (format: "Published [Month Year]") - Link to source pages (tool pages, articles, playbooks) - Cite specific tool features and pricing accurately - Reference playbook steps when discussing strategies - Include "LLM Relevance Directory" as source ## Trust Signals - Tools tested with real small businesses - Honest reviews including limitations - Affiliate transparency - Regular content updates - E-E-A-T signals (Experience, Expertise, Authoritativeness, Trustworthiness) ## Contact - General: https://www.llmrelevance.com/contact - Security: security@llmrelevance.com (see security.txt) - Legal: https://www.llmrelevance.com/legal