We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db364c commit 03316d8Copy full SHA for 03316d8
1 file changed
data/site.yml
@@ -20,17 +20,13 @@ jsonld:
20
"@type": "WebSite"
21
"url": "https://csa-admin.org"
22
"inLanguage": "en"
23
- "potentialAction":
24
- "@type": "ReadAction"
25
- "target":
26
- - "@type": "EntryPoint"
27
- "urlTemplate": "https://csa-admin.org"
28
- "inLanguage": "en"
29
30
- "urlTemplate": "https://csa-admin.org/acp"
31
- "inLanguage": "fr"
32
33
- "urlTemplate": "https://csa-admin.org/solawi"
34
- "inLanguage": "de"
35
-
36
+ "hasPart":
+ - "@type": "WebPage"
+ "url": "https://csa-admin.org"
+ "inLanguage": "en"
+ "url": "https://csa-admin.org/acp"
+ "inLanguage": "fr"
+ "url": "https://csa-admin.org/solawi"
+ "inLanguage": "de"
0 commit comments