Prechádzať zdrojové kódy

wip:修改首页seo tdk

wangkaiyue 2 rokov pred
rodič
commit
169b5cbffe
2 zmenil súbory, kde vykonal 8 pridanie a 3 odobranie
  1. 5 0
      src/seo.json
  2. 3 3
      src/web/templates/pc/index.html

+ 5 - 0
src/seo.json

@@ -1,6 +1,11 @@
 {
 {
     "cdn": "",
     "cdn": "",
     "qfw": {
     "qfw": {
+      "index": {
+        "description": "剑鱼标讯是国内专业的招标大数据服务平台,专注于全国招标采购信息的搜索查询、订阅推送和数据定制化服务。提供涵盖拟在建项目、招标预告、招标公告、中标公告、政府采购、企业工商信息等多种信息类型,帮助企业全方位掌握市场动态变化。招投标大数据平台就用剑鱼标讯。",
+        "key": "招标网站,招标信息查询,剑鱼标讯,招标采购信息,招标大数据平台",
+        "title": "剑鱼标讯官网-招标信息查询_全国招标采购信息订阅推送_专业招标大数据服务平台"
+      },
       "swordfish": {
       "swordfish": {
         "description": "行业资讯栏目提供全网最全的招投标新闻资讯、舆情信息、行业动态、采购案例,覆盖建筑工程、弱电安防、能源化工、医疗卫生、信息技术、办公文教、机械设备、水利水电、交通运输、市政设施等",
         "description": "行业资讯栏目提供全网最全的招投标新闻资讯、舆情信息、行业动态、采购案例,覆盖建筑工程、弱电安防、能源化工、医疗卫生、信息技术、办公文教、机械设备、水利水电、交通运输、市政设施等",
         "key": "招投标资讯,招投标新闻舆情,建筑工程资讯,招标采购动态,剑鱼标讯",
         "key": "招投标资讯,招投标新闻舆情,建筑工程资讯,招标采购动态,剑鱼标讯",

+ 3 - 3
src/web/templates/pc/index.html

@@ -2,9 +2,9 @@
 <html lang="zh">
 <html lang="zh">
   <head>
   <head>
   <meta charset="UTF-8" />
   <meta charset="UTF-8" />
-  <title>{{Msg "seo" "qfw.swordfish.title"}}</title>
-  <meta name="Keywords" content='{{Msg "seo" "qfw.swordfish.key"}}'/>
-  <meta name="Description" content='{{Msg "seo" "qfw.swordfish.description"}}'/>
+  <title>{{Msg "seo" "qfw.index.title"}}</title>
+  <meta name="Keywords" content='{{Msg "seo" "qfw.index.key"}}'/>
+  <meta name="Description" content='{{Msg "seo" "qfw.index.description"}}'/>
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
   <meta name="format-detection" content="tephone=no" />
   <meta name="format-detection" content="tephone=no" />
   <meta content="首页" theme="dark" name="enable-header"/>
   <meta content="首页" theme="dark" name="enable-header"/>