|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | | - <link rel="icon" type="image/png" href="/my-icon.png" /> |
| 5 | + <link rel="icon" type="image/png" href="/favicon-32.png" sizes="32x32" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <meta name="description" content="Yifei's Profile" /> |
| 7 | + <meta name="description" content="Yifei Bao — AI/ML Engineer at Boston University. Chat with an AI assistant to learn about my background, projects, and experience." /> |
8 | 8 | <meta name="author" content="Yifei Bao" /> |
9 | | - <title>Yifei's Profile</title> |
10 | | - |
11 | | - <!-- Open Graph / Facebook --> |
12 | | - <meta property="og:type" content="website" /> |
13 | | - <meta property="og:description" content="Yifei's Profile - Chat with me!" /> |
14 | | - <meta property="og:title" content="Yifei's Profile" /> |
15 | | - <meta property="og:image" content="/my-icon.png" /> |
16 | | - |
| 9 | + <title>Yifei Bao · AI/ML Engineer</title> |
| 10 | + |
| 11 | + <!-- Open Graph / Social sharing --> |
| 12 | + <meta property="og:type" content="profile" /> |
| 13 | + <meta property="og:title" content="Yifei Bao · AI/ML Engineer" /> |
| 14 | + <meta property="og:description" content="Chat with an AI to learn about Yifei's background, projects, and experience." /> |
| 15 | + <meta property="og:image" content="/og-image.webp" /> |
| 16 | + <meta property="og:url" content="https://spectual.github.io" /> |
| 17 | + |
17 | 18 | <!-- Twitter --> |
18 | | - <meta property="twitter:card" content="summary_large_image" /> |
19 | | - <meta property="twitter:title" content="Yifei's Profile" /> |
20 | | - <meta property="twitter:description" content="Yifei's Profile - Chat with me!" /> |
21 | | - <meta property="twitter:image" content="/my-icon.png" /> |
| 19 | + <meta name="twitter:card" content="summary_large_image" /> |
| 20 | + <meta name="twitter:title" content="Yifei Bao · AI/ML Engineer" /> |
| 21 | + <meta name="twitter:description" content="Chat with an AI to learn about Yifei's background, projects, and experience." /> |
| 22 | + <meta name="twitter:image" content="/og-image.webp" /> |
| 23 | + |
| 24 | + <!-- Schema.org Person structured data --> |
| 25 | + <script type="application/ld+json"> |
| 26 | + { |
| 27 | + "@context": "https://schema.org", |
| 28 | + "@type": "Person", |
| 29 | + "name": "Yifei Bao", |
| 30 | + "jobTitle": "AI / ML Engineer", |
| 31 | + "email": "baoyifei@bu.edu", |
| 32 | + "url": "https://spectual.github.io", |
| 33 | + "image": "https://spectual.github.io/avatar.webp", |
| 34 | + "alumniOf": [ |
| 35 | + { |
| 36 | + "@type": "CollegeOrUniversity", |
| 37 | + "name": "Boston University" |
| 38 | + }, |
| 39 | + { |
| 40 | + "@type": "CollegeOrUniversity", |
| 41 | + "name": "Nanjing Normal University" |
| 42 | + } |
| 43 | + ], |
| 44 | + "sameAs": [ |
| 45 | + "https://linkedin.com/in/yifei-bao-mscs", |
| 46 | + "https://github.com/spectual" |
| 47 | + ], |
| 48 | + "knowsAbout": ["Machine Learning", "Computer Vision", "LLM", "RAG", "PyTorch", "Python"] |
| 49 | + } |
| 50 | + </script> |
22 | 51 | </head> |
23 | 52 | <body> |
24 | 53 | <div id="root"></div> |
|
0 commit comments