Skip to content

Commit 8cd85b2

Browse files
save file
1 parent 100c4cf commit 8cd85b2

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

utils/editors/js-console/v2.0/js-console-v2.0.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,32 @@
88
<meta charset=utf-8>
99

1010
<title>
11-
js-console
11+
JS Console
1212
</title>
1313

14-
<meta name=description content='Run, test, and debug JavaScript instantly in your browser. A fast, lightweight online JS console built for developers who value speed and simplicity'>
14+
<meta name=description content='Run, test, and debug JavaScript instantly in your browser. A fast, lightweight online JS console built for developers who value speed and simplicity.'>
1515

1616
<base href='https://ext-code.com/utils/editors/js-console/'>
1717
<link rel=canonical href='https://ext-code.com/utils/editors/js-console/js-console.html'>
1818

1919
<meta name=viewport content='width=device-width, initial-scale=1'>
2020
<link rel=icon type='image/png' href='images/js-console-favicon.png'>
2121

22+
<script type='application/ld+json'>
23+
{
24+
"@context" : "https://schema.org",
25+
"@type" : "SoftwareApplication",
26+
"name" : "JS Console",
27+
"url" : "https://ext-code.com/utils/editors/js-console/js-console.html",
28+
"author" : {"@type":"Person","name":"Matthew Richards"},
29+
"description" : "Run, test, and debug JavaScript instantly in your browser. A fast, lightweight online JS console built for developers who value speed and simplicity.",
30+
"applicationCategory" : "DeveloperApplication",
31+
"operatingSystem" : "All",
32+
"browserRequirements" : "Requires JavaScript-enabled browser",
33+
"softwareVersion" : "1.0.0",
34+
"offers" : {"@type":"Offer","price":"0","priceCurrency":"GBP"}
35+
}
36+
</script>
2237

2338

2439
<script src='https://cdn.jsdelivr.net/npm/ace-builds@1.37.0/src-min-noconflict/ace.js'></script>

0 commit comments

Comments
 (0)