There was an error while loading. Please reload this page.
1 parent 20646c0 commit 3dbd587Copy full SHA for 3dbd587
templates/index.html
@@ -23,7 +23,20 @@
23
24
gtag('config', 'UA-116652505-1');
25
</script>
26
-
+ <script type="application/ld+json">
27
+ {
28
+ "@context": "http://schema.org",
29
+ "@type": "Organization",
30
+ "name": "Obfuscator.io",
31
+ "url": "https://obfuscator.io",
32
+ "image": "http://obfuscator.io/static/images/logo.png",
33
+ "sameAs": [
34
+ "https://github.com/javascript-obfuscator/javascript-obfuscator",
35
+ "https://http://javascriptobfuscator.herokuapp.com/",
36
+ "https://www.npmjs.com/package/javascript-obfuscator"
37
+ ]
38
+ }
39
+ </script>
40
</head>
41
<body>
42
0 commit comments