We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35dca72 commit f2a2b18Copy full SHA for f2a2b18
1 file changed
pages/index.html
@@ -160,22 +160,6 @@
160
<script defer src="static/js/bulma-carousel.min.js"></script>
161
<script defer src="static/js/bulma-slider.min.js"></script>
162
<script defer src="static/js/index.js"></script>
163
-
164
- <!-- TODO: add organizationd details -->
165
- <!-- Website/Organization Structured Data -->
166
- <script type="application/ld+json">
167
- {
168
- "@context": "https://schema.org",
169
- "@type": "Organization",
170
- "name": "INSTITUTION_OR_LAB_NAME",
171
- "url": "https://YOUR_INSTITUTION_WEBSITE.com",
172
- "logo": "https://YOUR_DOMAIN.com/static/images/favicon.ico",
173
- "sameAs": [
174
- "https://twitter.com/YOUR_TWITTER_HANDLE",
175
- "https://github.com/YOUR_GITHUB_USERNAME"
176
- ]
177
- }
178
- </script>
179
</head>
180
<body>
181
<!-- Scroll to Top Button -->
0 commit comments