aboutsummaryrefslogtreecommitdiff
path: root/juick-server/src/main/resources/templates/layouts/content.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-server/src/main/resources/templates/layouts/content.html')
-rw-r--r--juick-server/src/main/resources/templates/layouts/content.html16
1 files changed, 2 insertions, 14 deletions
diff --git a/juick-server/src/main/resources/templates/layouts/content.html b/juick-server/src/main/resources/templates/layouts/content.html
index 2ca9fd7e..d2d29c4e 100644
--- a/juick-server/src/main/resources/templates/layouts/content.html
+++ b/juick-server/src/main/resources/templates/layouts/content.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
-<head id="org" itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
+<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<script type="text/javascript" src="{{ beans.webApp.scriptsUrl }}"></script>
@@ -8,8 +8,7 @@
{% block headers %}
{{ headers | default('') | raw }}
{% endblock %}
- <title itemprop="name">{{ title | default('Juick') }}</title>
- <meta itemprop="url" content="https://juick.com/" />
+ <title>{{ title | default('Juick') }}</title>
<meta property="og:type" content="{{ ogtype | default('website') }}" />
<meta property="fb:app_id" content="130568668304" />
<meta name="viewport" content="width=device-width,initial-scale=1"/>
@@ -27,21 +26,10 @@
<link rel="apple-touch-icon" sizes="144x144" href="//i.juick.com/apple-icon-144x144.png"/>
<link rel="apple-touch-icon" sizes="152x152" href="//i.juick.com/apple-icon-152x152.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="//i.juick.com/apple-icon-180x180.png"/>
- <link itemprop="logo" href="http://juick.com/#juick-logo" itemtype="http://schema.org/ImageObject" />
<link rel="icon" type="image/png" sizes="32x32" href="//i.juick.com/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="96x96" href="//i.juick.com/favicon-96x96.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="//i.juick.com/favicon-16x16.png"/>
<link rel="manifest" href="//i.juick.com/manifest.json"/>
- <script type="application/ld+json">
-{
- "@context": "http://schema.org",
- "@id": "http://juick.com/#juick-logo",
- "@type": "ImageObject",
- "url": "http://juick.com/logo.png",
- "width": 110,
- "height": 36
-}
- </script>
</head>
<body id="body" {% if visitor.uid > 0 %}data-hash="{{visitor.authHash}}"{% endif %}>
{% block body %}