structured-data icon indicating copy to clipboard operation
structured-data copied to clipboard

Microdata, RDFa Lite & JSON-LD structured data reader for PHP

Results 4 structured-data issues
Sort by recently updated
recently updated
newest added

This PR solves a small typo in JsonLDReader class that was preventing to read items with `@type` as Array. ` "@type": ["Offer", "PriceSpecification"]` https://w3c.github.io/json-ld-syntax/#specifying-the-type

An entity with `@itemprop="mainEntity"` is also a top-level entity (the primary entity described in the page), per: https://schema.org/mainEntity If this is not something you want to support in the library,...

PHP 8.4 has been released with a rewrite to the ext-dom extension. These classes are compatible with HTML 5 and are WHATWG spec-compliant; solving long-standing bugs in the DOM extension....

PHP 8.4 has been released with a rewrite to the `ext-dom` extension. These classes are compatible with HTML 5 and are WHATWG spec-compliant; solving long-standing bugs in the DOM extension....