Skip to content

Commit 95e072d

Browse files
committed
improvement: SEO优化
fix: 修复index.html双description问题 improvement: 增加标题长度 improvement: 增加语言标记
1 parent 840a7bf commit 95e072d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

index.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="zh-cmn-Hans">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Codemao API</title>
5+
<title>Codemao API - 编程猫社区API文档</title>
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7-
<meta name="description" content="Description" />
87
<meta
98
name="viewport"
109
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
@@ -51,7 +50,7 @@
5150
docPath: 'full',
5251
},
5352
customPageTitle: {
54-
suffix: 'Codemao API',
53+
suffix: 'Codemao API - 编程猫社区API文档',
5554
},
5655
};
5756
</script>

0 commit comments

Comments
 (0)