Skip to content

SEO

React Bricks offers an advanced SEO module.

This module allows you to manage meta tags, Open Graph values, and Twitter Cards. When inviting a new user, you can specify whether they have permission to edit SEO attributes for pages.

For Enterprise plans, we’ve also implemented the full Schema.org model, complete with all schema entities and semantic data. This feature makes React Bricks an excellent tool for SEO optimization, without requiring a SEO expert in the marketing team.

Render Metadata and JsonLd data

  • renderMeta (page: Page) renders the Title, all Meta tags, Open graph values, and Twitter Card values.
  • renderJsonLd (page: Page) renders the JsonLd script with all the Schema.org metadata for the page.
  • getSchemaOrgData (page: Page) returns just the strigified Schema.org data (without the JsonLd script tag). This is used, for example, in Remix starters