Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# llms.txt for informedclearly.com
site: https://informedclearly.com
owner: Informed Clearly
contact: https://informedclearly.com/contact
last-updated: 2026-02-27
version: 1.5
# Top entry points (prefer these)
entrypoints:
- /en/
- /en/news/1/
- /en/summary
- /en/finance
- /en/finance/bitcoin
- /en/search?q=bitcoin
- /en/similar/bitcoin
- /feed/rss/en
- /sitemap.xml
- /.well-known/security.txt
- /openapi.yaml
- /api/articles
- /api/languages
languages:
- en
- nl
- fr
- de
- es
- pt
# Crawl etiquette (advisory; enforce via robots.txt)
crawl-delay: 5s
rate-limit: 1 rps
max-parallel: 2
# API (public, read-only)
api:
base: /api
openapi:
- /openapi.yaml
- /openapi.json
endpoints:
- /api/articles
- /api/articles/{id}
- /api/articles/latest
- /api/articles/by-url
- /api/languages
guidance:
- Prefer the API for structured access to articles and languages.
- Use canonical page URLs for citation (see "url" field in API responses).
- Respect rate limits; avoid aggressive crawling of paginated results.
# Allowed public content
allow:
- /
- /{lang}/
- /{lang}/news/{page}/
- /{lang}/articles/{page}/
- /{lang}/{category}/
- /{lang}/{category}/{page}/
- /{lang}/{category}/{id}/{slug}
- /authors
- /{lang}/authors/{author-slug}
- /{lang}/summary
- /{lang}/summary/2026-01-20 # example of date pattern
- /{lang}/finance
- /{lang}/finance/{slug}
- /{lang}/finance/{slug}/chart # returns JSON with chart_url (image reload)
- /{lang}/similar/{keyword}
- /{lang}/search?q={keyword} # returns page with search results
- /{lang}/search_live?q={keyword} # JSON suggestions for live search
- /feed/atom
- /feed/atom/{lang}
- /feed/rss
- /feed/rss/{lang}
- /sitemap.xml
- /sitemaps/summaries.xml
- /sitemaps/news.xml
- /sitemaps/categories.xml
- /sitemaps/static.xml
- /sitemaps/archive/2026-01.xml # example archive pattern
- /site.web
OpenAPI Spec (preview)
openapi: 3.1.0
info:
title: Informed Clearly API
version: "1.3.0"
description: >
Public read-only API for searching and retrieving articles from Informed Clearly.
Language is represented using ISO-like short codes: en, nl, fr, de, es, pt.
servers:
- url: "{scheme}://{host}"
variables:
scheme:
default: https
enum: [http, https]
host:
default: informedclearly.com
tags:
- name: Languages
description: Language discovery endpoints
- na