|
11 | 11 | <meta charset="UTF-8"> |
12 | 12 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
13 | 13 | <title>Mbitu | Portfolio</title> |
| 14 | + <!-- Primary SEO Meta Tags --> |
| 15 | + <meta name="title" content="Mbitu James | Full-Stack Developer Portfolio"> |
| 16 | + <meta name="description" content="Mbitu James - Full-Stack Developer from Kenya. Specializing in web, mobile, and AI solutions. Explore my projects, skills, and resume. Let's collaborate!"> |
| 17 | + <meta name="keywords" content="Mbitu James, Software Developer, Full-Stack Developer, Portfolio, Web Development, React, Python, PHP, JavaScript, Nairobi, Kenya, Freelance Developer, AI, Mobile Apps"> |
| 18 | + <meta name="author" content="Mbitu James"> |
| 19 | + <meta name="robots" content="index, follow"> |
| 20 | + |
| 21 | + <!-- Open Graph / Facebook --> |
| 22 | + <meta property="og:type" content="website"> |
| 23 | + <meta property="og:url" content="https://mbitu-portfolio.vercel.app/"> |
| 24 | + <meta property="og:title" content="Mbitu James | Full-Stack Developer Portfolio"> |
| 25 | + <meta property="og:description" content="Full-Stack Developer building responsive web apps, AI solutions & mobile apps. Explore my work and get in touch."> |
| 26 | + <meta property="og:image" content="https://mbitu-portfolio.vercel.app/assets/mbitu.png"> |
| 27 | + |
| 28 | + <!-- Twitter --> |
| 29 | + <meta property="twitter:card" content="summary_large_image"> |
| 30 | + <meta property="twitter:url" content="https://mbitu-portfolio.vercel.app/"> |
| 31 | + <meta property="twitter:title" content="Mbitu James | Full-Stack Developer Portfolio"> |
| 32 | + <meta property="twitter:description" content="Full-Stack Developer building responsive web apps, AI solutions & mobile apps. Explore my work and get in touch."> |
| 33 | + <meta property="twitter:image" content="https://mbitu-portfolio.vercel.app/assets/mbitu.png"> |
| 34 | + |
| 35 | + <!-- Canonical URL --> |
| 36 | + <link rel="canonical" href="https://mbitu-portfolio.vercel.app/" /> |
| 37 | + |
14 | 38 | <link href="https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap" rel="stylesheet"> |
15 | 39 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
16 | 40 | <link rel="stylesheet" href="style.css"> |
| 41 | + <!-- JSON-LD Structured Data --> |
| 42 | + <script type="application/ld+json"> |
| 43 | + { |
| 44 | + "@context": "https://schema.org", |
| 45 | + "@type": "Person", |
| 46 | + "name": "Mbitu James", |
| 47 | + "url": "https://mbitu-portfolio.vercel.app/", |
| 48 | + "image": "https://mbitu-portfolio.vercel.app/assets/mbitu.png", |
| 49 | + "jobTitle": "Full-Stack Developer", |
| 50 | + "worksFor": { |
| 51 | + "@type": "Organization", |
| 52 | + "name": "Freelance / Open to Opportunities" |
| 53 | + }, |
| 54 | + "sameAs": [ |
| 55 | + "https://github.com/mbitujames", |
| 56 | + "https://www.linkedin.com/in/mbitujames/", |
| 57 | + "https://x.com/mbituke", |
| 58 | + "https://instagram.com/_mbitu_", |
| 59 | + "https://pin.it/2fseiKYde" |
| 60 | + ], |
| 61 | + "address": { |
| 62 | + "@type": "PostalAddress", |
| 63 | + "addressLocality": "Nairobi", |
| 64 | + "addressCountry": "Kenya" |
| 65 | + } |
| 66 | + } |
| 67 | + </script> |
| 68 | + |
17 | 69 | </head> |
18 | 70 | <body> |
19 | 71 | <!-- Google Tag Manager (noscript) --> |
|
0 commit comments