The site is a well-built single-page coaching landing page (Netlify, static HTML) with clean responsive behavior, a proper heading hierarchy, real 404 handling, and solid HTTPS setup. It is technically crawlable and indexable.
The biggest gaps are not code quality — they are search visibility fundamentals: no XML sitemap, no robots.txt, no structured data (despite a perfect FAQ candidate), a missing canonical tag, and ~5.7 MB of unoptimized PNG imagery that will hurt Core Web Vitals. There is also a strategic issue: the domain (shenavigates.com) does not match the brand (The Rising MOM), which dilutes brand search.
Top 5 priorities:
Convert 1.5–2.2 MB PNG images to sized WebP/AVIF (performance, LCP)
Impact: ~5.7 MB of imagery on one page → poor LCP, especially on mobile; directly affects Core Web Vitals ranking signals
Fix: Serve resized WebP/AVIF via Cloudinary transforms (w_, f_auto, q_auto); logo needs ~104 px, not full resolution. Target < 200 KB total
Priority: P1
5. No structured data — HIGH (opportunity)
Evidence: No application/ld+json in the HTML. The page is fully static (single inline quiz script + YouTube iframe), so no JS-injected schema exists either
Impact: Missing eligibility for FAQ rich results, video rich results, and knowledge-panel entity signals
Fix: Add JSON-LD:
FAQPage — the 6-question FAQ section is a textbook candidate
ProfessionalService/Organization + Person (Amanda Carmichael, credentials)
VideoObject for the embedded masterclass (YouTube wFBa5WGAT4o)
Priority: P1
6. Redirect chain on www+http — LOW
Evidence:http://www.shenavigates.com/ → https://www.shenavigates.com/ → https://shenavigates.com/ (2 hops). All other variants redirect correctly in 1 hop; HSTS enabled (max-age=31536000)
Fix: Netlify-level: redirect http+www directly to https apex
Priority: P3
✅ Passing checks
Real 404 status for unknown paths (no soft-404 problem)
HTTP → HTTPS and www → apex redirects work
HSTS header present
Fast TTFB (~0.33 s) via Netlify Edge CDN
Responsive: no horizontal scroll at any of 23 viewport widths (deepsyte breakpoints, 320–1920 px)
Mobile renders correctly with sticky CTA (verified via 393×852 capture)
Accessibility tree is clean: banner/main landmarks, logical H1→H2→H3 hierarchy, logo has alt, decorative photo has role="img" + aria-label, quiz modal has role="dialog" + focus-dismiss
On-Page SEO Findings
7. Meta description slightly long — LOW
Evidence: 185 characters ("Watch the free 3-minute Career Reset masterclass and understand…")
Fix: Trim to ~155: "Free 3-minute Career Reset masterclass for ambitious mothers. Understand why your career feels different after motherhood — and choose your next step with clarity."
Priority: P3
8. Title tag — OK with caveat
"Why Your Career No Longer Fits After Motherhood | The Rising MOM" (66 chars) — good keyword targeting, may truncate slightly; acceptable
Note: No other pages exist, so no duplicate-title risk today. If pages are added (about, blog, quiz landing), each needs a unique title
Priority: —
9. Incomplete social metadata — MEDIUM
Evidence (deepsyte OG preview, score 50/100): missing og:url, og:site_name, og:locale, og:image:alt, og:image:width/height, and all twitter:* tags
Impact: Shares render inconsistently across platforms; no large Twitter card
Fix: Add the missing tags + twitter:card: summary_large_image
Priority: P2
10. Missing favicon — LOW
Evidence: No <link rel="icon"> in <head>
Impact: Generic icon in tabs/SERPs; weakens brand polish in search results (Google shows favicons)
Fix: Add 48×48+ icon + apple-touch-icon
Priority: P3
11. No legal/trust pages — MEDIUM (trust + compliance)
Evidence: Footer has only copyright. No privacy policy or terms — yet the page collects data via Tally quiz and Calendly booking
Impact: Trust (E-E-A-T) gap; likely GDPR/UK-GDPR compliance issue given en-GB audience and lead capture
Fix: Add /privacy and /terms pages, link in footer
Priority: P2
✅ Passing checks
Single, keyword-rich H1; logical H2/H3 structure throughout
Descriptive copy aligned to clear search intent ("career change after motherhood")
Images have alt/aria-labels
External CTAs use rel="noopener"
Content & Strategy Findings
12. Brand/domain mismatch — MEDIUM (strategic)
Brand is The Rising MOM; domain is shenavigates.com ("She Navigates"). Anyone hearing the brand name will search "the rising mom" and may not find this domain
Fix options: (a) migrate to therisingmom.com (if available) with 301s, (b) or make "She Navigates" a visible brand element so the two names reinforce each other. At minimum, ensure Organization schema name + alternateName cover both
Priority: P2
13. Single-page = single ranking opportunity — MEDIUM (strategic)
One URL can rank for one keyword cluster. The content targets "career after motherhood" well, but there is no surface for adjacent queries ("career coach for mothers", "return to work after baby", "career change at 30s/40s mum", quiz landing page, testimonials/case studies)
Fix: Add supporting pages over time: About Amanda (E-E-A-T), Quiz landing page, 2–4 blog/guide posts targeting long-tail queries, each interlinked
Priority: P3 (roadmap)
14. E-E-A-T signals present but unmarked — LOW
Strong first-hand experience story (Royal Navy submariner → motherhood → coach) and credentials (Level 5, NLP Master, DISC, trauma-informed, EFT) — but only as on-page text; no schema, no author page, no outbound credential verification links
Priority: P3 (covered partly by finding 5)
15. Intrusive-entry quiz overlay — LOW
A modal quiz prompt appears on first visit (sessionStorage-gated). Lightweight and dismissible, but on mobile Google may treat entry interstitials as intrusive
Fix: Consider delaying to scroll/time trigger instead of on-load