|
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <link rel="icon" type="image/x-icon" href="/favicon.ico" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <meta name="description" content="David Daniel - Principal Engineer" /> |
| 7 | + <meta name="description" content="David Daniel - Principal Engineer. Portfolio, technical research, and musings on AI engineering, software architecture, and modern development practices." /> |
| 8 | + <meta name="author" content="David Daniel" /> |
| 9 | + <link rel="canonical" href="https://daviddaniel.tech/" /> |
8 | 10 | <title>David Daniel | Principal Engineer</title> |
| 11 | + |
| 12 | + <!-- Open Graph --> |
| 13 | + <meta property="og:type" content="website" /> |
| 14 | + <meta property="og:title" content="David Daniel | Principal Engineer" /> |
| 15 | + <meta property="og:description" content="Portfolio, technical research, and musings on AI engineering, software architecture, and modern development practices." /> |
| 16 | + <meta property="og:url" content="https://daviddaniel.tech/" /> |
| 17 | + <meta property="og:site_name" content="David Daniel" /> |
| 18 | + <meta property="og:locale" content="en_US" /> |
| 19 | + |
| 20 | + <!-- Twitter Card --> |
| 21 | + <meta name="twitter:card" content="summary" /> |
| 22 | + <meta name="twitter:title" content="David Daniel | Principal Engineer" /> |
| 23 | + <meta name="twitter:description" content="Portfolio, technical research, and musings on AI engineering, software architecture, and modern development practices." /> |
| 24 | + |
| 25 | + <!-- Structured Data --> |
| 26 | + <script type="application/ld+json"> |
| 27 | + { |
| 28 | + "@context": "https://schema.org", |
| 29 | + "@type": "WebSite", |
| 30 | + "name": "David Daniel", |
| 31 | + "url": "https://daviddaniel.tech/", |
| 32 | + "description": "Portfolio, technical research, and musings on AI engineering, software architecture, and modern development practices.", |
| 33 | + "author": { |
| 34 | + "@type": "Person", |
| 35 | + "name": "David Daniel", |
| 36 | + "jobTitle": "Principal Engineer", |
| 37 | + "url": "https://daviddaniel.tech/", |
| 38 | + "sameAs": [ |
| 39 | + "https://linkedin.com/in/davidedaniel/", |
| 40 | + "https://github.com/DavideDaniel" |
| 41 | + ] |
| 42 | + } |
| 43 | + } |
| 44 | + </script> |
9 | 45 | </head> |
10 | 46 | <body> |
11 | 47 | <div id="root"></div> |
12 | 48 | <script type="module" src="/src/main.jsx"></script> |
| 49 | + |
| 50 | + <!-- Server-rendered navigation for search engine crawlability --> |
| 51 | + <noscript> |
| 52 | + <nav> |
| 53 | + <h1>David Daniel | Principal Engineer</h1> |
| 54 | + <ul> |
| 55 | + <li><a href="/bio">Bio</a></li> |
| 56 | + <li><a href="/musings">Musings on AI Engineering</a></li> |
| 57 | + <li><a href="/research/">Technical Research</a></li> |
| 58 | + </ul> |
| 59 | + </nav> |
| 60 | + </noscript> |
| 61 | + <!-- Crawlable link to research subsite (hidden, replaced by React app on render) --> |
| 62 | + <a href="/research/" style="position:absolute;left:-9999px;opacity:0" aria-hidden="true" tabindex="-1">Technical Research</a> |
13 | 63 | </body> |
14 | 64 | </html> |
0 commit comments