Docs

Reference notes for this test fixture. These pages exist mainly to add prose-heavy HTML content and an HTML table to the crawl surface.

Site map

PathContent typePurpose
/text/htmlLanding page
/about/text/htmlAuthorization statement
/docs/text/htmlThis page
/blog/text/htmlPost index
/blog/post-1-...htmltext/htmlSample post
/blog/post-2-...htmltext/htmlSample post
/products/text/htmlPlaceholder catalog
/contact/text/htmlGET form, no backend
/contact/thanks/text/htmlStatic form target
/assets/css/site.csstext/cssStylesheet
/assets/js/app.jsapplication/javascriptNav toggle + status fetch
/assets/img/*.svgimage/svg+xmlInline-drawn icons
/api/status.jsonapplication/jsonStatic status document
/api/products.jsonapplication/jsonStatic product list
/api/items/1.jsonapplication/jsonStatic item detail
/data/sample.csvtext/csvSample tabular data
/robots.txttext/plainCrawl policy
/sitemap.xmlapplication/xmlURL list

Design notes

Every page shares the same header/footer navigation so a crawler following links reaches the full site from any entry point. The /assets/js/app.js script issues one small same-origin fetch() to /api/status.json on every page load — a harmless XHR signal, not tracking. No third-party scripts, fonts, or analytics are loaded from any external origin.