Website Setup Guide
Everything you need to install, edit, and deploy your Business Website Package™.
1. Installation
Unzip the package you downloaded after purchase. You'll find HTML pages, a css folder, a js folder, and an images folder — open index.html in your browser to preview it locally before making any changes.
2. Deployment
Upload the unzipped folder to any standard static hosting provider (for example, a shared host, Netlify, Vercel, or similar). Point your domain's DNS at the hosting provider, and the site is live.
3. Editing Text Content
Open any .html file in a text editor. Text content sits in plain HTML tags such as headings and paragraphs, so you can update it directly without touching the design or layout code.
4. Changing Images
Replace the files in the images folder with your own photos, keeping the same file names, or update the image paths in the HTML if you use new file names.
5. Hosting Setup
Most static hosting providers let you upload a folder or connect a Git repository. Follow your provider's instructions for pointing a custom domain at your uploaded files.
6. Basic SEO
Each page already includes a title tag, meta description, and Open Graph tags. Update these values to match your business name, city, and services before you launch.
7. Updating the Website
Because the site is static HTML, updates are made by editing the relevant file directly and re-uploading it to your hosting provider — no build step required.