<?php
$page = 'freedomains';
include 'inc/nav.php'; ?>

<!-- HERO -->

<section class="hero position-relative overflow-hidden pt-80 pb-80">
  <div class="container">
    <div class="row align-items-center position-relative">
      <!-- Left Content -->
      <div class="col-lg-6">
        <div class="hero-badge-pills">
          <span class="hero-pill hero-pill--accent">
            <i class="fa-solid fa-bolt"></i> Top Rated Free Web Hosting 2026
          </span>
        </div>

        <h1 class="display-5 text-dark mb-3 hero_heading">100% Totally Free Domain and Hosting for Lifetime</h1>
        <div>
          <p class="hero-sub mb-4">GoogieHost gives you a free subdomain and lifetime free hosting in one account no credit card, no expiry, no hidden renewal fees. Your website gets a real online address, free SSL, NVMe SSD storage, and unmetered bandwidth from the moment you sign up. The only platform that gives you free domains and hosting together.</p>

        </div>


        <!-- Domain Search -->
        <form class="hero-domain-search mb-3 mt-4" action="#" method="get">
          <label class="visually-hidden" for="heroDomainSearch">Search domain</label>
          <span class="hero-domain-search__icon" aria-hidden="true">
            <i class="fa-solid fa-magnifying-glass"></i>
          </span>
          <input
            type="search"
            id="heroDomainSearch"
            name="domain"
            class="hero-domain-search__input"
            placeholder="Search domain..."
            autocomplete="off">
          <button class="hero-domain-search__button" type="submit">Search</button>
        </form>

      </div>
      <!-- Right: Hero Image with floating badges -->
      <div class="col-lg-6">
        <div class="hero-img-wrap">
          <img src="assets/images/totally-free-domain-and-hosting-for-lifetime.webp" alt="100% Free Domain Name" class="hero-main-img w-100 h-auto" width="1000" height="849" />
        </div>
      </div>
    </div>
  </div>
</section>

<?php include 'inc/stats-band.php'; ?>



<!-- Feature Section  -->
<?php

// Define data (DO NOT use return here)
$features = [
  'section' => [
    'title' => 'Free Domain and Hosting features',
    'description' => 'GoogieHost gives you free domains and hosting together not two separate products with two separate bills. Every feature below is included in your free account from day one, with no credit card and no upgrade required to access the essentials.',
  ],

  'items' => [
    [
      'icon' => 'assets/images/icon/free-subdomain.svg',
      'title' => 'Free Subdomain',
      'description' => 'Your yourname.googiehost.com subdomain is live within minutes of signup, no domain registration process, no WHOIS verification, no transfer waiting period. A free online address for your website, portfolio, project, or blog active immediately and permanently free with no annual renewal cost attached.',
    ],
    [
      'icon' => 'assets/images/icon/free-ssl-always-on.svg',
      'title' => 'Free SSL Certificate',
      'description' => 'Free SSL is activated automatically on your subdomain and any custom domain you connect to GoogieHost hosting. Your website runs on HTTPS from setup no Certbot configuration, no certificate purchase, no manual renewal. Google ranks HTTPS sites higher. Visitors trust the padlock. Both happen automatically at zero cost.',
    ],
    [
      'icon' => 'assets/images/icon/lifetime-free-hosting.svg',
      'title' => 'Lifetime Free Hosting',
      'description' => 'Your free domain comes with lifetime free hosting, 1000MB NVMe SSD storage, unmetered bandwidth, and a DirectAdmin control panel all permanently free. No trial period, no credit card on file waiting to charge, no annual hosting renewal to worry about. Free domain and hosting lifetime exactly as described.',
    ],
    [
      'icon' => 'assets/images/icon/full-dns-control.svg',
      'title' => 'Full DNS Control',
      'description' => 'Manage your domains DNS records A, AAAA, CNAME, MX, TXT directly from your DirectAdmin dashboard. Point subdomains, configure email routing, verify domain ownership for third-party services, and manage all DNS settings without a separate DNS provider account or additional cost.',
    ],
    [
      'icon' => 'assets/images/icon/custom-domain-connection.svg',
      'title' => 'Custom Domain Connection',
      'description' => 'Connect any registered domain to your GoogieHost free hosting via DNS configuration in DirectAdmin. No domain transfer required. No platform connection fee. Point your existing .com, .org, .net, or country-code domain to GoogieHost nameservers and your site is live on your brand domain free.',
    ],
    [
      'icon' => 'assets/images/icon/Softaculous-1-click-Installer.svg',
      'title' => 'One-Click App Installer',
      'description' => 'Install WordPress, Joomla, or other CMS platforms directly to your free domain in under 60 seconds. No manual file uploads, no database setup commands. Your free domain gets a fully functional WordPress site or any other CMS live and accessible on your chosen address within minutes of signup.',
    ],
  ],
];
?>

