Article Discovery for hanginginvestments.com

hanginginvestments.com is an educational resource about art collecting, displaying, protecting, and investing, written for beginners and experienced collectors alike.

Finding articles

Two machine-readable indexes list every article:

  1. llms.txt — a curated markdown index with article titles, URLs (as .md links), and summaries:

    curl https://hanginginvestments.com/llms.txt
    
  2. sitemap.xml — the complete list of public URLs:

    curl https://hanginginvestments.com/sitemap.xml
    

Topic tag pages (for example /ai-art/, /displaying/, /pricing/) group related articles and are also available in markdown at the same path with a .md suffix.

Fetching a specific article

Once you have a URL, fetch the article as markdown with Accept: text/markdown or by appending .md to the path. See the markdown-content skill in this index for details.