Skip to content

Commit

Permalink
Fix schema.org context
Browse files Browse the repository at this point in the history
  • Loading branch information
bherr2 committed Jun 7, 2024
1 parent c224f55 commit 14eadf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finalizing/utils/generate-index-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function getStructuredData(context, metadata) {
const { title, description, creators, creation_date, license, distributions, was_derived_from } = metadata;
const { type, name, version } = context.selectedDigitalObject;
return {
'@context': 'https://schema.org/',
'@context': 'http://schema.org/',
'@type': 'Dataset',
'@id': `${context.purlIri}${type}/${name}/${version}`,
name: title,
Expand Down

0 comments on commit 14eadf3

Please sign in to comment.