Skip to content

Commit d2ffccf

Browse files
author
Fernando Tona
committed
feat: add meta tags and favicon for improved SEO and branding
1 parent adc5b20 commit d2ffccf

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

assets/images/favicon.svg

Lines changed: 14 additions & 0 deletions
Loading

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="Fernando Tona - Software Developer specializing in .NET/C# and Azure. Problem-Solver with a Musician's Discipline.">
8+
<meta name="author" content="Fernando Tona">
9+
<meta name="keywords" content="Fernando Tona, Software Developer, .NET, C#, Azure, Developer Portfolio">
710
<title>Fernando Tona - Developer</title>
11+
12+
<meta property="og:title" content="Fernando Tona - Developer">
13+
<meta property="og:description" content="Software Developer | .NET/C# | Azure | Problem-Solver with a Musician's Discipline">
14+
<meta property="og:image" content="https://fernandotonacoder.github.io/assets/images/fernando-tona-dev-pic.jpg">
15+
<meta property="og:url" content="https://fernandotonacoder.github.io/">
16+
<meta property="og:type" content="website">
17+
18+
<link rel="icon" type="image/svg+xml" href="./assets/images/favicon.svg">
19+
820
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet"
921
integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
1022
<link rel="stylesheet" href="./css/style.css">

0 commit comments

Comments
 (0)