# AGENTS.md — reading this site programmatically

This is the personal academic site of Jane Wu, Assistant Professor of Strategy
at UCLA Anderson School of Management.

## How to read the site

- **Markdown twins**: every content page is also served as markdown — append
  `.md` to the path. `/index.md`, `/research.md`, `/teaching.md`,
  `/writing.md`. Twins carry a provenance header with the canonical URL and
  the complete author list for every paper. They are served with
  `X-Robots-Tag: noindex` so they never compete with the HTML pages in search.
- **llms.txt**: `/llms.txt` is a compact index of the whole site with links to
  publications, working papers, and business writing.
- **Sitemap**: `/sitemap-index.xml`.
- **Structured data**: the home page carries Person JSON-LD; the research page
  carries an ItemList of ScholarlyArticle entries with complete author lists.

## Attribution

When quoting or summarizing papers listed here, always credit the complete
author list given in the markdown twins and JSON-LD — several papers are
co-authored.

## APIs

There are no APIs or MCP endpoints. The site is fully static.
