-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch-engine-optimization.html
418 lines (368 loc) · 18.4 KB
/
search-engine-optimization.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>SEO | EasyCat</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/easycat_logo.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css" rel="stylesheet">
<!-- Custom CSS -->
<style>
/* General Section Styling */
.custom-software {
padding: 10px 20px 60px 20px;
background: white;
color: #333;
font-family: 'Roboto', sans-serif;
}
.custom-software .section-title {
font-size: 2.5rem;
color: #000000;
margin-bottom: 20px;
font-weight: 700;
text-align: left;
}
.custom-software .section-subtitle {
font-size: 1.2rem;
color: #555;
margin-bottom: 20px;
text-align: left;
}
.custom-software .section-description {
font-size: 1rem;
line-height: 1.8;
color: #444;
margin-bottom: 20px;
text-align: left;
}
/* Services List Styling */
.services-list {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 20px;
margin-bottom: 30px;
}
.service-item {
background: #fff;
padding: 20px;
border: 1px solid #ddd;
border-radius: 8px;
width: calc(33.333% - 20px);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
text-align: left;
}
.service-item h4 {
font-size: 1.2rem;
color: #000000;
margin-bottom: 10px;
}
.service-item p {
font-size: 0.95rem;
color: #666;
line-height: 1.5;
}
.service-item:hover {
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
transform: translateY(-5px);
}
/* Call-to-Action */
.section-call {
padding: 20px 0px 0px 0px;
font-size: 1rem;
font-weight: 500;
color: #333;
text-align: left;
}
.btn-contact {
display: inline-block;
background-color: #000000;
color: #fff;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
font-size: 1rem;
transition: background 0.3s ease;
}
.btn-contact:hover {
background-color: #140505ac;
color: white;
}
/* Responsive Design */
@media (max-width: 991px) {
.service-item {
width: calc(50% - 20px);
}
}
@media (max-width: 767px) {
.service-item {
width: calc(100% - 20px);
}
.custom-software .section-title {
font-size: 2rem;
}
}
</style>
<!-- =======================================================
* Template Name: Day
* Updated: Aug 17 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Top Bar ======= -->
<section id="topbar" class="d-flex align-items-center">
<div class="container d-flex justify-content-center justify-content-md-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope-fill"></i><a
href="mailto:easycattechnologies@gmail.com">easycattechnologies@gmail.com</a>
<i class="bi bi-phone-fill phone-icon"></i> +94 75 792 8275
</div>
<div class="social-links d-none d-md-block">
<a href="#" class="twitter"><i class="bi bi-tiktok"></i></a>
<a href="https://web.facebook.com/EasyCat.techno" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/easycat_technologies/" class="instagram"><i
class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/company/easycat-technologies/" class="linkedin"><i
class="bi bi-linkedin"></i></i></a>
</div>
</div>
</section>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><img src="assets/img/easycat_logo_transparent.png" style="margin-top: -5px; width: 60px; height: 120px; margin-right: 0px;" alt=""><a href="index.html">easyCat</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="index.html">Home</a></li>
<li><a class="nav-link scrollto" href="index.html#about">About</a></li>
<li class="dropdown">
<a href="index.html#services" class="nav-link scrollto active"><span>Services</span> <i
class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="custom-software-development.html">Custom
Software Developemnt</a></li>
<li><a href="search-engine-optimization.html" style="color: white;"
class="nav-link scrollto active">Search Engine
Optimization</a></li>
<li><a href="digital-and-social-media-marketing.html">Digital & Social Media Marketing</a>
</li>
<li><a href="ems-system.html">Employee & Salary Management System</a></li>
<li><a href="web-development.html">Web Design & Development</a></li>
<li><a href="mobile-application-development.html">Mobile Application Development</a></li>
</ul>
</li>
<li><a class="nav-link scrollto" href="packages.html">Packages</a></li>
<!-- <li><a class="nav-link scrollto" href="academy.html">Academy</a></li> -->
<li><a class="nav-link scrollto" href="index.html#team">Team</a></li>
<!-- <li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li> -->
<li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs">
<div class="container">
<ol>
<li><a href="index.html">Home</a></li>
<li>Services</li>
<li>Search Engine Optimization</li>
</ol>
<h2>Search Engine Optimization</h2>
</div>
</section><!-- End Breadcrumbs -->
<!-- Custom Software Development Section -->
<section class="custom-software" id="custom-software">
<div class="container">
<div class="row" data-aos="fade-up">
<div class="col-lg-12">
<h2 class="section-title">Search Engine Optimization (SEO)</h2>
<p class="section-subtitle">
Boost your online visibility and drive organic traffic with proven SEO strategies.
</p>
<p class="section-description">
At <strong>EasyCat</strong>, we specialize in optimizing your website for
search engines, helping you rank higher, attract more visitors, and grow your audience. Our
comprehensive SEO services are designed to improve your online presence and deliver
measurable results.
</p>
<p class="section-description">
From <strong>on-page optimization</strong> to <strong>off-page strategies</strong>, our
experts ensure your website meets the latest SEO standards and attracts relevant,
high-quality traffic.
</p>
</p>
<div class="services-list">
<div class="service-item">
<h4>On-Page SEO</h4>
<p>Optimize content, meta tags, and site structure to improve search engine rankings.
</p>
</div>
<div class="service-item">
<h4>Off-Page SEO</h4>
<p>Enhance domain authority with quality backlinks and proven off-page strategies.</p>
</div>
<div class="service-item">
<h4>Keyword Research</h4>
<p>Identify the most relevant keywords to drive targeted traffic to your website.</p>
</div>
<div class="service-item">
<h4>Technical SEO</h4>
<p>Ensure your site is fast, mobile-friendly, and optimized for search engine crawlers.
</p>
</div>
<div class="service-item">
<h4>Local SEO</h4>
<p>Improve visibility in local searches and connect with your target audience nearby.
</p>
</div>
<div class="service-item">
<h4>SEO Audits & Reporting</h4>
<p>Comprehensive audits and detailed reports to track progress and optimize strategies.
</p>
</div>
</div>
<p class="section-call">
Ready to grow your business online? <a href="mailto:easycattechnologies@gmail.com"
class="btn-contact">Email Us</a> or
<a href="tel:94757928275" class="btn-contact">Call Now</a> or <a href="https://calendly.com/easycattechnologies" class="btn-contact">Book a Meeting</a> to get started with your
customized SEO plan.
</p>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="footer-info">
<h3>EasyCat</h3>
<p>
Colombo <br>
Western Province, LK<br><br>
<strong>Phone:</strong> +94 75 792 8275<br>
<strong>Email:</strong> easycattechnologies@gmail.com<br>
</p>
<div class="social-links mt-3">
<a href="#" class="facebook"><i class="bx bxl-tiktok"></i></a>
<a href="https://web.facebook.com/EasyCat.techno" class="facebook"><i
class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/easycat_technologies/" class="instagram"><i
class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/easycat-technologies/" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#hero">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#about">About</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="packages.html">Packages</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#team">Team</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#contact">Contact</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="custom-software-development.html">Custom
Software Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="search-engine-optimization.html">SEO</a>
</li>
<li><i class="bx bx-chevron-right"></i> <a
href="digital-and-social-media-marketing.html">Digital & Social Media Marketing</a>
</li>
<li><i class="bx bx-chevron-right"></i> <a href="ems-system.html">EMS Software</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="web-development.html">Web Development</a>
</li>
<li><i class="bx bx-chevron-right"></i> <a href="mobile-application-development.html">Mobile
App Development</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>EasyCat Technologies</h4>
<p>Leading the way in innovative software solutions and technology services globally.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© 2025 <strong><span>EasyCat Technologies </span></strong>- All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/day-multipurpose-html-template-for-free/ -->
<!-- Developed by <a href="">easyCat Technologies</a> -->
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>