Skip to content

Commit 03316d8

Browse files
committed
Fix json+ld format
1 parent 8db364c commit 03316d8

1 file changed

Lines changed: 10 additions & 14 deletions

File tree

data/site.yml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,13 @@ jsonld:
2020
"@type": "WebSite"
2121
"url": "https://csa-admin.org"
2222
"inLanguage": "en"
23-
"potentialAction":
24-
"@type": "ReadAction"
25-
"target":
26-
- "@type": "EntryPoint"
27-
"urlTemplate": "https://csa-admin.org"
28-
"inLanguage": "en"
29-
- "@type": "EntryPoint"
30-
"urlTemplate": "https://csa-admin.org/acp"
31-
"inLanguage": "fr"
32-
- "@type": "EntryPoint"
33-
"urlTemplate": "https://csa-admin.org/solawi"
34-
"inLanguage": "de"
35-
36-
23+
"hasPart":
24+
- "@type": "WebPage"
25+
"url": "https://csa-admin.org"
26+
"inLanguage": "en"
27+
- "@type": "WebPage"
28+
"url": "https://csa-admin.org/acp"
29+
"inLanguage": "fr"
30+
- "@type": "WebPage"
31+
"url": "https://csa-admin.org/solawi"
32+
"inLanguage": "de"

0 commit comments

Comments
 (0)