Skip to content

Commit

Permalink
feat(SEO): 🔍 new meta description & meta keywords added
Browse files Browse the repository at this point in the history
  • Loading branch information
juamber-rgs committed Apr 17, 2024
1 parent 063a8fc commit 3383021
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand All @@ -7,9 +7,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Hi! I'm Juan Sáez García 🚀, a full stack web developer with a main focus on the front end. I'm passionate about creating engaging and functional user experiences through the use of modern technologies and innovative tools."
content="Juan Sáez García, a full stack web developer specializing in front end. I create attractive and functional user experiences with modern and innovative technologies. Check out my portfolio to see my projects."
/>
<meta
name="keywords"
content="JuamBer, Juan Sáez García, Full Stack Web Developer, Front End, User Experience, Portfolio, Projects"
/>
<meta name="keywords" content="Juan Saez, Juan Sáez, Juan Saez Garcia, Juan Sáez García" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!-- FONT AWESOME -->
<script src="https://kit.fontawesome.com/3fd6ee7458.js" crossorigin="anonymous"></script>
Expand Down

0 comments on commit 3383021

Please sign in to comment.