Skip to content

Commit 1814256

Browse files
committed
Fix SEO
1 parent 25d9615 commit 1814256

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@
5757
"url": "https://albertoruiz.dev",
5858
"image": "https://albertoruiz.dev/albertoLogo.png",
5959
"sameAs": [
60-
"https://linkedin.com/in/albertoruiz",
61-
"https://github.com/albertoruiz",
62-
"https://twitter.com/albertoruiz"
60+
"https://www.linkedin.com/in/albertoruizperez/",
61+
"https://github.com/ing-alruiz"
6362
],
6463
"knowsAbout": [
6564
"JavaScript",
@@ -80,7 +79,7 @@
8079
"name": "Software Engineer",
8180
"occupationLocation": {
8281
"@type": "Country",
83-
"name": "Mexico"
82+
"name": "Costa Rica"
8483
}
8584
}
8685
}

src/data/globals.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"socialLinks": [
44
{ "icon": ["fab", "whatsapp"], "url": "https://wa.me/+50685625736" },
55
{ "icon": ["fab", "linkedin"], "url": "https://www.linkedin.com/in/albertoruizperez/" },
6-
{ "icon": ["far", "envelope"], "url": "mailto:[email protected]" }
6+
{ "icon": ["far", "envelope"], "url": "mailto:[email protected]" },
7+
{ "icon": ["fab", "github"], "url": "https://github.com/ing-alruiz" }
78
],
89
"companies": [
910
{

0 commit comments

Comments
 (0)