Skip to content

Commit 2f5f334

Browse files
authored
Refactor index.html for SEO and content clarity
Updated meta tags for SEO and improved content structure.
1 parent adeb7a6 commit 2f5f334

1 file changed

Lines changed: 139 additions & 135 deletions

File tree

index.html

Lines changed: 139 additions & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -1,170 +1,174 @@
1+
12
<!doctype html>
23
<html lang="en">
34
<head>
45
<meta charset="utf-8" />
5-
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover" />
6-
7-
<!-- Google Search Console -->
86
<meta name="google-site-verification" content="W2MGk2YOgv_eBdixI_ToSnSiXOm_XZZ_27y-cX7Z5n8" />
7+
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover" />
98

10-
<title>Simpatico HR Consultancy | Job & HR Consultancy in Kerala & International</title>
11-
12-
<meta name="description" content="Simpatico HR Consultancy is a job consultancy and HR consultancy in Kerala serving all districts and providing HR consulting and recruitment support for India, Europe, Middle East and global markets. Established in 2013.">
13-
14-
<meta name="keywords" content="job consultancy in Kerala, HR consultancy in Kerala, recruitment consultancy Kerala, placement consultancy Kerala, HR consulting India, international HR consultancy, recruitment process outsourcing RPO">
9+
<title>Simpatico HR Consultancy | Job & HR Consultancy in Kerala & Worldwide</title>
10+
<meta name="description" content="Simpatico HR Consultancy offers expert job consultancy and HR consulting services in Kerala and international HR support for USA, UK, Canada, Australia, Germany, UAE, Qatar and more.">
1511

1612
<meta name="robots" content="index, follow">
17-
<meta name="author" content="Simpatico HR Consultancy">
18-
<link rel="canonical" href="https://simpaticohr.github.io/">
13+
<meta name="keywords" content="HR consultancy Kerala, Job consultancy Kerala, HR services USA, HR consulting UK, HR support Canada, HR solutions Australia, HR services Europe">
1914

20-
<!-- Open Graph -->
21-
<meta property="og:title" content="Simpatico HR Consultancy | Job & HR Consultancy in Kerala">
22-
<meta property="og:description" content="Professional job consultancy and HR consultancy in Kerala with international HR consulting support.">
15+
<meta property="og:title" content="Simpatico HR Consultancy | Job & HR Consultancy Services">
16+
<meta property="og:description" content="Professional HR Consultancy & Job Placement in Kerala and international HR services across USA, UK, Canada, Australia, UAE, Qatar and more.">
2317
<meta property="og:type" content="website">
2418
<meta property="og:url" content="https://simpaticohr.github.io/">
25-
<meta property="og:image" content="https://simpaticohr.github.io/simpatico_hr_banner.png">
19+
<meta property="og:site_name" content="Simpatico HR Consultancy">
20+
<meta property="og:image" content="https://simpaticohr.github.io/Simpaticohrconsultancy-/simpatico_hr_banner.png">
2621

27-
<!-- Fonts & Icons -->
28-
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
22+
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&amp;display=swap" rel="stylesheet">
2923
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
3024

