Server : LiteSpeed
System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : outerorb ( 1091)
PHP Version : 8.1.34
Disable Function : mail
Directory :  /home2/outerorb/techcare-services.com/

๐Ÿ“ Create New:
โฌ†๏ธ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

๐Ÿ“„ File: service-seo.php

Path: /home2/outerorb/techcare-services.com/service-seo.php

Size: 11.1 KB

Permissions: 0666

<?php
/**
 * TechCare Services - SEO Optimization Service
 * Comprehensive Search Engine Optimization Solutions
 */

// Include configuration
require_once 'config.php';

// Page-specific SEO settings
$page_title = 'SEO Optimization Services - Improve Rankings & Drive Organic Traffic | TechCare Services';
$meta_description = 'Professional SEO services including keyword research, on-page optimization, technical SEO, and link building to improve your Google rankings and drive qualified traffic to your business.';
$meta_keywords = 'SEO services, search engine optimization, keyword research, on-page SEO, technical SEO, link building, local SEO, Google rankings';
$active_page = 'services';

// Include header
require_once INC_PATH . 'header.php';
?>

<div id="top"></div>

<!-- Subheader Section -->
<section id="subheader" class="jarallax relative">
    <img src="<?php echo image('background/2.webp'); ?>" class="jarallax-img" alt="">
    <div class="container relative z-2">
        <div class="row justify-content-between align-items-center">
            <div class="col-lg-6">
                <div class="subtitle s2 wow fadeInUp mb-2">Rank Higher Grow Faster</div>
                <div class="clearfix"></div>
                <h1 class="wow fadeInUp" data-wow-delay=".4s">SEO Optimization</h1>
                <div class="crumb-wrapper">
                    <ul class="crumb wow fadeInUp" data-wow-delay=".8s">
                        <li><a href="<?php echo url('index.php'); ?>">Home</a></li>
                        <li><a href="<?php echo url('services.php'); ?>">Services</a></li>
                        <li class="active">SEO Optimization</li>
                    </ul>
                </div>
            </div>

            <div class="w-40 abs abs-middle end-0 xs-hide">
                <img src="<?php echo image('misc/c1.webp'); ?>" class="w-100 wow scaleIn" data-wow-duration="2s" alt="">
            </div>
        </div>
    </div>
</section>

<!-- Introduction -->
<section>
    <div class="container">
        <div class="row align-items-center g-4">
            <div class="col-lg-12">
                <h3>We help you uncover the exact search terms your potential customers are usingโ€”revealing powerful insights that serve as your roadmap to higher rankings, better conversions, and long-term organic growth. Through strategic SEO, we turn search intent into opportunity and visibility into results.</h3>
            </div>
        </div>
    </div>
</section>

<!-- What's Included Section -->
<section class="bg-color-2-op-2 overflow-hidden rounded-1 mx-4 py-5">
    <div class="container relative z-2">
        <div class="row">
            <div class="col-lg-12">
                <h2 class="mb-4 wow fadeInUp">What's Included in Our SEO Services</h2>
            </div>
        </div>

        <div class="row g-4">
            <div class="col-lg-4 col-md-6">
                <div class="bg-white p-40 h-100 rounded-1">
                    <div class="relative wow fadeInUp">
                        <div class="w-80px h-80px bg-color text-light rounded-circle d-flex align-items-center justify-content-center mb-4">
                            <i class="fas fa-search fs-32"></i>
                        </div>
                        <h4>Keyword Research & Strategy</h4>
                        <p class="mb-0">Comprehensive keyword discovery focused on your specific audience and industry to drive relevant traffic and maximize conversions.</p>
                    </div>
                </div>
            </div>

            <div class="col-lg-4 col-md-6">
                <div class="bg-white p-40 h-100 rounded-1">
                    <div class="relative wow fadeInUp">
                        <div class="w-80px h-80px bg-color text-light rounded-circle d-flex align-items-center justify-content-center mb-4">
                            <i class="fas fa-file-alt fs-32"></i>
                        </div>
                        <h4>On-Page Optimization</h4>
                        <p class="mb-0">Optimize titles, meta descriptions, headers, content, images, and internal linking structure for better search engine visibility.</p>
                    </div>
                </div>
            </div>

            <div class="col-lg-4 col-md-6">
                <div class="bg-white p-40 h-100 rounded-1">
                    <div class="relative wow fadeInUp">
                        <div class="w-80px h-80px bg-color text-light rounded-circle d-flex align-items-center justify-content-center mb-4">
                            <i class="fas fa-cogs fs-32"></i>
                        </div>
                        <h4>Technical SEO Audits</h4>
                        <p class="mb-0">Fix critical technical issues including site speed, mobile responsiveness, crawlability, indexing, and structured data implementation.</p>
                    </div>
                </div>
            </div>

            <div class="col-lg-4 col-md-6">
                <div class="bg-white p-40 h-100 rounded-1">
                    <div class="relative wow fadeInUp">
                        <div class="w-80px h-80px bg-color text-light rounded-circle d-flex align-items-center justify-content-center mb-4">
                            <i class="fas fa-link fs-32"></i>
                        </div>
                        <h4>Link Building Campaigns</h4>
                        <p class="mb-0">Build high-quality backlinks from authoritative websites to increase your domain authority and improve search rankings.</p>
                    </div>
                </div>
            </div>

            <div class="col-lg-4 col-md-6">
                <div class="bg-white p-40 h-100 rounded-1">
                    <div class="relative wow fadeInUp">
                        <div class="w-80px h-80px bg-color text-light rounded-circle d-flex align-items-center justify-content-center mb-4">
                            <i class="fas fa-map-marker-alt fs-32"></i>
                        </div>
                        <h4>Local SEO Optimization</h4>
                        <p class="mb-0">Optimize Google Business Profile, local citations, and location-specific content to dominate local search results.</p>
                    </div>
                </div>
            </div>

            <div class="col-lg-4 col-md-6">
                <div class="bg-white p-40 h-100 rounded-1">
                    <div class="relative wow fadeInUp">
                        <div class="w-80px h-80px bg-color text-light rounded-circle d-flex align-items-center justify-content-center mb-4">
                            <i class="fas fa-pen-nib fs-32"></i>
                        </div>
                        <h4>Content Strategy & Optimization</h4>
                        <p class="mb-0">Create SEO-friendly content that ranks well and engages your audience based on keyword research and search intent.</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- SEO Process Section -->
