https://github.com/crwlrsoft/schema-org
Extract schema.org objects from HTML documents
https://github.com/crwlrsoft/schema-org
json-ld schema schema-org structured-data
Last synced: 5 months ago
JSON representation
Extract schema.org objects from HTML documents
- Host: GitHub
- URL: https://github.com/crwlrsoft/schema-org
- Owner: crwlrsoft
- License: mit
- Created: 2022-09-21T23:06:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T18:42:27.000Z (9 months ago)
- Last Synced: 2025-01-10T19:38:58.389Z (9 months ago)
- Topics: json-ld, schema, schema-org, structured-data
- Language: PHP
- Homepage:
- Size: 42 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# schema.org Structured Data Extraction
This library helps to extract schema.org structured data in JSON-LD format from HTML documents.
It tries to find JavaScript tags in HTML containing JSON-LD objects, getting the data and populating instances of the equivalent classes from [spatie's schema-org package](https://github.com/spatie/schema-org). Shout-out to the awesome guys at spatie!## Documentation
You can find the documentation at [crwlr.software](https://www.crwlr.software/packages/schema-org/getting-started).
## Contributing
If you consider contributing something to this package, read the [contribution guide (CONTRIBUTING.md)](CONTRIBUTING.md).