Skip to content

Commit 85bd027

Browse files
committed
Add LinkedIn link, rel=me, and expand Schema.org Person structured data
1 parent 20eecc1 commit 85bd027

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@
3838
"email": "contact@fuzue.tech",
3939
"founder": {
4040
"@type": "Person",
41-
"name": "Edgar Zanella Alvarenga"
41+
"name": "Edgar Zanella Alvarenga",
42+
"jobTitle": "Founder",
43+
"url": "https://fuzue.tech",
44+
"sameAs": [
45+
"https://www.linkedin.com/in/edgar-zanella-alvarenga-8a3408124/",
46+
"https://github.com/aivuk"
47+
]
4248
},
4349
"sameAs": [
4450
"https://github.com/fuzue",
@@ -47,6 +53,9 @@
4753
}
4854
</script>
4955

56+
<!-- rel=me: associates this domain with Edgar's identity -->
57+
<link rel="me" href="https://www.linkedin.com/in/edgar-zanella-alvarenga-8a3408124/">
58+
5059
<link rel="icon" type="image/svg+xml" href="fuzue-favicon.svg">
5160
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
5261
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
@@ -755,6 +764,8 @@
755764
line-height: 0.95;
756765
margin-bottom: 10px;
757766
}
767+
.about-name a, .about-name a:visited { color: inherit; text-decoration: none; }
768+
.about-name a:hover { opacity: 0.7; }
758769
.about-role {
759770
font-family: var(--font-m);
760771
font-size: 14px;
@@ -1290,7 +1301,7 @@ <h2 class="section-title" data-i18n="work_title">Recent engagements</h2>
12901301
<div class="about-photo-fallback">Photo coming</div>
12911302
</div>
12921303
<div>
1293-
<div class="about-name">Edgar Zanella<br>Alvarenga</div>
1304+
<div class="about-name"><a href="https://www.linkedin.com/in/edgar-zanella-alvarenga-8a3408124/" target="_blank" rel="me">Edgar Zanella<br>Alvarenga</a></div>
12941305
<div class="about-role" data-i18n="about_role">Founder</div>
12951306
<div class="about-text">
12961307
<p data-i18n-html="about_p1">Fuzue is a technology company focused on research software engineering. Edgar founded the company after 20+ years of consulting across Europe and Brazil, and leads technical direction on every project. Depending on scope, we bring in specialists and collaborators — the team scales with the work.</p>
@@ -1352,6 +1363,7 @@ <h2 data-i18n-html="contact_h2">Start a<br><span>conversation</span></h2>
13521363
<div class="footer-links">
13531364
<a href="https://github.com/fuzue" target="_blank">GitHub</a>
13541365
<a href="https://www.nature.com/nature-index/institution-outputs/Poland/Fuzu%C3%AA%20Tech/68f0bc2db6e68d94150177b3" target="_blank">Nature Index</a>
1366+
<a href="https://www.linkedin.com/in/edgar-zanella-alvarenga-8a3408124/" target="_blank" rel="me">LinkedIn</a>
13551367
<a href="mailto:contact@fuzue.tech">contact@fuzue.tech</a>
13561368
</div>
13571369
<span class="footer-copy" data-i18n="footer_copy">© 2026 Fuzue Tech sp. z o.o. · fuzue.tech</span>

0 commit comments

Comments
 (0)