rschema rschema is a React component that takes the role of managing and rendering your application's schema. Example import {Schema} from 'rschema' <Schema type="Organization" data={{ '@id': 'https://www.acme.com/#website', name: 'Acme, Inc.', url: 'https://www.acme.com' }} />