fridaruh.com is Frida Ruh's personal site: portfolio, AI workshops, and community. This page documents the machine-readable resources available on the site, meant for crawlers, LLMs, and autonomous agents that want to reliably index or cite this content.
/llms.txtCurated map of the site for LLMs and agents.
curl -s https://fridaruh.com/llms.txt/sitemap.xmlStandard XML sitemap of every page.
curl -s https://fridaruh.com/sitemap.xml/robots.txtCrawl rules for bots and AI crawlers.
curl -s https://fridaruh.com/robots.txt/The homepage supports content negotiation: send Accept: text/markdown to get a plain-text Markdown version instead of HTML.
curl -s -H "Accept: text/markdown" https://fridaruh.com//The homepage includes a Person/Organization JSON-LD block in <head> for programmatic identity parsing.
curl -s https://fridaruh.com/ | grep -A 20 "application/ld+json"Nonexistent paths return a real 404 (not a 200 with the app shell):
curl -s -o /dev/null -w "%{http_code}" https://fridaruh.com/some-path-that-does-not-existQuestions or feedback about these endpoints? Reach out at i.am@fridaruh.com.