<section class="feature-light-section pt-80 pb-80">
  <div class="container text-center">

    <div class="feature-light-head mb-5">
      <h2 class="display-6 section_heading fw-bold text-dark">
        <?= htmlspecialchars($features['section']['title']) ?>
      </h2>
      <p class="section_para mx-auto">
        <?= htmlspecialchars($features['section']['description']) ?>
      </p>
    </div>

    <div class="row g-4 text-start">
      <?php foreach ($features['items'] as $item): ?>
        <div class="col-md-6 col-lg-4">
          <div class="feature-light-card h-100">

            <img
              src="<?= htmlspecialchars($item['icon']) ?>"
              class="w-25 mb-3"
              alt="<?= htmlspecialchars($item['title']) ?>">

            <h3 class="feature-title-light">
              <?= htmlspecialchars($item['title']) ?>
            </h3>

            <p class="feature-text-light mb-0">
              <?= htmlspecialchars($item['description']) ?>
            </p>

          </div>
        </div>
      <?php endforeach; ?>
    </div>

  </div>
</section>


<section class="hosting-numbers-section pt-80 pb-80">
  <div class="container">
    <h2 class="display-6 section_heading fw-bold text-dark text-center">One Free Domain, Every Starting Point</h2>
    <p class="section_para text-center mx-auto mb-5">From a student's first portfolio to a nonprofit's campaign page a free domain and hosting removes the cost barrier for every type of website.</p>
    <div class="hosting-numbers-shell overflow-hidden">
      <div class="row g-4 align-items-stretch">

        <div class="col-lg-6 text-center align-items-center d-flex justify-content-center">
          <img src="assets/images/one-free-domain-every-starting-point.webp" alt="One Free Domain, Every Starting Point" class="w-100">
        </div>

        <div class="col-lg-6">
           <div class="point mb-3">
          <div class="feature-light-icon-wrapper mb-0"><i class="fa-solid fa-user-graduate"></i></div>
          <div class="point-body">
            <h4>Students and Learners</h4>
            <p class="mb-0 text-muted ">Get a free subdomain for your portfolio, college project, or web development practice. Submit live URLs to your professors, share your work with recruiters, and build real hosting experience without spending anything on a domain or hosting plan.</p>
          </div>
        </div>
        <div class="point mb-3">
          <div class="feature-light-icon-wrapper mb-0"><i class="fa-solid fa-user-graduate"></i></div>
          <div class="point-body">
            <h4>Students & Learners</h4>
            <p class="mb-0 text-muted">Practice WordPress theme development, plugin customization, and web design on a live server for free. Build your portfolio, complete coursework, and graduate with real hosting experience under your belt.</p>
          </div>
        </div>
        <div class="point mb-3">
          <div class="feature-light-icon-wrapper mb-0"><img src="assets/images/icon/bloggers.png" alt="Bloggers and Creators" class="w-100"></div>
          <div class="point-body">
            <h4>Bloggers and Creators</h4>
            <p class="mb-0 text-muted">Start your blog on a free subdomain before committing to a custom domain purchase. Validate your content, build an audience, and prove your concept first. Connect a custom domain when your blog is ready and keep your hosting free throughout.</p>
          </div>
        </div>
        <div class="point mb-3">
          <div class="feature-light-icon-wrapper mb-0"><i class="fa-solid fa-building-ngo"></i></div>
          <div class="point-body">
            <h4>NGOs and Nonprofits</h4>
            <p class="mb-0 text-muted">Organizations without a domain budget get a permanent free subdomain live, SSL-secured, and ad-free. Connect an organization domain when funding is available. Until then, your NGO website is online at zero cost on a trusted platform.</p>
          </div>
        </div>

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



<?php include 'inc/testimonials.php'; ?>

<?php include 'inc/achievments.php'; ?>

<?php
$faqs = [
  [
    'cat' => 'billing',
    'question' => "Is the GoogieHost free domain really free with no expiry or renewal fees?",
    'answer' => "Yes. Your GoogieHost free subdomain yourname.googiehost.com is yours permanently with no annual renewal fee, no expiry date, and no credit card required. The same free subdomain plan has been running since 2012 with no change to its free-forever terms.",
  ],
  [
    'cat' => 'support',
    'question' => "What does a GoogieHost free domain look like?",
    'answer' => "Your free domain takes the format yourname.googiehost.com where yourname is the subdomain prefix you choose during account setup. It is live immediately after signup, SSL-secured automatically, and accessible from any browser worldwide with no DNS propagation delay.",
  ],
  [
    'cat' => 'features',
    'question' => "Can I get a totally free .com or .org domain on GoogieHost?",
    'answer' => "GoogieHost provides a free subdomain yourname.googiehost.com at zero cost with no expiry. A custom .com or .org domain requires registration through a domain registrar, which carries an annual fee. However, once you own a custom domain, you can connect it to GoogieHost free hosting at no additional platform cost keeping your hosting free while using your own domain.",
  ],
  [
    'cat' => 'billing',
    'question' => "Does free domain and hosting lifetime mean both are free forever?",
    'answer' => "Yes. GoogieHost free hosting including your subdomain, SSL certificate, NVMe SSD storage, and unmetered bandwidth has no expiry date. Both the domain address and the hosting infrastructure are free permanently, on the same account, with no billing event triggered at any point.",
  ],
  [
    'cat' => 'features',
    'question' => "Can I connect my own custom domain to GoogieHost free hosting?",
    'answer' => "Yes. Connect any registered domain to your GoogieHost free hosting account via DNS configuration in DirectAdmin. Update your domain nameservers or add an A record pointing to your hosting IP. Free SSL activates automatically on your custom domain within minutes of DNS propagation.",
  ],
  [
    'cat' => 'technical',
    'question' => "Is SSL included free on all domains subdomain and custom domain?
",
    'answer' => "Yes. Free SSL is auto-activated on your GoogieHost subdomain immediately at signup. When you connect a custom domain via DNS, free SSL activates on that domain too automatically, with no manual certificate installation or annual renewal cost.",
  ],
  [
    'cat' => 'billing',
    'question' => "Can I use my free GoogieHost domain for a WordPress website?",
    'answer' => "Yes. Install WordPress on your free subdomain using the one-click app installer in DirectAdmin. Your WordPress site is live on your free domain yourname.googiehost.com in under 60 seconds, with SSL active and no manual configuration required.",
  ],
  [
    'cat' => 'billing',
    'question' => "What happens to my free domain if I upgrade to paid hosting later?",
    'answer' => "Your free subdomain remains active on your GoogieHost account regardless of whether you upgrade to a paid plan. If you connect a custom domain and later upgrade your hosting to a paid plan, your domain connection and DNS settings carry over no reconfiguration required.",
  ],
];

include 'inc/faq-component.php'; ?>



<?php include 'inc/footer.php'; ?>