Skip to content

MrIvoe/EcoSMOGSolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eco Smog Solutions Static Website

This project is a self-hostable, SEO-focused website build for California smog check marketing and conversion.

Included pages

  • Home: index.html
  • Smog guide: smog-check-guide.html
  • CAP program: cap-program-california.html
  • Failed smog help: failed-smog-california.html
  • STAR station page: star-station-california.html
  • CARB compliance page: carb-compliance-modified-cars.html
  • FAQ page: faq-smog-check-california.html
  • Local pages: Victorville, Hesperia, Apple Valley

Local preview

Option 1 (Python):

python -m http.server 8080

Open http://localhost:8080.

Option 2 (Node):

npx serve .

Deploy (self-host)

  1. Upload all files in this folder to your web root (usually public_html or /var/www/html).
  2. Keep filenames unchanged.
  3. Ensure sitemap.xml and robots.txt are in the root.
  4. In Google Search Console, submit https://www.ecosmogsolutions.com/sitemap.xml.

Recommended next improvements

  • Connect a real booking endpoint and conversion tracking.
  • Add real review snippets and photos.
  • Expand city pages to 600-900 words each with unique local references.
  • Add monthly blog posts targeting long-tail smog questions.

Configuration required before launch

  1. Booking form email endpoint:

    • Open book-appointment.html.
    • Update the form action if you want to use a different form provider.
    • Current action uses FormSubmit and sends to ecosmogsolutions@outlook.com.
  2. Calendar integration URL:

    • Open book-appointment.html.
    • Replace https://calendly.com/ecosmogsolutions with your live booking URL.
  3. Google Analytics 4:

    • Open script.js.
    • Replace G-XXXXXXXXXX with your real GA4 Measurement ID.
    • Events currently tracked: click_to_call, booking_form_submit, calendar_booking_click.

About

just website stuff for employer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors