Package Exports
- @seomesh/core
Readme
@seomesh/core
Framework-agnostic JSX tree traversal and JSON-LD builder — the engine behind seo-mesh
Building an app? Use
@seomesh/nextor@seomesh/reactinstead of this package directly.
@seomesh/core is the low-level engine that statically traverses JSX element trees to build schema.org objects.
API
import {
buildSchemaFromNamedProps,
traverseNamedSchemaChildren,
collectRootSchemas,
validateSchema,
validateForAI,
} from '@seomesh/core';License
MIT © Mehmet Can Öztürk