teganmosi commited on
Commit
d2d82e3
·
1 Parent(s): a7d3f26

Update page title and add Open Graph meta tags for link preview

Browse files
Files changed (1) hide show
  1. index.html +21 -1
index.html CHANGED
@@ -3,7 +3,27 @@
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>My Google AI Studio App</title>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  </head>
8
  <body>
9
  <div id="root"></div>
 
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+
7
+ <!-- Primary Meta Tags -->
8
+ <title>ALABi Mosijobin | AI Engineer & Backend Developer</title>
9
+ <meta name="title" content="ALABi Mosijobin | AI Engineer & Backend Developer" />
10
+ <meta name="description" content="Portfolio of ALABi Mosijobin, AI Engineer & Backend Developer. Specialty in backend systems, AI integration, FastAPI, OpenCV, and LLM applications." />
11
+
12
+ <!-- Open Graph / Facebook -->
13
+ <meta property="og:type" content="website" />
14
+ <meta property="og:url" content="https://huggingface.co/spaces/teganmosi/Portfolio" />
15
+ <meta property="og:title" content="ALABi Mosijobin | AI Engineer & Backend Developer" />
16
+ <meta property="og:description" content="Portfolio of ALABi Mosijobin, AI Engineer & Backend Developer. Specialty in backend systems, AI integration, FastAPI, OpenCV, and LLM applications." />
17
+ <meta property="og:image" content="https://ai.google.dev/static/site-assets/images/share-ais-513315318.png" />
18
+
19
+ <!-- Twitter -->
20
+ <meta property="twitter:card" content="summary_large_image" />
21
+ <meta property="twitter:url" content="https://huggingface.co/spaces/teganmosi/Portfolio" />
22
+ <meta property="twitter:title" content="ALABi Mosijobin | AI Engineer & Backend Developer" />
23
+ <meta property="twitter:description" content="Portfolio of ALABi Mosijobin, AI Engineer & Backend Developer. Specialty in backend systems, AI integration, FastAPI, OpenCV, and LLM applications." />
24
+ <meta property="twitter:image" content="https://ai.google.dev/static/site-assets/images/share-ais-513315318.png" />
25
+
26
+ <meta name="theme-color" content="#4f46e5" />
27
  </head>
28
  <body>
29
  <div id="root"></div>