mirror of
https://gitlab.com/comenius-institut/foerbico/metadata-form.git
synced 2025-12-07 23:34:31 +00:00
Changed context as specified in example
see https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=de#how-structured-data-works-in-google-search
This commit is contained in:
parent
f03a8bddaa
commit
c2f75decf6
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@
|
|||
const identifier = document.getElementById("inputUrl").value;
|
||||
const datePublished = $("#datepicker1").datepicker("getDate");
|
||||
let meta = {
|
||||
"@context": "schema.org",
|
||||
"@context": "https://schema.org/",
|
||||
creativeWorkStatus: document.getElementById("inputStatus").value,
|
||||
type: "LearningResource",
|
||||
name: document.getElementById("inputTitle").value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue