zhengjinyi преди 1 година
родител
ревизия
f4254a3140
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/main/resources/templates/supplier-center/encyclopedia/chart.html

+ 2 - 0
src/main/resources/templates/supplier-center/encyclopedia/chart.html

@@ -3,6 +3,8 @@
       xsi:schemaLocation="https://www.thymeleaf.org ">
 <head>
   <title>意向用户数据汇总</title>
+  <!--禁止抓取本页,禁止抓取和跟踪本页的其它链接-->
+  <meta name='robots' content='noindex,nofollow' />
   <template th:replace="components/head-link"></template>
   <link th:href="@{/css/supplier-center/encyclopedia/chart.css(v=${version})}" rel="stylesheet" type="text/css">
   <template th:replace="components/analysis"></template>