Skip to main content

Shell

JsonLd

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

Curated demo

JsonLd works at the document or page shell layer. Its primary effect is part of the current route wiring rather than a visible in-body widget.

Reference

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

  • 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 snippet

<JsonLd jsonld={profileSchema} />