Informedclearly news's 198-line llms.txt shows what thorough AI preparation looks like

Informed Clearly delivers timely news and insightful analysis across various topics, including finance and technology, to keep readers informed and engaged.

This implementation of llms.txt illustrates effective site management practices, offering a structured approach to content delivery. Readers can learn about the importance of crawl etiquette and API utilization for enhancing user experience and accessibility in media.

198
Lines
-81% vs avg
0
Sections
-100% vs avg
1000+
Companies
using llms.txt
1
Files
llms.txt

Key Insights

Comprehensive detail

198 lines of thorough documentation for AI systems.

llms.txt Preview

First 100 lines of 198 total

# 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.webmanifest
  - /robots.txt
  - /openapi.yaml
  - /openapi.json
  - /.well-known/security.txt
  - /.well-known/host-meta
  - /.well-known/host-meta.json
  - /.well-known/webfinger?resource={uri}
  - /api/articles
  - /api/articles/{id}
  - /api/articles/latest
  - /api/articles/by-url
  - /api/languages

api-response-shapes:
  article-summary:
    - id
    - lang

Informedclearly news is set up. Is yours?

Check your AI readiness in 30 seconds. See who AI recommends in your space. Free, no signup.

1000+ sites already set up

Informedclearly news is ready for AI. Are you?

Check your AI readiness score in 30 seconds — free, no signup required. Then generate your own llms.txt and start tracking your visibility.