Commit Graph

4 Commits

Author SHA1 Message Date
99ec08624e Improve SEO pages layout, styling, and add screenshot carousel
- Fix nav on both pages to use correct .nav/.nav-inner structure (was
  using .navbar which had no styles defined), matching index.html
- Add coming-soon banner and Login button to both SEO pages
- Add screenshot carousel (hero-visual) to both pages matching index.html
- Fix footer to use full footer-inner/footer-col structure with logo
- Add 200+ lines of missing CSS to styles.css: .problem-section,
  .solution-section, .comparison-table, .strategies-section,
  .calculator-section, .compliance-section, .cta-section, and all
  child components — all matching the dark theme design system
- Fix investment calculator element IDs to avoid conflicts with
  the main ROI calculator in app.js
- Add Chatwoot support widget to both pages for consistency
- Full mobile responsiveness for all new components

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 11:21:24 -04:00
c4f71bcc6a chore: Change trial period from 30-day to 14-day
Updated all trial period references:
- '30-day free trial' → '14-day free trial'
- '30 day' → '14 day'

Applied to:
- reserve-study-software.html
- investment-management.html
- special-assessment-calculator.html
2026-03-31 16:05:21 -04:00
f461b9c183 fix: Add Google Fonts and proper CSS linking to SEO pages
- Added Google Fonts Inter font family link
- Fixed CSS stylesheet path
- Ensures consistent styling with main homepage

Pages fixed:
- reserve-study-software.html
- investment-management.html
- special-assessment-calculator.html
2026-03-31 08:04:02 -04:00
b13b733d7b feat: Add 3 high-priority SEO pages
New pages targeting high-value keywords:

1. /reserve-study-software.html
   - Targets: 'HOA reserve study software' (2,400 searches/mo)
   - Compares traditional vs. AI-powered reserve studies
   - CTA: ROI calculator + preview signup

2. /investment-management.html
   - Targets: 'HOA investment management' (1,900 searches/mo)
   - Investment strategies by risk level
   - Interactive investment calculator
   - State compliance guidance

3. /special-assessment-calculator.html
   - Targets: 'HOA special assessment calculator' (720 searches/mo)
   - Risk assessment calculator
   - Warning signs checklist
   - Prevention strategies

SEO Optimizations:
- Unique title tags with target keywords
- Meta descriptions with keywords + CTA
- Proper H1/H2 hierarchy
- Internal linking structure
- Schema-ready markup
- GA4 event tracking included

Expected Impact:
- 3 new pages ranking in top 20 within 60 days
- Combined 5,000+ searches/month keyword coverage
- Lead generation through calculators
- Improved domain authority
2026-03-30 20:43:57 -04:00