From 6a2373423029e663a5426aee6d24b5aaf1e47eab Mon Sep 17 00:00:00 2001 From: fisherdaddy <wn0808040236@163.com> Date: Mon, 23 Dec 2024 21:27:28 +0800 Subject: [PATCH] chore: update seo --- index.html | 2 -- src/pages/ImageTools.jsx | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 408c017..254092c 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" /> <meta name="robots" content="index, follow" /> <meta name="author" content="fisherdaddy" /> - <link rel="canonical" href="https://fishersama.com" /> - <meta name="description" content="AI工具箱 - 集合了多种 AI 工具,如文字卡片、JSON 格式化、URL 解码器、OpenAI 产品发布汇总、全球各大模型价格对比,帮助您轻松完成各类任务。" /> <title>AI工具箱 | 智能助手集合</title> <link rel="stylesheet" href="/src/styles/main.css" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> diff --git a/src/pages/ImageTools.jsx b/src/pages/ImageTools.jsx index 505fe64..d66acfb 100644 --- a/src/pages/ImageTools.jsx +++ b/src/pages/ImageTools.jsx @@ -21,8 +21,8 @@ const tools = [ return ( <> <SEO - title={t('title')} - description={t('slogan')} + title={t('image-tools.title')} + description={t('image-tools.description')} /> <main className="container mx-auto px-4 pt-16 pb-8 min-h-screen"> <section className="mt-8 w-full"> -- 2.18.1