TiloBox
Back to directory
schema-dts project preview

schema-dts

JSON-LD TypeScript definitions for Schema.org vocabulary with strict type validation.

LicenseApache-2.0
GitHub stars1.8k
Last commit1 weeks ago
Tags5 topics
Schema Org JsonldSchema Dts TsGoogle Rich SnippetsStructured Data TypesMarketing
Overview

Why consider schema-dts?

schema-dts is an open-source TypeScript definition package for the Schema.org vocabulary written by Google. schema-dts ensures strict type validation for structured JSON-LD snippets (Products, Organizations, Articles, SoftwareApplications) embedded in web pages.

Guided learning

Learn schema-dts by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of schema-dts

schema-dts writes type-safe Schema.org structured data to unlock Google Rich Snippets in search results.

Quickstart

bash
1npm install schema-dts
typescript
1import { SoftwareApplication, WithContext } from 'schema-dts';
2const schema: WithContext<SoftwareApplication> = {
3 '@context': 'https://schema.org',
4 '@type': 'SoftwareApplication',
5 name: 'TiloBox Accounting',
6 applicationCategory: 'BusinessApplication'
7};

schema-dts is licensed under the Apache License Version 2.0.

Related tools

More options with a similar category or technology profile.

schema-dts FAQs

schema-dts is listed as a Marketing tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

schema-dts is listed under the Apache-2.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

schema-dts is listed as an alternative to Merkle Schema Generator. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.