liuziting 7 сар өмнө
parent
commit
a4a0c89ec1
1 өөрчлөгдсөн 31 нэмэгдсэн , 1 устгасан
  1. 31 1
      index.html

+ 31 - 1
index.html

@@ -4,7 +4,37 @@
         <meta charset="UTF-8" />
         <link rel="shortcut icon" href="/favicon.ico" />
         <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-        <title>一饭封神</title>
+
+        <!-- 基础SEO -->
+        <title>一饭封神 - AI智能菜谱生成平台</title>
+        <meta
+            name="description"
+            content="一饭封神是专业的AI智能菜谱生成平台,汇聚中华八大菜系厨艺大师,根据您的食材智能生成个性化菜谱。支持营养分析、效果图生成,让烹饪变得简单有趣。"
+        />
+        <meta name="keywords" content="AI菜谱,智能菜谱生成,八大菜系,川菜,粤菜,苏菜,鲁菜,浙菜,湘菜,闽菜,徽菜,营养分析,烹饪指导,食材搭配,美食推荐" />
+        <meta name="author" content="liuziting" />
+        <meta name="robots" content="index, follow" />
+        <meta name="googlebot" content="index, follow" />
+        <meta name="baiduspider" content="index, follow" />
+
+        <!-- 移动端优化 -->
+        <meta name="mobile-web-app-capable" content="yes" />
+        <meta name="apple-mobile-web-app-capable" content="yes" />
+        <meta name="apple-mobile-web-app-status-bar-style" content="default" />
+        <meta name="apple-mobile-web-app-title" content="一饭封神" />
+        <meta name="application-name" content="一饭封神" />
+        <meta name="theme-color" content="#fbbf24" />
+        <meta name="msapplication-TileColor" content="#fbbf24" />
+        <meta name="msapplication-navbutton-color" content="#fbbf24" />
+
+        <!-- 图标和清单 -->
+        <link rel="icon" type="image/x-icon" href="/favicon.ico" />
+
+        <!-- 预连接和DNS预解析 -->
+        <link rel="preconnect" href="https://api.deepseek.com" />
+        <link rel="preconnect" href="https://open.bigmodel.cn" />
+        <link rel="dns-prefetch" href="https://fonts.googleapis.com" />
+        <link rel="dns-prefetch" href="https://www.clarity.ms" />
     </head>
     <body>
         <div id="app"></div>