# JsonLd

Publish structured data in the document head. Food for search engines and web crawlers.

## Notes

- Only publish intentional data that should be public. Don't accidentally leak your database passwords here.
- Non-serializable input should fail fast rather than silently degrade.



## Example

```astro
<JsonLd jsonld={profileSchema} />
```