<section>
    <div class="container">
        <div class="row">
            <div class="col-lg-12">
                <h2 class="mb-4 wow fadeInUp">Our SEO Process</h2>

                <div class="row justify-content-center">
                    <div class="col-6 col-md-3 de-step de-step-arrow wow fadeInRight" data-wow-delay=".2s">
                        <div class="de-step-icon">
                            <i class="fas fa-search fa-2x"></i>
                        </div>
                        <h4 class="fw-bold">Step 1</h4>
                        <p>Comprehensive keyword and competitor research to uncover high-impact ranking opportunities tailored to your niche.</p>
                    </div>
                    <div class="col-6 col-md-3 de-step de-step-arrow wow fadeInRight" data-wow-delay=".4s">
                        <div class="de-step-icon">
                            <i class="fas fa-sitemap fa-2x"></i>
                        </div>
                        <h4 class="fw-bold">Step 2</h4>
                        <p>On-page optimization covering meta tags, site structure, internal links, and other core SEO elements to boost relevance.</p>
                    </div>
                    <div class="col-6 col-md-3 de-step de-step-arrow wow fadeInRight" data-wow-delay=".6s">
                        <div class="de-step-icon">
                            <i class="fas fa-pen-nib fa-2x"></i>
                        </div>
                        <h4 class="fw-bold">Step 3</h4>
                        <p>Strategic content planning and creation based on keyword research and search intent to attract and engage your audience.</p>
                    </div>
                    <div class="col-6 col-md-3 de-step wow fadeInRight" data-wow-delay=".8s">
                        <div class="de-step-icon">
                            <i class="fas fa-chart-line fa-2x"></i>
                        </div>
                        <h4 class="fw-bold">Step 4</h4>
                        <p>Ongoing performance tracking, actionable insights, and continuous optimization to maximize visibility and conversions.</p>
                    </div>
                </div>

            </div>
        </div>
    </div>
</section>

<!-- Why It Matters Section -->
<section class="bg-color-3-op-1 mx-4 overflow-hidden rounded-1">
    <div class="container">
        <div class="row g-4 gx-5 align-items-center">
            <div class="col-lg-6">
                <img src="<?php echo image('misc/c3.webp'); ?>" class="w-100 wow scaleIn" alt="">
            </div>
            <div class="col-lg-6">
                <h2 class="mb-3 wow fadeInUp">Why SEO Matters for Your Business</h2>
                <p class="wow fadeInUp">Without SEO, you're missing out on qualified traffic. With our strategic approach, you'll create visibility that drives sustainable growth and maximizes your ROI.</p>
                <ul class="ul-check wow fadeInUp">
                    <li>Increases organic traffic and qualified leads</li>
                    <li>Improves brand visibility and credibility</li>
                    <li>Provides long-term sustainable results</li>
                    <li>Outranks competitors on high-value search terms</li>
                    <li>Delivers better ROI than paid advertising</li>
                </ul>
            </div>
        </div>
    </div>
</section>

<!-- CTA Section -->
<section>
    <div class="container">
        <div class="row text-center">
            <div class="col-lg-12">
                <h2 class="wow fadeInUp">Ready to Rank Higher on Google?</h2>
                <p class="wow fadeInUp">Let us create an SEO strategy that gives you a competitive edge in search results and drives qualified traffic to your business.</p>
                <a href="<?php echo url('contact.php'); ?>" class="btn-main btn-lg fx-slide px-5 py-3 wow fadeInUp"><span>Get Your Free SEO Consultation</span></a>
            </div>
        </div>
    </div>
</section>

<?php
// Include footer
require_once INC_PATH . 'footer.php';
?>

โ† Back to Directory Edit File ๐Ÿ”’ Chmod

WP File Manager