Commit 6a237342 authored by fisherdaddy's avatar fisherdaddy

chore: update seo

parent dc8d0f05
...@@ -5,8 +5,6 @@ ...@@ -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="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="robots" content="index, follow" />
<meta name="author" content="fisherdaddy" /> <meta name="author" content="fisherdaddy" />
<link rel="canonical" href="https://fishersama.com" />
<meta name="description" content="AI工具箱 - 集合了多种 AI 工具,如文字卡片、JSON 格式化、URL 解码器、OpenAI 产品发布汇总、全球各大模型价格对比,帮助您轻松完成各类任务。" />
<title>AI工具箱 | 智能助手集合</title> <title>AI工具箱 | 智能助手集合</title>
<link rel="stylesheet" href="/src/styles/main.css" /> <link rel="stylesheet" href="/src/styles/main.css" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" />
......
...@@ -21,8 +21,8 @@ const tools = [ ...@@ -21,8 +21,8 @@ const tools = [
return ( return (
<> <>
<SEO <SEO
title={t('title')} title={t('image-tools.title')}
description={t('slogan')} description={t('image-tools.description')}
/> />
<main className="container mx-auto px-4 pt-16 pb-8 min-h-screen"> <main className="container mx-auto px-4 pt-16 pb-8 min-h-screen">
<section className="mt-8 w-full"> <section className="mt-8 w-full">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment