|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>Fuzue — Research Software Engineering</title> |
| 7 | + <meta name="description" content="Fuzue builds research-grade software for laboratories and ML teams — custom bioinformatics pipelines, hardware interfaces, machine learning systems, and scientific software methodology."> |
| 8 | + <meta name="author" content="Edgar Zanella Alvarenga"> |
| 9 | + |
| 10 | + <!-- Canonical --> |
| 11 | + <link rel="canonical" href="https://fuzue.tech/"> |
| 12 | + |
| 13 | + <!-- Open Graph --> |
| 14 | + <meta property="og:type" content="website"> |
| 15 | + <meta property="og:url" content="https://fuzue.tech/"> |
| 16 | + <meta property="og:title" content="Fuzue — Research Software Engineering"> |
| 17 | + <meta property="og:description" content="Fuzue builds research-grade software for laboratories and ML teams — custom bioinformatics pipelines, hardware interfaces, machine learning systems, and scientific software methodology."> |
| 18 | + <meta property="og:image" content="https://fuzue.tech/android-chrome-512x512.png"> |
| 19 | + <meta property="og:site_name" content="Fuzue Tech"> |
| 20 | + <meta property="og:locale" content="en_US"> |
| 21 | + |
| 22 | + <!-- Twitter / X --> |
| 23 | + <meta name="twitter:card" content="summary"> |
| 24 | + <meta name="twitter:url" content="https://fuzue.tech/"> |
| 25 | + <meta name="twitter:title" content="Fuzue — Research Software Engineering"> |
| 26 | + <meta name="twitter:description" content="Fuzue builds research-grade software for laboratories and ML teams — custom bioinformatics pipelines, hardware interfaces, machine learning systems, and scientific software methodology."> |
| 27 | + <meta name="twitter:image" content="https://fuzue.tech/android-chrome-512x512.png"> |
| 28 | + |
| 29 | + <!-- Structured data --> |
| 30 | + <script type="application/ld+json"> |
| 31 | + { |
| 32 | + "@context": "https://schema.org", |
| 33 | + "@type": "Organization", |
| 34 | + "name": "Fuzue Tech", |
| 35 | + "url": "https://fuzue.tech", |
| 36 | + "logo": "https://fuzue.tech/android-chrome-512x512.png", |
| 37 | + "description": "Research software engineering company building tools for laboratories and ML teams.", |
| 38 | + "email": "contact@fuzue.tech", |
| 39 | + "founder": { |
| 40 | + "@type": "Person", |
| 41 | + "name": "Edgar Zanella Alvarenga" |
| 42 | + }, |
| 43 | + "sameAs": [ |
| 44 | + "https://github.com/fuzue", |
| 45 | + "https://www.nature.com/nature-index/institution-outputs/Poland/Fuzu%C3%AA%20Tech/68f0bc2db6e68d94150177b3" |
| 46 | + ] |
| 47 | + } |
| 48 | + </script> |
| 49 | + |
7 | 50 | <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"> |
8 | 51 | <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"> |
9 | 52 | <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"> |
|
0 commit comments