The SSR server provides a Markdown "mirror" of every rendered page under the same URL with an added .md suffix (for example, /en/home → /en/home.md).
These mirrors are intended for machine consumers, such as search crawlers and large language models (LLMs).
Append .md to any page path.
The mirror renders the same page and returns its main content converted to Markdown with Content-Type: text/markdown; charset=UTF-8.
Each HTML page also advertises its mirror through a Link: </en/home.md>; rel="alternate"; type="text/markdown" response header.
Only the main content of the page (<main id="main-content">) is converted.
Page chrome such as header, footer, navigation, scripts, forms, and other interactive, non-content, or screen-reader-only UI elements is stripped.
The specific conversion rules and PWA-specific tweaks are described in src/ssr/html-to-markdown.ts.
The conversion is implemented using Turndown and runs in plain Node.js without a browser DOM.
The .md route is registered in server.ts.
No configuration is required; mirrors are available whenever SSR is running.
Mirrors follow the same caching behavior as regular pages.
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Website, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.