31-
<!-- Schema -->
32-
<script type="application/ld+json">
33-
{
34-
"@context": "https://schema.org",
35-
"@type": "EmploymentAgency",
36-
"name": "Simpatico HR Consultancy",
37-
"url": "https://simpaticohr.github.io/",
38-
"description": "Job consultancy and HR consultancy in Kerala providing recruitment, RPO and HR consulting services for India and international markets.",
39-
"address": {
40-
"@type": "PostalAddress",
41-
"addressLocality": "Perinthalmanna",
42-
"addressRegion": "Kerala",
43-
"addressCountry": "IN"
44-
},
45-
"contactPoint": {
46-
"@type": "ContactPoint",
47-
"telephone": "+91-9544842260",
48-
"contactType": "customer service"
49-
},
50-
"sameAs": [
51-
"https://www.facebook.com/simpaticohrpmna",
52-
"https://www.linkedin.com/company/simpatico-manpower/"
53-
]
54-
}
55-
</script>
56-
5725
<style>
58-
body{margin:0;font-family:'Poppins',sans-serif;background:#f3f7fb;color:#072433}
59-
header{background:linear-gradient(135deg,#003366,#004a88);color:#fff;padding:60px 20px;text-align:center}
60-
section{max-width:1100px;margin:0 auto;padding:50px 20px}
61-
h1,h2,h3{color:#06324f}
62-
nav{background:#002b52;color:#fff;padding:14px 20px;position:sticky;top:0}
63-
nav a{color:#fff;margin-right:16px;font-weight:600;text-decoration:none}
64-
.btn{background:#0063b2;color:#fff;padding:12px 18px;border-radius:8px;border:none;font-weight:600}
65-
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
66-
.card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,0.08)}
67-
footer{background:#071726;color:#cbd5e1;padding:30px 20px;text-align:center}
68-
footer a{color:#9fd0ff;text-decoration:none}
69-
</style>
70-
</head>
26+
/* Reset & base */
27+
html,body {margin:0; padding:0; font-family:'Poppins',sans-serif; background:#f3f7fb; color:#072433;}
28+
a {text-decoration:none; color:inherit;}
29+
img{max-width:100%;height:auto;}
7130

72-
<body>
31+
header {background:#004a88; color:#fff; padding:20px; text-align:center;}
32+
header h1 {margin:0; font-size:28px; font-weight:700;}
33+
header p {font-size:16px; margin-top:6px;}
7334

74-
<nav>
75-
<a href="#home">Home</a>
76-
<a href="#about">About</a>
77-
<a href="#services">Services</a>
78-
<a href="#contact">Contact</a>
79-
</nav>
35+
nav{background:#0063b2; padding:12px 20px; position:sticky; top:0; z-index:999;}
36+
nav ul{list-style:none; display:flex; gap:12px; margin:0; padding:0;}
37+
nav ul li a{color:#eaf4ff; font-weight:600; padding:8px 10px; border-radius:6px;}
38+
nav ul li a:hover{background:rgba(255,255,255,0.2);}
8039

81-
<header id="home">
82-
<h1>Simpatico HR Consultancy</h1>
83-
<p>Job Consultancy & HR Consultancy in Kerala • India • International Markets</p>
84-
<button class="btn" onclick="document.getElementById('contact').scrollIntoView({behavior:'smooth'})">Contact Us</button>
85-
</header>
40+
.container{max-width:1200px; margin:30px auto; padding:0 20px;}
41+
h2{color:#004a88; margin-bottom:10px;}
42+
.muted{color:#6b7280;}
8643

87-
<!-- ABOUT -->
88-
<section id="about">
89-
<h2>About Simpatico HR Consultancy</h2>
90-
91-
<p>
92-
Simpatico HR Consultancy is a professionally established
93-
<strong>job consultancy and HR consultancy in Kerala</strong>,
94-
headquartered in Perinthalmanna. Founded in 2013, we support organizations
95-
and job seekers with structured recruitment and HR consulting solutions.
96-
</p>
97-
98-
<p>
99-
We work with employers across all districts of Kerala, helping improve
100-
hiring outcomes through recruitment strategy, recruitment process
101-
outsourcing (RPO), and HR advisory services.
102-
</p>
103-
104-
<p>
105-
In addition to Kerala-based services, we provide
106-
<strong>international HR consultancy and recruitment advisory</strong>
107-
for clients in the United States, Canada, United Kingdom, Australia,
108-
New Zealand, Germany, Switzerland, Ireland, Italy, France, Netherlands,
109-
Austria, UAE, Saudi Arabia, and Qatar.
110-
</p>
111-
112-
<p>
113-
Our commitment is to ethical recruitment, transparency, and long-term
114-
workforce success.
115-
</p>
116-
</section>
44+
.hero{background:url('simpatico_hr_banner.png') center/cover no-repeat; padding:100px 20px; text-align:center; color:#fff;}
45+
.hero h2{font-size:32px; margin-bottom:12px;}
46+
.hero p{font-size:18px;}
11747

118-
<!-- SERVICES -->
119-
<section id="services">
120-
<h2>Our Services</h2>
48+
.section{margin-bottom:40px;}
49+
.section-content{background:#fff; padding:22px; border-radius:12px; box-shadow:0 6px 20px rgba(0,0,0,0.08);}
12150

122-
<div class="cards">
123-
<div class="card">
124-
<h3>Job Consultancy in Kerala</h3>
125-
<p>Professional recruitment services for IT and non-IT roles across all districts of Kerala.</p>
126-
</div>
51+
.services-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:20px;}
52+
.service-card{background:#fff; padding:18px; border-radius:12px; border:1px solid #e6eef8;}
53+
.service-card h4{margin:0 0 8px; color:#004a88;}
54+
.service-card p{margin:0; color:#374151; font-size:14px;}
12755

128-
<div class="card">
129-
<h3>HR Consultancy Services</h3>
130-
<p>HR advisory, hiring strategy, compliance support and recruitment planning.</p>
131-
</div>
56+
form input,form textarea{width:100%; padding:10px; margin:6px 0 12px; border-radius:8px; border:1px solid #ccc; font-size:14px;}
57+
form button{background:#0063b2; color:#fff; border:none; padding:12px; font-size:16px; border-radius:8px; cursor:pointer;}
13258

133-
<div class="card">
134-
<h3>Recruitment Process Outsourcing (RPO)</h3>
135-
<p>End-to-end recruitment management for scalable and efficient hiring.</p>
136-
</div>
59+
footer{background:#071726; color:#cbd5e1; padding:20px; text-align:center; font-size:14px;}
60+
footer a{color:#5b9aff;}
13761

138-
<div class="card">
139-
<h3>Employer Branding & Hiring Advisory</h3>
140-
<p>Support to improve employer visibility and candidate experience.</p>
141-
</div>
62+
@media(max-width:768px){nav ul{flex-direction:column; gap:8px;}}
63+
</style>
64+
</head>
14265

143-
<div class="card">
144-
<h3>International HR Consultancy</h3>
145-
<p>Recruitment and HR consulting support for global and overseas markets.</p>
146-
</div>
147-
</div>
148-
</section>
66+
<body>
14967

150-
<!-- CONTACT -->
151-
<section id="contact">
152-
<h2>Contact Us</h2>
68+
<header>
69+
<h1>Simpatico HR Consultancy</h1>
70+
<p>Job & HR Consultancy in Kerala — International HR Services Worldwide</p>
71+
</header>
15372

154-
<p><strong>Location:</strong> Perinthalmanna, Kerala, India</p>
155-
<p><strong>Phone:</strong> +91 95448 42260</p>
156-
<p><strong>Email:</strong> simpaticohrconsultancy@gmail.com</p>
73+
<nav>
74+
<ul>
75+
<li><a href="#home">Home</a></li>
76+
<li><a href="#about">About</a></li>
77+
<li><a href="#services">Services</a></li>
78+
<li><a href="#contact">Contact</a></li>
79+
</ul>
80+
</nav>
15781

158-
<p>
159-
<a href="https://wa.me/919544842260">WhatsApp</a> |
160-
<a href="https://www.linkedin.com/company/simpatico-manpower/">LinkedIn</a> |
161-
<a href="https://www.facebook.com/simpaticohrpmna">Facebook</a>
162-
</p>
82+
<section id="home" class="hero">
83+
<h2>Your Trusted HR & Job Consultancy</h2>
84+
<p>We serve all districts of Kerala and provide international HR support globally.</p>
16385
</section>
16486

87+
<div class="container">
88+
89+
<!-- ABOUT -->
90+
<section id="about" class="section">
91+
<div class="section-content">
92+
<h2>About Simpatico HR Consultancy</h2>
93+
<p class="muted">
94+
Established in 2013 and based in Perinthalmanna, Kerala, Simpatico HR Consultancy provides expert
95+
job consultancy and HR services for individuals and businesses. We support career seekers and
96+
employers across Kerala and offer international HR advisory services including USA, UK, Canada,
97+
Australia, Germany, Switzerland, Ireland, Italy, France, Netherlands, Austria, UAE, Saudi Arabia,
98+
Qatar and more.
99+
</p>
100+
<p>
101+
With years of recruitment experience, we bridge candidates to opportunities and help employers build
102+
efficient HR systems. Our priority is ethical, transparent, and effective HR support from hiring
103+
strategy to onboarding.
104+
</p>
105+
</div>
106+
</section>
107+
108+
<!-- SERVICES -->
109+
<section id="services" class="section">
110+
<div class="section-content">
111+
<h2>Our Services</h2>
112+
<div class="services-grid">
113+
<div class="service-card">
114+
<h4>Job Consultancy</h4>
115+
<p>Career guidance, job search support, resume review and interview preparation across all sectors.</p>
116+
</div>
117+
<div class="service-card">
118+
<h4>HR Consultancy</h4>
119+
<p>HR advisory and staffing solutions for businesses in Kerala and international corporate clients.</p>
120+
</div>
121+
<div class="service-card">
122+
<h4>Recruitment Process Outsourcing (RPO)</h4>
123+
<p>End-to-end talent acquisition solutions to streamline recruitment cycles.</p>
124+
</div>
125+
<div class="service-card">
126+
<h4>Employer Branding</h4>
127+
<p>Strengthen your company image to attract high-quality talent.</p>
128+
</div>
129+
<div class="service-card">
130+
<h4>Career Coaching</h4>
131+
<p>One-on-one coaching for job seekers on interview skills and career growth strategy.</p>
132+
</div>
133+
</div>
134+
</div>
135+
</section>
136+
137+
<!-- CONTACT -->
138+
<section id="contact" class="section">
139+
<div class="section-content">
140+
<h2>Contact Us</h2>
141+
<form id="contactForm" onsubmit="handleContact(event)">
142+
<input type="text" id="name" placeholder="Your Name" required>
143+
<input type="email" id="email" placeholder="Email Address" required>
144+
<input type="text" id="phone" placeholder="Phone Number" required>
145+
<textarea id="message" placeholder="Your Message" required></textarea>
146+
<button type="submit">Send Message</button>
147+
</form>
148+
149+
<p class="muted">
150+
Or reach us directly:<br>
151+
📧 <strong>simpaticohrconsultancy@gmail.com</strong><br>
152+
📞 <strong>+91 95448 42260</strong><br>
153+
🌐 Facebook: <a href="https://www.facebook.com/simpaticohrpmna" target="_blank">facebook.com/simpaticohrpmna</a><br>
154+
🔗 LinkedIn: <a href="https://www.linkedin.com/company/simpatico-manpower/" target="_blank">linkedin.com/company/simpatico-manpower</a>
155+
</p>
156+
</div>
157+
</section>
158+
159+
</div>
160+
165161
<footer>
166-
© 2025 Simpatico HR Consultancy · Job & HR Consultancy in Kerala and International Markets
162+
&copy; 2025 Simpatico HR Consultancy Job & HR consultancy in Kerala & Worldwide
167163
</footer>
168164

165+
<script>
166+
function handleContact(e) {
167+
e.preventDefault();
168+
alert("Thank you! Your message has been received. We will contact you soon.");
169+
document.getElementById("contactForm").reset();
170+
}
171+
</script>
172+
169173
</body>
170174
</html>

0 commit comments

Comments
 (0)