|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
9 | 9 | <meta name="referrer" content="always"> |
10 | 10 | <meta property="qc:admins" content="345615513542636" /> |
| 11 | +<link rel="dns-prefetch" href="//hm.baidu.com"> |
| 12 | +<link rel="dns-prefetch" href="//s95.cnzz.com"> |
| 13 | +<link rel="dns-prefetch" href="${cdnbase}"> |
11 | 14 |
|
12 | 15 | <link title="RSS" type="application/rss+xml" rel="alternate" href="${ctxPath}/yvr/rss.xml"/> |
13 | 16 |
|
14 | 17 | <link rel="icon" href="${cdnbase}${base}/rs/logo.png" type="image/x-icon"/> |
15 | 18 | <link rel="stylesheet" type="text/css" href="${cdnbase}${base}/rs/logo/logo.css"/> |
| 19 | + |
| 20 | + <head itemscope itemtype="http://schema.org/WebSite"> |
| 21 | + <title itemprop='name'>Nutz社区</title> |
| 22 | + <link rel="canonical" href="https://nutz.cn/" itemprop="url"> |
16 | 23 |
|
17 | 24 | <!-- style --> |
18 | 25 | <link rel="stylesheet" type="text/css" href="${cdnbase}${base}/rs/libs/bootstrap/css/bootstrap.css"></link> |
@@ -70,7 +77,22 @@ html { overflow-y: scroll; } |
70 | 77 | <% } else { %> |
71 | 78 | <title>Nutz社区</title> |
72 | 79 | <% } %> |
73 | | - <meta name="Keywords" content="Nutz,Nutz是什么,Nutz下载,Nutz论坛"/> <meta name="Description" content="首先,它是开源的,商用也是完全免费的。详尽的文档,众多线上项目 不吹嘘概念,代码严谨可靠,近千个testcase,坚如磐石。您使用的nutz.jar,也是各位提交者在各种生产环境上使用的 nutz.jar ^_^ 一个 jar 包就包含了 Mvc,Ioc,Dao,Aop,不强制依赖第三方 jar。小巧的Lang工具箱和EL表达式引擎,满足各种小需求。内置Json序列..."/> |
| 80 | + <meta name="Keywords" content="Nutz,Nutz是什么,Nutz下载,Nutz社区"/> |
| 81 | + <% if (null != obj.topic!) { %> |
| 82 | + <meta name="Description" content="${submax(obj.topic.content, 50), escape}"/> |
| 83 | + <% } else { %> |
| 84 | + <meta name="Description" content="它是开源的,商用也是完全免费的。详尽的文档,众多线上项目 不吹嘘概念,代码严谨可靠,近千个testcase,坚如磐石。"/> |
| 85 | + <% } %> |
| 86 | + |
| 87 | +<script type="application/ld+json"> |
| 88 | + { |
| 89 | + "@context": "http://schema.org", |
| 90 | + "@type": "Organization", |
| 91 | + "url": "https://nutz.cn", |
| 92 | + "logo": "https://nutz.cn/rs/logo/logo.png" |
| 93 | + } |
| 94 | +</script> |
| 95 | + |
74 | 96 | <meta content="_csrf" name="csrf-param"> |
75 | 97 | <meta content="${obj._csrf!}" name="csrf-token"> |
76 | 98 | </head> |
|
0 commit comments