Commit Graph

7 Commits

Author SHA1 Message Date
3e0969e682 Go-live: remove Coming Soon, add Start Free Trial CTAs, embed pricing page
- Remove coming-soon banner from all pages (index, articles, SEO pages, legal pages)
- Replace all "Get Early Access" CTAs with "Start Free Trial" → https://app.hoaledgeriq.com/pricing
- Hero CTA updated to "Start Your Free 14-Day Trial"
- Pricing section: replace static pricing grid with live iframe embed from app.hoaledgeriq.com/pricing
- Add .pricing-embed-wrap / .pricing-embed / .pricing-embed-fallback CSS
- Hide lead capture signup section (preserved with style="display:none" for future use)
- Update footer "Early Access" → "Start Free Trial" across all pages
- Update calculator CTA → https://app.hoaledgeriq.com/pricing
- Remove "Coming soon to hoaledgeriq.com" copy from privacy/terms footers
- Pages updated: index.html, styles.css, reserve-study-software.html, investment-management.html,
  special-assessment-calculator.html, privacy.html, terms.html, articles/index.html,
  articles/why-we-built-hoa-ledgeriq.html, articles/hoa-financial-blind-spots.html

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 09:38:19 -04:00
bd20195df3 Add Insights blog section with two founding articles
- Create articles/ directory with hub index page (newest-first card grid)
- Add Article 1: "Why We Built HOA LedgerIQ" (March 16, 2026, founder story)
- Add Article 2: "5 Financial Blind Spots Putting Your HOA at Risk" (April 1, 2026, use case)
- Both articles include screenshot carousel, article CTA, prev/next nav, and full SEO meta
- Add blog/article CSS to styles.css (hub hero, card grid, article prose, showcase, CTA)
- Add "Insights" nav link to index.html, reserve-study-software.html, investment-management.html
- Add "Insights" to footer Pages column on all pages (index.html gets a Pages column added)
- Add articles/ pages to sitemap.xml with appropriate priorities and lastmod dates

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 13:04:55 -04:00
5f934e70eb Fix free trial period from 30 days to 14 days across all pages
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 11:37:42 -04:00
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