Skip to content

Commit 841a2a9

Browse files
committed
feat(meta): enhance SEO with meta tags and add sitemap and robots.txt files
1 parent 22d1ce0 commit 841a2a9

5 files changed

Lines changed: 41 additions & 10 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Dependencies
22

3-
43
# OS generated files
54
.DS_Store
65
Thumbs.db

index.html

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Miky Monti | Bio</title>
6+
<meta name="description" content="Michele Monti - Multidisciplinary entrepreneur with 15 years in digital manufacturing, industrial design and emerging technologies. CEO at JUNO.AM and Head of Products at ANY3DP.">
7+
<meta name="keywords" content="Michele Monti, digital manufacturing, 3D printing, industrial design, entrepreneur, JUNO.AM, ANY3DP">
8+
<meta name="author" content="Michele Monti">
9+
<meta property="og:title" content="Michele Monti | Digital Manufacturing Entrepreneur">
10+
<meta property="og:description" content="Multidisciplinary entrepreneur with 15 years in digital manufacturing, industrial design and emerging technologies.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://michelemonti.me">
13+
<meta name="twitter:card" content="summary">
14+
<meta name="twitter:title" content="Michele Monti | Digital Manufacturing Entrepreneur">
15+
<meta name="twitter:description" content="Multidisciplinary entrepreneur with 15 years in digital manufacturing, industrial design and emerging technologies.">
16+
<title>Michele Monti | Digital Manufacturing Entrepreneur</title>
717
<link href="https://fonts.googleapis.com/css2?family=Exo:wght@400;600;800&display=swap" rel="stylesheet">
818
<link rel="stylesheet" href="style.css">
919
<link rel="icon" type="image/png" href="/img/logo-miky.png">
@@ -39,7 +49,9 @@
3949
<div class="name-box">
4050
<img
4151
src="/img/michele-monti-logo.png"
42-
alt="Logo Miky Monti"
52+
alt="Michele Monti Professional Logo"
53+
width="320"
54+
height="auto"
4355
>
4456
</div>
4557

@@ -100,16 +112,16 @@ <h2 data-i18n="vision_h2">Visione</h2>
100112
LE MIE IMPRESE E LA MIA ATTIVITA PERSONALE:
101113
</div>
102114
<div class="logos-row">
103-
<a class="logo-item" href="https://juno.am" target="_blank" title="JUNO.AM">
104-
<img src="/img/logo-junoam.png" alt="JUNO logo">
115+
<a class="logo-item" href="https://juno.am" target="_blank" rel="noopener" title="JUNO.AM">
116+
<img src="/img/logo-junoam.png" alt="JUNO.AM Company Logo" width="90" height="80">
105117
<div class="logo-label">JUNO.AM</div>
106118
</a>
107-
<a class="logo-item" href="#" title="Freelance">
108-
<img src="/img/logo-miky.png" alt="Logo personale Miky Monti">
119+
<a class="logo-item" href="#" title="Freelance Services">
120+
<img src="/img/logo-miky.png" alt="Michele Monti Personal Brand Logo" width="90" height="80">
109121
<div class="logo-label logo-label-small" data-i18n="vat_label">P.IVA (IT)03456789012</div>
110122
</a>
111-
<a class="logo-item" href="https://any3dp.com" target="_blank" title="ANY3DP.APP">
112-
<img src="/img/logo-any3dp.png" alt="ANY3DP logo">
123+
<a class="logo-item" href="https://any3dp.com" target="_blank" rel="noopener" title="ANY3DP.APP">
124+
<img src="/img/logo-any3dp.png" alt="ANY3DP Platform Logo" width="90" height="80">
113125
<div class="logo-label">ANY3DP</div>
114126
</a>
115127
</div>
@@ -118,7 +130,7 @@ <h2 data-i18n="vision_h2">Visione</h2>
118130

119131

120132
<footer>
121-
<p>👨‍💻 <a href="mailto:michele.monti@me.com">michele.monti@me.com</a><a href="https://github.com/michelemonti" target="_blank">GitHub</a><a href="https://www.linkedin.com/in/michele-monti-96589761/" target="_blank">LinkedIn</a></p>
133+
<p>👨‍💻 <a href="mailto:michele.monti@me.com">michele.monti@me.com</a><a href="https://github.com/michelemonti" target="_blank" rel="noopener">GitHub</a><a href="https://www.linkedin.com/in/michele-monti-96589761/" target="_blank" rel="noopener">LinkedIn</a></p>
122134
<p>&copy; 2025 Michele Monti + Copilot</p>
123135
</footer>
124136

robots.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Sitemap for michelemonti.me
2+
3+
User-agent: *
4+
Allow: /
5+
6+
Sitemap: https://michelemonti.me/sitemap.xml

sitemap.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://michelemonti.me</loc>
5+
<lastmod>2025-09-26</lastmod>
6+
<changefreq>monthly</changefreq>
7+
<priority>1.0</priority>
8+
</url>
9+
</urlset>

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,11 @@ body::after {
570570
}
571571
/* removed bottom 3D control hints */
572572
@media (max-width: 600px) {
573+
html {
574+
background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 25%, #16213e 50%, #1a1a2e 75%, #0a0a0a 100%) !important;
575+
background-size: 400% 400%;
576+
animation: gradientShift 20s ease infinite;
577+
}
573578
body {
574579
padding: 1rem;
575580
}

0 commit comments

Comments
 (0)