Demonstration artifact - not a customer engagement.
This example shows the format and depth of a real Repair Sprint deliverable. The target page is a publicly audited third-party site used for demonstration only.
Discover an Example Repair Sprint: Verified Landing Page Fixes
Target: basecamp.com - SEO Foundations finding
1. Original observation
The Nebula audit detected that basecamp.com's <title> tag contains only 8 characters (“Basecamp”), which is below the recommended 30–60 character range for search relevance. The meta description runs 185 characters, exceeding the ~155-character SERP truncation point. The H1 text is 95 characters, above the 90-character heuristic for clean above-fold messaging on mobile viewports.
2. Evidence atom
title: "Basecamp" (8 chars)
meta desc: 185 chars (truncates at ~155 in Google SERP)
h1: "The refreshingly straightforward project managemen..." (95 chars)
h1 count: 1
Captured: July 29, 2026 · Static HTML parse
3. Rule
Rule: seo_foundations v2.0
Check: Title tag between 30–60 chars, meta description ≤155 chars, single descriptive H1 under 90 chars.
4. Priority Score
4.0/10
Journey position: SEO metadata is encountered before the page renders - it determines how the page appears in search results, which precedes even the first viewport.
Severity: Title is 86% shorter than minimum threshold. Meta description exceeds limit by 19%.
Reproducibility: Deterministic - present in static HTML on every page load.
Priority Score is a rule-derived ordering heuristic. It is not a prediction of conversion lift or revenue impact.
5. Why this finding was selected
This finding ties for the highest priority score (4.0/10) in the basecamp.com audit, alongside Above-Fold Clarity and Ad Tracking. It was selected for this demonstration because:
- ·The evidence is independently verifiable (view-source on any browser)
- ·The remediation is concrete and bounded - three metadata changes
- ·The re-audit can deterministically confirm whether the condition changed
- ·It classifies as a “Quick Win” - low implementation effort, no design dependency
6. Repair artifact
The following are the exact replacements a buyer would receive:
Title tag replacement
- <title>Basecamp</title>
+ <title>Basecamp - Project Management & Team Communication</title>
52 chars. Includes brand name + primary keyword + secondary descriptor.
Meta description replacement
- <meta name="description" content="[185 chars - truncated in SERP]">
+ <meta name="description" content="Basecamp organizes projects, team communication, and schedules in one place. Used by 75,000+ organizations. Start free - no credit card required.">
153 chars. Within SERP display limit. Includes social proof marker + low-friction CTA.
H1 replacement
- <h1>The refreshingly straightforward project management system that's rock-solid and reliable</h1>
+ <h1>Project management that doesn't require a project to manage it</h1>
66 chars. Under 90-char heuristic. Leads with buyer outcome, maintains brand voice.
7. Implementation scope
Target: <head> section of the homepage (basecamp.com/)
Files affected: The template or layout file that renders the homepage <head> metadata
Unchanged: Page body, visual design, JavaScript, stylesheets, images, other routes
Rollback: Revert the three tag values to their original strings. No dependencies.
Side effects: Google may re-index the page with the new title/description within 1–7 days. Existing search snippets will update.
8. Verification
The same-scope re-audit checks:
- ?Title tag length between 30–60 characters
- ?Meta description ≤155 characters
- ?H1 text under 90 characters
Before (FAIL)
title: 8 chars
meta desc: 185 chars
h1: 95 chars
After (PASS)
title: 52 chars ✓
meta desc: 153 chars ✓
h1: 66 chars ✓
Verification shown against a controlled demonstration fixture reproducing the same rule condition. This does not represent a change made to the live basecamp.com site.
Demonstration artifact - not a customer engagement.
Basecamp has not purchased a Repair Sprint. This example demonstrates the deliverable format using publicly observable data from a completed audit.
See your page scored against 9 signals. Then decide.