Skip to content

Commit 25d9615

Browse files
committed
Improve SEO
1 parent 1ab45e9 commit 25d9615

File tree

1 file changed

+98
-1
lines changed

1 file changed

+98
-1
lines changed

index.html

Lines changed: 98 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,104 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/png" href="/albertoLogo.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Ing. Alberto Ruiz</title>
7+
8+
<!-- Primary Meta Tags -->
9+
<title>Ing. Alberto Ruiz - Software Engineer & Full Stack Developer</title>
10+
<meta name="title" content="Ing. Alberto Ruiz - Software Engineer & Full Stack Developer" />
11+
<meta name="description" content="Experienced Software Engineer and Full Stack Developer specializing in modern web technologies, React, Node.js, and cloud solutions. Available for hire and collaboration." />
12+
<meta name="keywords" content="Alberto Ruiz, Software Engineer, Full Stack Developer, React Developer, Node.js, JavaScript, TypeScript, Web Development, Frontend, Backend, Portfolio" />
13+
<meta name="author" content="Alberto Ruiz" />
14+
<meta name="robots" content="index, follow" />
15+
<meta name="language" content="English" />
16+
<meta name="revisit-after" content="7 days" />
17+
18+
<!-- Canonical URL -->
19+
<link rel="canonical" href="https://albertoruiz.dev" />
20+
21+
<!-- Open Graph / Facebook -->
22+
<meta property="og:type" content="website" />
23+
<meta property="og:url" content="https://albertoruiz.dev" />
24+
<meta property="og:title" content="Ing. Alberto Ruiz - Software Engineer & Full Stack Developer" />
25+
<meta property="og:description" content="Experienced Software Engineer and Full Stack Developer specializing in modern web technologies, React, Node.js, and cloud solutions. Available for hire and collaboration." />
26+
<meta property="og:image" content="https://albertoruiz.dev/albertoLogo.png" />
27+
<meta property="og:image:width" content="1200" />
28+
<meta property="og:image:height" content="630" />
29+
<meta property="og:site_name" content="Alberto Ruiz Portfolio" />
30+
<meta property="og:locale" content="en_US" />
31+
32+
<!-- Twitter -->
33+
<meta property="twitter:card" content="summary_large_image" />
34+
<meta property="twitter:url" content="https://albertoruiz.dev" />
35+
<meta property="twitter:title" content="Ing. Alberto Ruiz - Software Engineer & Full Stack Developer" />
36+
<meta property="twitter:description" content="Experienced Software Engineer and Full Stack Developer specializing in modern web technologies, React, Node.js, and cloud solutions. Available for hire and collaboration." />
37+
<meta property="twitter:image" content="https://albertoruiz.dev/albertoLogo.png" />
38+
<meta property="twitter:creator" content="@albertoruiz" />
39+
40+
<!-- Additional SEO Meta Tags -->
41+
<meta name="theme-color" content="#2c3e50" />
42+
<meta name="msapplication-TileColor" content="#2c3e50" />
43+
<meta name="application-name" content="Alberto Ruiz Portfolio" />
44+
45+
<!-- Preconnect to external domains for performance -->
46+
<link rel="preconnect" href="https://fonts.googleapis.com" />
47+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
48+
49+
<!-- Structured Data (JSON-LD) -->
50+
<script type="application/ld+json">
51+
{
52+
"@context": "https://schema.org",
53+
"@type": "Person",
54+
"name": "Alberto Ruiz",
55+
"jobTitle": "Software Engineer",
56+
"description": "Experienced Software Engineer and Full Stack Developer specializing in modern web technologies",
57+
"url": "https://albertoruiz.dev",
58+
"image": "https://albertoruiz.dev/albertoLogo.png",
59+
"sameAs": [
60+
"https://linkedin.com/in/albertoruiz",
61+
"https://github.com/albertoruiz",
62+
"https://twitter.com/albertoruiz"
63+
],
64+
"knowsAbout": [
65+
"JavaScript",
66+
"TypeScript",
67+
"React",
68+
"Node.js",
69+
"Full Stack Development",
70+
"Software Engineering",
71+
"Web Development",
72+
"Cloud Computing"
73+
],
74+
"alumniOf": {
75+
"@type": "Organization",
76+
"name": "Engineering University"
77+
},
78+
"hasOccupation": {
79+
"@type": "Occupation",
80+
"name": "Software Engineer",
81+
"occupationLocation": {
82+
"@type": "Country",
83+
"name": "Mexico"
84+
}
85+
}
86+
}
87+
</script>
88+
89+
<!-- Website structured data -->
90+
<script type="application/ld+json">
91+
{
92+
"@context": "https://schema.org",
93+
"@type": "WebSite",
94+
"name": "Alberto Ruiz Portfolio",
95+
"url": "https://albertoruiz.dev",
96+
"description": "Professional portfolio of Alberto Ruiz, Software Engineer and Full Stack Developer",
97+
"inLanguage": "en-US",
98+
"isAccessibleForFree": true,
99+
"creator": {
100+
"@type": "Person",
101+
"name": "Alberto Ruiz"
102+
}
103+
}
104+
</script>
8105
</head>
9106
<body>
10107
<div id="root"></div>

0 commit comments

Comments
 (0)