Skip to content

Commit 6a0e8b0

Browse files
committed
feat(seo): 添加 meta 描述、Open Graph 和 canonical 标签
1 parent 92d0375 commit 6a0e8b0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

my-app/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
<link rel="preconnect" href="https://fonts.googleapis.com" />
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
99
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&family=Noto+Sans+SC:wght@300;400;500;600&display=swap" rel="stylesheet" />
10-
<title>AI 作业批改平台</title>
10+
<title>经济金融 AI 智能体课程平台</title>
11+
<meta name="description" content="教师发布作业,学生提交,AI 双 Agent 并行评审自动批改 — 开箱即用的智能教学平台" />
12+
<link rel="canonical" href="https://econai-agent.com/" />
13+
<meta property="og:title" content="经济金融 AI 智能体课程平台" />
14+
<meta property="og:description" content="教师发布作业,学生提交,AI 双 Agent 并行评审自动批改" />
15+
<meta property="og:url" content="https://econai-agent.com/" />
16+
<meta property="og:type" content="website" />
1117
</head>
1218
<body>
1319
<div id="root"></div>

0 commit comments

Comments
 (0)