Browse Source

🌟页面meta信息设置

Darkhorsedamon 2 years ago
parent
commit
0b813de392
6 changed files with 66 additions and 6 deletions
  1. 2 2
      nuxt.config.js
  2. 17 2
      pages/converter.vue
  3. 16 1
      pages/pdf-reader/download.vue
  4. 16 1
      pages/pricing.vue
  5. 15 0
      pages/sdk.vue
  6. BIN
      static/favicon.ico

+ 2 - 2
nuxt.config.js

@@ -3,12 +3,12 @@
  * @Author: 欧阳承珺
  * @LastEditors: 欧阳承珺
  * @Date: 2022-10-17 11:06:52
- * @LastEditTime: 2022-11-10 15:18:13
+ * @LastEditTime: 2022-11-14 10:35:27
  */
 export default {
   // Global page headers: https://go.nuxtjs.dev/config-head
   head: {
-    title: '17PDF',
+    title: '17PDF Reader 一起阅读 - 移动端PDF阅读器 + 免费在线PDF转档',
     htmlAttrs: {
       lang: 'en',
     },

+ 17 - 2
pages/converter.vue

@@ -3,15 +3,30 @@
  * @Author: 欧阳承珺
  * @LastEditors: 欧阳承珺
  * @Date: 2022-10-19 17:25:48
- * @LastEditTime: 2022-11-08 09:28:05
+ * @LastEditTime: 2022-11-14 11:37:27
 -->
 <script>
 import { mapState } from 'vuex'
 export default {
   middleware: 'user',
+  head() {
+    return {
+      title: 'PDF转换器免费在线转档',
+      meta: [
+        {
+        hid: 'description',
+        content: '17PDF Reader免费提供在线PDF格式转换文件转档服务,支持PDF转word,PDF转doc,PDF转PPT,PDF转png,PDF转html,PDF转epub,PDF转xls,psd转ai等。轻松拖曳,一键转档,批量转换,支持多种常用格式相互转档。先进的转换引擎,极速转换,精准度高达99.99%。',
+        },
+        {
+          name: 'keywords',
+          content: '格式转换,文件转档,pdf convert,converter, word to pdf'
+        }
+      ]
+    }
+  },
   computed: mapState([
     'userInfo'
-  ])
+  ]),
 }
 
 </script>

+ 16 - 1
pages/pdf-reader/download.vue

@@ -3,7 +3,7 @@
  * @Author: 李阳滨
  * @LastEditors: 欧阳承珺
  * @Date: 2022-10-31 10:30:00
- * @LastEditTime: 2022-11-03 18:01:40
+ * @LastEditTime: 2022-11-14 11:43:26
 -->
 <template>
   <div class="pdf-reader-wrapper">
@@ -492,6 +492,21 @@
 <script>
 export default {
   layout: 'downnav',
+  head() {
+    return {
+      title: 'PDF Reader - PDF阅读, 编辑, 转换软件, 移动端PDF文件解决方案',
+      meta: [
+        {
+          name: 'keywords',
+          content: 'pdf阅读器,pdf浏览器,pdf转换器,pdf编辑,文件转换'
+        },
+        {
+        hid: 'description',
+        content: 'PDF Reader是一款综合型PDF阅读器和编辑器,方便您在安卓手机和平板上浏览、注释、转换、编辑、水印、OCR、加密、扫描和分享PDF文件。立即下载安装,提升您的学习与办公效率!'
+       },
+      ]
+    }
+  },
   methods: {
     moveDownload() {
       const scrollPart = document.querySelector("#download-wrapper"); 

+ 16 - 1
pages/pricing.vue

@@ -3,7 +3,7 @@
  * @Author: 欧阳承珺
  * @LastEditors: 欧阳承珺
  * @Date: 2022-10-26 16:53:24
- * @LastEditTime: 2022-10-31 21:17:57
+ * @LastEditTime: 2022-11-14 11:37:46
 -->
 <template>
   <div>
@@ -114,6 +114,21 @@ export default {
         visiable: false
     }
   },
+  head() {
+    return {
+      title: '订阅PDF套餐,体验更多格式转档服务与云端空间',
+      meta: [
+        {
+          name: 'keywords',
+          content: 'PDF转pptx,PDF转docx,ai转psd,pdf转xlsx'
+        },
+        {
+        hid: 'description',
+        content: '17PDF套餐订阅中心,免费会员注册,订阅基础套餐和商务套餐享有更多文件格式转换券及加云云端空间,成就您移动无纸化办公!'
+       },
+      ]
+    }
+  },
   methods: {
     handlSubmit() {
       if (!this.$store.state.token) {

+ 15 - 0
pages/sdk.vue

@@ -217,6 +217,21 @@ export default {
       active: 0,
     }
   },
+  head() {
+    return {
+      title: 'PDF文件解决方案核心功能SDK跨平台集成',
+      meta: [
+        {
+          name: 'keywords',
+          content: 'PDF SDK,PDF library, pdf开发包,pdf kit'
+        },
+        {
+        hid: 'description',
+        content: '17PDF Reader提供跨平台整合PDF阅读器核心功能到你的App中, 文件阅读、文件注释、文件扫描、数字签名、水印、OCR、文本编辑、表单填写、文件合并、文件分割等各种功能集成,让你的工具更强大!'
+       },
+      ]
+    }
+  },
   mounted() {
     let num=1; let prev; let next;
     const infoMoves = document.querySelectorAll('.info_move')

BIN
static/favicon.ico