ES-Phoenix

Phoenix Emergency Services - GitHub Pages Site

🌐 Live Site

phoenixemergencyservices.com

📂 Project Structure

ES-Phoenix/
├── *.html              # Service pages (root directory for GitHub Pages)
├── index.html          # Homepage
├── 404.html            # Custom 404 page  
├── live_dashboard.html # Client dashboard
├── emergency-services.css # Shared styles
├── fractal_cli.py      # Page generation tool
└── CNAME               # Custom domain configuration

🚀 Quick Start

Generate a New Page

python3 fractal_cli.py generate --entity "plumber" --location "Mesa" --keyword "emergency plumber Mesa"

Manual HTML Editing

  1. Edit any HTML file directly
  2. Commit and push to deploy:
    git add .
    git commit -m "Update page content"
    git push origin gh-pages
    

View Dashboard

📝 Content Guidelines

Service Direct Compliance

Entity Density

🛠️ Deployment

GitHub Pages Setup

  1. Repository: phoenixemergencyservices/phoenixemergencyservices.github.io
  2. Branch: gh-pages
  3. Custom domain: phoenixemergencyservices.com
  4. All HTML files in root directory (required for GitHub Pages)

Deploy Changes

git push origin gh-pages

Changes are live within 1-2 minutes.

📊 Current Pages (21 Total)

Services

🔧 Manual Tasks

Update Headlines

Edit HTML directly:

<h1>Connect With a Plumber in Scottsdale Today</h1>

Check 404.html for proper redirects to existing pages.

Add New Service Area

  1. Generate page with fractal_cli.py
  2. Add to live_dashboard.html
  3. Commit and push

📞 Contact

Phone number for all pages: (602) 555-0101


Simple, manual, GitHub Pages-based approach. No WordPress, no automation, just HTML.