For Developers & AI Agents

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.

Available resources

llms.txt

/llms.txt

Curated map of the site for LLMs and agents.

curl -s https://fridaruh.com/llms.txt

sitemap.xml

/sitemap.xml

Standard XML sitemap of every page.

curl -s https://fridaruh.com/sitemap.xml

robots.txt

/robots.txt

Crawl rules for bots and AI crawlers.

curl -s https://fridaruh.com/robots.txt

Homepage as Markdown

/

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/

JSON-LD (structured data)

/

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"

Verifying route behavior

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-exist

Questions or feedback about these endpoints? Reach out at i.am@fridaruh.com.