# SEO & Structured Data ## StructuredData.astro Generic JSON-LD renderer — copy verbatim: ```astro --- interface Props { data: Record; } const { data } = Astro.props; ---