Skip to content

Commit

Permalink
SEO Optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
gachezra committed May 8, 2024
1 parent 7c166a9 commit 1f7ba4a
Showing 1 changed file with 27 additions and 19 deletions.
46 changes: 27 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pexmon</title>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<style>
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
</head>
<body>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<div class="attribution" style="background-color: black; color: white;">
&copy; 2024 Pexmon Kenya. ALL RIGHTS RESERVED
</div>
</body>
<title>Pexmon: Kenya's Premier Software Development & IT Outsourcing Partner</title>

<meta name="description" content="Pexmon is Kenya's leading provider of innovative software solutions and reliable IT services. We empower businesses with custom software development, expert IT support, and cost-effective outsourcing. Get a free quote today!" />

<meta name="keywords" content="software development Kenya, IT services Kenya, software outsourcing Kenya, custom software solutions, IT support Kenya, Pexmon Kenya, outsource software development, IT outsourcing company Kenya" />

<meta property="og:url" content="https://pexmon.one/" />
<meta property="og:title" content="Pexmon: Kenya's Premier Software Development & IT Outsourcing Partner" />
<meta property="og:description" content="Get innovative software solutions & reliable IT services from Pexmon, Kenya's leading provider. We offer custom software development, expert IT support, and cost-effective outsourcing. Get a free quote today!" />
<meta property="og:image" content="https://pexmon.one/social-card.png" />

<style>
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<div class="attribution" style="background-color: black; color: white;">
&copy; 2024 Pexmon Kenya. ALL RIGHTS RESERVED
</div>
</body>
</html>

0 comments on commit 1f7ba4a

Please sign in to comment.