Skip to content

Added Validation of metadata file keys by comparing against Schema.org RDF data

Jonathan Hartman requested to merge feature/schema_org_validation into dev

Added a SchemaOrgValidator class

  • Singleton object
  • Downloads and caches a schema rdf file from the Schema.org github page for reference
  • Contains methods to search and filter the file for specific keys, as well as retrieve relevant data about the keys

Extended the Metadata class

  • added a SchemaOrgValidator as an internal property
  • added methods to validate the keys in the metadata with the functionality offered by the validator

Merge request reports