Skip to content

GsCommand/local-satellites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HydroSeal Local Satellite Pages

Static local landing pages for HydroSeal-owned domains focused on St. Johns, Nocatee, and Ponte Vedra. These pages are HydroSeal-connected local entry points (not separate brand sites) designed to capture local intent and route visitors back to the main HydroSeal service-area pages.

Repository structure

/shared
  styles.css
/stjohnspaversealing
  index.html
  /assets
/nocateepaversealing
  index.html
  /assets
/pontevedrapaversealing
  index.html
  /assets
README.md
  • shared/styles.css contains all shared styles.
  • Each local folder has a standalone index.html and local assets/ directory.
  • No build tools, frameworks, or JavaScript dependencies are required.

Local pages

  • stjohnspaversealing/index.html
    • HydroSeal service-area link: https://hydrosealpavers.com/service-areas/st-johns-county
  • nocateepaversealing/index.html
    • HydroSeal service-area link: https://hydrosealpavers.com/service-areas/st-johns-county/nocatee
  • pontevedrapaversealing/index.html
    • HydroSeal service-area link: https://hydrosealpavers.com/service-areas/st-johns-county/ponte-vedra

Deploying as static sites (Vercel or Cloudflare Pages)

Each folder can be deployed as its own static site by setting that folder as the publish root and ensuring ../shared/styles.css remains accessible in your deployment layout.

Option A: Deploy from repo root

If your platform supports root deployment with rewrites/routes per domain:

  1. Keep repository structure as-is.
  2. Point each domain to its folder path:
    • /stjohnspaversealing/
    • /nocateepaversealing/
    • /pontevedrapaversealing/

Option B: Deploy each folder separately

If deploying each site as a separate project:

  1. Create a project per local folder.
  2. Include that folder and /shared in the deployed output.
  3. Keep stylesheet path as ../shared/styles.css or adjust as needed for your hosting layout.

Image asset replacement

Each page references local assets via relative paths such as:

  • ./assets/hero.webp
  • ./assets/local-driveway.webp

Current pages include comments showing where final HydroSeal imagery should be inserted. Replace image files inside each local assets/ folder while keeping names/paths consistent.

Updating phone numbers and CTA links

Phone number placeholder

Current placeholder across pages:

  • Display: (904) 555-1234
  • Tel link: tel:+19045551234

Update both the display number and tel: value in each local index.html when final call routing is ready.

HydroSeal destination links

Update CTA links in each local index.html if service-area URLs change.

Brand positioning policy

These pages are intentionally written as HydroSeal-connected local landing pages:

  • Not separate or independent company brands.
  • No fake addresses or fabricated testimonials.
  • Clear messaging that pages are operated by or connected to HydroSeal Pavers.

Local development

Open any page directly in a browser (for example stjohnspaversealing/index.html) or serve with a simple static server from the repository root.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors