Skip to content

Commit e2f4f94

Browse files
authored
Improve homepage search discoverability
1 parent d8bc552 commit e2f4f94

3 files changed

Lines changed: 45 additions & 5 deletions

File tree

index.html

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,47 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta
77
name="description"
8-
content="Academic homepage of Haofei Song, a Ph.D. student working on medical image processing and image restoration."
8+
content="宋昊飞(Haofei Song)的学术主页,华东师范大学博士生,研究方向包括图像复原、视觉语言模型与 AI for Science。Academic homepage of Haofei Song, Ph.D. student at East China Normal University."
99
/>
10-
<meta name="author" content="Haofei Song" />
11-
<title>Haofei Song | Academic Homepage</title>
10+
<meta name="author" content="Haofei Song (宋昊飞)" />
11+
<title>宋昊飞 Haofei Song | 华东师范大学 | Academic Homepage</title>
12+
<link rel="canonical" href="https://eeeric-code.github.io/" />
13+
<script type="application/ld+json">
14+
{
15+
"@context": "https://schema.org",
16+
"@type": "ProfilePage",
17+
"@id": "https://eeeric-code.github.io/#profile",
18+
"url": "https://eeeric-code.github.io/",
19+
"name": "宋昊飞 Haofei Song — Academic Homepage",
20+
"mainEntity": {
21+
"@type": "Person",
22+
"@id": "https://eeeric-code.github.io/#person",
23+
"url": "https://eeeric-code.github.io/",
24+
"image": "https://eeeric-code.github.io/images/haofei-song-life.png",
25+
"name": "Haofei Song",
26+
"alternateName": "宋昊飞",
27+
"description": "Ph.D. student at East China Normal University researching image restoration, vision-language models, and AI for science.",
28+
"affiliation": {
29+
"@type": "CollegeOrUniversity",
30+
"name": "East China Normal University",
31+
"alternateName": "华东师范大学",
32+
"url": "https://english.ecnu.edu.cn/"
33+
},
34+
"sameAs": [
35+
"https://scholar.google.com/citations?user=ccfssxsAAAAJ",
36+
"https://github.com/eeeric-code"
37+
]
38+
}
39+
}
40+
</script>
1241
<link rel="stylesheet" href="stylesheet.css" />
1342
</head>
1443
<body>
1544
<main class="page-shell">
1645
<header class="profile">
1746
<div class="profile-copy">
18-
<!-- <h1>Haofei Song <span class="cn-name">宋昊飞</span></h1> -->
1947
<h1>Haofei Song (宋昊飞)</h1>
48+
<p lang="zh-CN">宋昊飞,华东师范大学博士生。研究方向包括图像复原、视觉语言模型与 AI for Science。</p>
2049
<p>
2150
I am a Ph.D. student at
2251
<a href="https://english.ecnu.edu.cn/" target="_blank" rel="noreferrer">East China Normal University</a>,
@@ -222,7 +251,7 @@ <h2>Selected Honors</h2>
222251

223252
<footer>
224253
<p>
225-
Last updated: August 2026 · Design adapted from
254+
Last updated: September 2026 · Design adapted from
226255
<a href="https://jonbarron.info/" target="_blank" rel="noreferrer">Jon Barron's academic website</a>.
227256
</p>
228257
</footer>

robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://eeeric-code.github.io/sitemap.xml

sitemap.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://eeeric-code.github.io/</loc>
5+
<lastmod>2026-09-10</lastmod>
6+
</url>
7+
</urlset>

0 commit comments

Comments
 (0)