mirror of
https://github.com/Zippland/worth-buying.git
synced 2026-01-19 01:21:11 +08:00
添加ads.txt文件和SEO优化,解决AdSense验证问题
This commit is contained in:
6
page.tsx
6
page.tsx
@@ -364,10 +364,10 @@ const PurchaseDecisionCalculator = () => {
|
||||
<div className="max-w-4xl mx-auto p-6 bg-white">
|
||||
<div className="text-center mb-8 relative">
|
||||
<div className="relative inline-block">
|
||||
<h1 className="text-3xl font-bold text-gray-800 mb-2 flex items-center justify-center gap-2">
|
||||
<Calculator className="text-blue-600" />
|
||||
<h1 className="text-3xl font-bold text-gray-800 mb-2 flex items-center justify-center gap-2">
|
||||
<Calculator className="text-blue-600" />
|
||||
大型开支决策计算器
|
||||
</h1>
|
||||
</h1>
|
||||
<div className="absolute -top-2 left-full ml-1 bg-gradient-to-r from-blue-500 to-purple-600 text-white text-xs px-2 py-1 rounded-full shadow-sm font-medium">
|
||||
V2.1
|
||||
</div>
|
||||
|
||||
@@ -5,9 +5,17 @@ export default function Home() {
|
||||
return (
|
||||
<div>
|
||||
<Head>
|
||||
<title>大型开支决策计算器</title>
|
||||
<meta name="description" content="理性决策,明智消费" />
|
||||
<title>大型开支决策计算器 - 理性决策,明智消费</title>
|
||||
<meta name="description" content="科学的购买决策工具,通过8个维度评估,帮助您做出理性的消费决策。支持个性化评分,避免冲动消费。" />
|
||||
<meta name="keywords" content="购买决策,消费决策,理性消费,评分计算器,冲动消费,理财工具" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="author" content="七卡瓦" />
|
||||
<meta property="og:title" content="大型开支决策计算器" />
|
||||
<meta property="og:description" content="科学的购买决策工具,帮助您做出理性的消费决策" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://worthbuying.zippland.com" />
|
||||
<link rel="canonical" href="http://worthbuying.zippland.com" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
<main>
|
||||
|
||||
1
public/ads.txt
Normal file
1
public/ads.txt
Normal file
@@ -0,0 +1 @@
|
||||
google.com, pub-8196371508613271, DIRECT, f08c47fec0942fa0
|
||||
Reference in New Issue
Block a user