From 8e26ae9cde6d23f2f0b992a336b7d609228d2690 Mon Sep 17 00:00:00 2001 From: wangqiao Date: Sat, 30 Aug 2025 16:11:01 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4SEO=E5=85=83?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=B9=B6=E6=B7=BB=E5=8A=A0=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?SEO=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 28 ++++++++++++++-------------- pages/down-drawe-detail/[id].vue | 1 + 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index f75789d..2220485 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -77,20 +77,20 @@ export default defineNuxtConfig({ { name: 'keywords', content: '图纸,图纸下载,设计素材,图纸大全,设计图纸,,工程图纸,cad图纸' }, { name: 'author', content: '图夕夕' }, // SEO meta tags - { - property: 'og:title', - content: '图纸,图纸下载,设计素材,图纸大全,设计图纸,,工程图纸,cad图纸', - }, - { - property: 'og:description', - content: '图夕夕是一家图纸素材分享交易平台,提供AutoCAD/ProE/Creo/CATIA/UG/inventor/CAXA/等建筑图纸的素材下载及免费教程。', - }, - { property: 'og:type', content: 'website' }, - { property: 'og:url', content: 'https://www.xlcig.cn' }, - { property: 'og:site_name', content: 'xlCig' }, - { name: 'theme-color', content: '#00f5ff' }, - // robots meta - { name: 'robots', content: 'index, follow' }, + // { + // property: 'og:title', + // content: '图纸,图纸下载,设计素材,图纸大全,设计图纸,,工程图纸,cad图纸', + // }, + // { + // property: 'og:description', + // content: '图夕夕是一家图纸素材分享交易平台,提供AutoCAD/ProE/Creo/CATIA/UG/inventor/CAXA/等建筑图纸的素材下载及免费教程。', + // }, + // { property: 'og:type', content: 'website' }, + // { property: 'og:url', content: 'https://www.xlcig.cn' }, + // { property: 'og:site_name', content: 'xlCig' }, + // { name: 'theme-color', content: '#00f5ff' }, + // // robots meta + // { name: 'robots', content: 'index, follow' }, ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon2.ico' }, diff --git a/pages/down-drawe-detail/[id].vue b/pages/down-drawe-detail/[id].vue index 7ad3d6e..52a3f2c 100644 --- a/pages/down-drawe-detail/[id].vue +++ b/pages/down-drawe-detail/[id].vue @@ -1,4 +1,5 @@