Skip to content

Commit 34567e1

Browse files
Add SEO: meta tags, Open Graph/Twitter cards, JSON-LD, sitemap, robots.txt
Improves discoverability for software development, AI integration, mobile/web development, and related searches. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent a48fc45 commit 34567e1

3 files changed

Lines changed: 68 additions & 4 deletions

File tree

index.html

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,65 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Codebase — Transforming ideas into scalable software solutions</title>
7-
<meta name="description" content="Codebase is a software development company specializing in mobile apps, web platforms, and custom software solutions." />
6+
<title>Codebase — Software Development Company | AI Integration, Mobile & Web Apps</title>
7+
<meta name="description" content="Codebase is a software development company building AI-integrated products, mobile apps, web platforms, and custom software. 520+ projects delivered, 4.9★ rated on Freelancer and Upwork." />
8+
<meta name="keywords" content="software development company, AI integration, vibe coding, custom software development, mobile app development, web development company, hire software developers, backend development, API development, UI/UX design, cloud and devops" />
9+
<meta name="author" content="Codebase" />
10+
<meta name="robots" content="index, follow" />
11+
<link rel="canonical" href="https://codebasepk.github.io/" />
812
<link rel="icon" href="assets/logo.png" />
13+
<meta name="theme-color" content="#0a0a0a" />
14+
15+
<!-- Open Graph -->
16+
<meta property="og:type" content="website" />
17+
<meta property="og:site_name" content="Codebase" />
18+
<meta property="og:title" content="Codebase — Software Development Company | AI Integration, Mobile & Web Apps" />
19+
<meta property="og:description" content="AI integration, mobile apps, web platforms, and custom software — 520+ projects delivered, 4.9★ rated on Freelancer and Upwork." />
20+
<meta property="og:url" content="https://codebasepk.github.io/" />
21+
<meta property="og:image" content="https://codebasepk.github.io/assets/logo.png" />
22+
23+
<!-- Twitter -->
24+
<meta name="twitter:card" content="summary_large_image" />
25+
<meta name="twitter:title" content="Codebase — Software Development Company | AI Integration, Mobile & Web Apps" />
26+
<meta name="twitter:description" content="AI integration, mobile apps, web platforms, and custom software — 520+ projects delivered, 4.9★ rated on Freelancer and Upwork." />
27+
<meta name="twitter:image" content="https://codebasepk.github.io/assets/logo.png" />
28+
929
<link rel="preconnect" href="https://fonts.googleapis.com" />
1030
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1131
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
1232
<link rel="stylesheet" href="styles.css" />
33+
34+
<script type="application/ld+json">
35+
{
36+
"@context": "https://schema.org",
37+
"@type": "Organization",
38+
"name": "Codebase",
39+
"url": "https://codebasepk.github.io/",
40+
"logo": "https://codebasepk.github.io/assets/logo.png",
41+
"description": "Codebase is a software development company specializing in AI integration, mobile app development, web development, and custom software solutions.",
42+
"email": "codebasepk@gmail.com",
43+
"telephone": "+92-341-4503584",
44+
"sameAs": [
45+
"https://www.freelancer.com/u/om26er",
46+
"https://www.upwork.com/freelancers/om26er?viewMode=1",
47+
"https://github.com/codebasepk"
48+
],
49+
"aggregateRating": {
50+
"@type": "AggregateRating",
51+
"ratingValue": "4.9",
52+
"reviewCount": "9",
53+
"bestRating": "5"
54+
},
55+
"makesOffer": [
56+
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "AI Integration" } },
57+
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Mobile App Development" } },
58+
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Web Development" } },
59+
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Backend Development & APIs" } },
60+
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "UI/UX Design" } },
61+
{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Cloud & DevOps Solutions" } }
62+
]
63+
}
64+
</script>
1365
</head>
1466
<body>
1567

@@ -45,7 +97,7 @@ <h1 class="hero-title">
4597
Transforming ideas into <span>scalable</span> software solutions
4698
</h1>
4799
<p class="hero-desc">
48-
We build innovative mobile apps, web platforms, and custom software that empowers businesses to grow, scale, and succeed in the digital world.
100+
We build AI-integrated software, mobile apps, and web platforms that empower businesses to grow, scale, and succeed in the digital world. Hire developers for custom software, backend APIs, and cloud solutions.
49101
</p>
50102
<div class="hero-actions">
51103
<a href="#services" class="btn-primary">Explore Our Services</a>
@@ -124,7 +176,7 @@ <h2 class="section-title">Services we offer</h2>
124176
<div class="service-card fade-up">
125177
<div class="service-icon">🤖</div>
126178
<h3>AI Integration</h3>
127-
<p>We integrate powerful AI capabilities into your existing products and workflows — from intelligent chatbots and recommendation engines to automation and data-driven decision-making tools.</p>
179+
<p>We integrate powerful AI capabilities into your existing products and workflows — from vibe coding-assisted app development and intelligent chatbots to recommendation engines, automation, and data-driven decision-making tools.</p>
128180
</div>
129181
<div class="service-card fade-up">
130182
<div class="service-icon">📱</div>

robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://codebasepk.github.io/sitemap.xml

sitemap.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://codebasepk.github.io/</loc>
5+
<changefreq>monthly</changefreq>
6+
<priority>1.0</priority>
7+
</url>
8+
</urlset>

0 commit comments

Comments
 (0)