diff options
| author | s1nical <[email protected]> | 2019-08-16 20:31:25 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-16 20:31:25 -0700 |
| commit | 23d8440851d699a279d6ef4df92765c2d4c676de (patch) | |
| tree | 774805e043cb4d6d90618bdcb7e04eea3216f448 /index.html | |
| parent | testing schema linking (diff) | |
| download | s1n.pw-admin-23d8440851d699a279d6ef4df92765c2d4c676de.tar.xz s1n.pw-admin-23d8440851d699a279d6ef4df92765c2d4c676de.zip | |
add schema back to inline, test concluded
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -22,7 +22,30 @@ <link rel="icon" type="image/ico" href="/favicon.ico" sizes="128x128">
<link rel="canonical" href="https://s1n.pw/">
<link rel="author" href="humans.txt" />
- <script src="/schema.json" type="application/ld+json"></script>
+ <script type="application/ld+json">
+ {
+ "name": "s1nical",
+ "alternateName": "s1n",
+ "description": "s1nical is a Full-stack developer.",
+ "headline": "s1nical is a Full-stack developer.",
+ "url": "https://s1n.pw/",
+ "image": "",
+ "sameAs": [
+ "https://twitter.com/s1nical",
+ "https://github.com/s1nical",
+ "https://www.reddit.com/user/s1nical/"
+ ],
+ "publisher": {
+ "@type": "Organization",
+ "logo": {
+ "@type": "ImageObject",
+ "url": ""
+ }
+ },
+ "@type": "WebSite",
+ "@context": "http://schema.org"
+ }
+ </script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/inter.css" integrity="sha256-DyLTj16AbuvawyWJMPz4tJNp46iGflE/fWYAoU2IGpk=" crossorigin="anonymous">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145087191-1"></script>
|