{organization.name}
{organization.description}
This is an isolated implementation test, not the Marsen homepage.
--- // Place this file at src/pages/index.astro in a minimal Astro project. // Place organization.json in the same directory. // On an existing site, update its schema owner instead of adding a second one. import organization from './organization.json'; const jsonLd = JSON.stringify(organization, null, 2) .replace(//g, '\\u003e') .replace(/&/g, '\\u0026'); ---
{organization.description}
This is an isolated implementation test, not the Marsen homepage.