Skip to content

Commit 3dbd587

Browse files
committed
Added structured data
1 parent 20646c0 commit 3dbd587

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

templates/index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,20 @@
2323

2424
gtag('config', 'UA-116652505-1');
2525
</script>
26-
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>
2740
</head>
2841
<body>
2942

0 commit comments

Comments
 (0)