Skip to content

Commit 06f1982

Browse files
authored
Merge pull request #2038 from GCHQDeveloper94872/Issue-2036-Safari-load-bug
2 parents 761173b + f24bd92 commit 06f1982

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

src/web/static/structuredData.json

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
[
22
{
33
"@context": "http://schema.org",
4-
"@type": "Organization",
5-
"url": "https://gchq.github.io/CyberChef/",
6-
"logo": "https://gchq.github.io/CyberChef/images/cyberchef-128x128.png",
7-
"sameAs": [
8-
"https://github.com/gchq/CyberChef",
9-
"https://www.npmjs.com/package/cyberchef"
4+
"@graph": [
5+
{
6+
"@type": "Organization",
7+
"url": "https://gchq.github.io/CyberChef/",
8+
"logo": "https://gchq.github.io/CyberChef/images/cyberchef-128x128.png",
9+
"sameAs": [
10+
"https://github.com/gchq/CyberChef",
11+
"https://www.npmjs.com/package/cyberchef"
12+
]
13+
},
14+
{
15+
"@type": "WebSite",
16+
"url": "https://gchq.github.io/CyberChef/",
17+
"name": "CyberChef",
18+
"potentialAction": {
19+
"@type": "SearchAction",
20+
"target": "https://gchq.github.io/CyberChef/?op={operation_search_term}",
21+
"query-input": "required name=operation_search_term"
22+
}
23+
}
1024
]
11-
},
12-
{
13-
"@context": "http://schema.org",
14-
"@type": "WebSite",
15-
"url": "https://gchq.github.io/CyberChef/",
16-
"name": "CyberChef",
17-
"potentialAction": {
18-
"@type": "SearchAction",
19-
"target": "https://gchq.github.io/CyberChef/?op={operation_search_term}",
20-
"query-input": "required name=operation_search_term"
21-
}
2225
}
23-
]
26+
]

0 commit comments

Comments
 (0)