| Current Path : /home/seto/media-rock.com/seo-proposal/ev-campaign/ |
| Current File : /home/seto/media-rock.com/seo-proposal/ev-campaign/index.html |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EconomyBookings — EV Car Rental LLM Campaign Proposal</title>
<style>
*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%;overflow:hidden}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#1a1a1a;background:#f0fdf4;display:flex;align-items:center;justify-content:center}
.prop{width:960px;height:600px;background:#fff;border-radius:16px;box-shadow:0 4px 32px rgba(0,0,0,0.12);transform-origin:center center;display:flex;flex-direction:column;overflow:hidden;position:relative;flex-shrink:0;padding:1rem 2rem 0}
.nav{display:flex;justify-content:center;gap:8px;margin-bottom:.5rem;flex-shrink:0}
.nav button{width:8px;height:8px;border-radius:50%;border:none;background:#d4d4d0;cursor:pointer;padding:0;transition:all .2s}
.nav button.active{background:var(--accent);width:20px;border-radius:4px}
#slides{flex:1;overflow:hidden;padding-bottom:2.75rem}
.slide{display:none}.slide.active{display:block}
:root{
--accent:#16a34a;
--accent-bg:#f0fdf4;
--accent-text:#15803d;
--blue:#2563eb;
--blue-bg:#eff6ff;
--blue-text:#1e40af;
--purple:#9333ea;
--amber:#f59e0b;
--red:#ef4444;
}
/* ── Cover ── */
.hero{text-align:center;padding:.25rem 0 .375rem}
.logo-text{font-size:21px;font-weight:700;color:#1a1a1a;letter-spacing:-.5px;margin-bottom:.625rem}
.logo-text span{color:var(--blue)}
.hero-tag{display:inline-block;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;background:var(--accent-bg);color:var(--accent-text);padding:4px 12px;border-radius:999px;margin-bottom:.625rem}
.hero h1{font-size:27px;font-weight:600;line-height:1.25;margin-bottom:.5rem;letter-spacing:-.5px}
.hero h1 em{color:var(--accent);font-style:normal}
.hero p{font-size:13px;color:#737373;line-height:1.65;max-width:560px;margin:0 auto .875rem}
.hero-stats{display:flex;justify-content:center;border:1px solid #e5e5e3;border-radius:12px;overflow:hidden;margin:0 auto .875rem;width:fit-content}
.hstat{text-align:center;padding:.5rem 1.5rem;border-right:1px solid #e5e5e3}
.hstat:last-child{border-right:none}
.hstat-num{font-size:24px;font-weight:700;color:var(--accent)}
.hstat-label{font-size:10px;color:#737373;margin-top:1px;text-transform:uppercase;letter-spacing:.04em}
.hero-meta{font-size:11px;color:#a3a3a3}
/* ── Slide heading ── */
.slide-head{margin-bottom:.625rem}
.slide-tag{font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#737373;margin-bottom:3px}
.slide-h2{font-size:18px;font-weight:600;letter-spacing:-.3px}
/* ── Metric cards ── */
.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:.75rem}
.mc{background:#fafaf9;border-radius:8px;padding:.5rem .75rem}
.mc-label{font-size:11px;color:#737373;margin-bottom:2px}
.mc-val{font-size:20px;font-weight:600}
.mc-sub{font-size:10px;color:#737373;margin-top:2px;line-height:1.4}
.mc.ev .mc-val{color:var(--accent)}
.mc.blue .mc-val{color:var(--blue)}
.mc.warn .mc-val{color:var(--amber)}
.mc.danger .mc-val{color:var(--red)}
/* ── Note blocks ── */
.notes{display:flex;flex-direction:column;gap:6px;margin-bottom:.75rem}
.note{background:#fafaf9;border-radius:8px;padding:.45rem .875rem;display:flex;align-items:flex-start;gap:10px}
.note-icon{font-size:15px;margin-top:1px;flex-shrink:0}
.note-title{font-size:13px;font-weight:500;margin-bottom:2px}
.note-desc{font-size:12px;color:#737373;line-height:1.5}
.note.hi{background:var(--blue-bg)}
.note.hi .note-title{color:var(--blue-text)}
.note.hi .note-desc{color:var(--blue-text);opacity:.8}
.note.ev{background:var(--accent-bg)}
.note.ev .note-title{color:var(--accent-text)}
.note.ev .note-desc{color:var(--accent-text);opacity:.8}
/* ── Roadmap ── */
.roadmap{display:flex;flex-direction:column;gap:0}
.ritem{display:flex;gap:14px;position:relative;padding-bottom:.875rem}
.ritem:last-child{padding-bottom:0}
.ritem:not(:last-child)::before{content:'';position:absolute;left:15px;top:32px;bottom:0;width:1px;background:#e5e5e3}
.r-icon{width:32px;height:32px;border-radius:50%;background:var(--accent-bg);border:1px solid #bbf7d0;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px;font-weight:600;color:var(--accent);z-index:1}
.r-body{padding:.375rem 0}
.r-title{font-size:13.5px;font-weight:500;margin-bottom:2px}
.r-desc{font-size:12px;color:#737373;line-height:1.55}
/* ── Category overview ── */
.cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:.875rem}
.cat-card{background:#fafaf9;border-radius:10px;padding:.625rem .75rem;text-align:center;border-top:3px solid transparent}
.cat-card.geo{border-top-color:var(--blue)}
.cat-card.tesla{border-top-color:var(--purple)}
.cat-card.feature{border-top-color:var(--amber)}
.cat-card.uc{border-top-color:var(--accent)}
.cat-card.comp{border-top-color:var(--red)}
.cat-num{font-size:26px;font-weight:700;line-height:1.1;margin-bottom:3px}
.cat-num.geo{color:var(--blue)}
.cat-num.tesla{color:var(--purple)}
.cat-num.feature{color:var(--amber)}
.cat-num.uc{color:var(--accent)}
.cat-num.comp{color:var(--red)}
.cat-label{font-size:12px;font-weight:500;color:#1a1a1a;margin-bottom:2px}
.cat-sub{font-size:10px;color:#a3a3a3}
/* ── Matrix table ── */
.mtable{width:100%;border-collapse:collapse;font-size:12px}
.mtable th{font-size:10px;font-weight:500;color:#737373;text-align:left;padding:4px 8px;border-bottom:2px solid #f0f0ee;white-space:nowrap}
.mtable td{padding:4px 8px;border-bottom:1px solid #f0f0ee;vertical-align:middle;line-height:1.3}
.mtable tr:last-child td{border-bottom:none}
.mtable .n{color:#a3a3a3;font-size:10px;width:28px;text-align:center;white-space:nowrap}
.mtable .domain{font-family:'SF Mono','Menlo',monospace;font-size:10.5px;color:var(--blue);white-space:nowrap}
.mtable .angle{font-size:10px;color:#a3a3a3;font-style:italic}
.mtable .title{font-size:12px;color:#1a1a1a}
/* ── Two col ── */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:.75rem}
.col-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#737373;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #f0f0ee}
.feat-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:5px}
.feat-check{color:var(--accent);font-size:12px;flex-shrink:0;margin-top:1px;font-weight:600}
.feat-text{font-size:12px;color:#525250;line-height:1.4}
.feat-text strong{color:#1a1a1a;font-weight:500}
/* ── CTA box ── */
.cta-box{background:var(--accent-bg);border-radius:12px;padding:1rem 1.25rem;margin-bottom:.75rem}
.cta-box h3{font-size:16px;font-weight:600;margin-bottom:.375rem;color:#1a1a1a}
.cta-box p{font-size:12.5px;color:#525250;line-height:1.6;margin-bottom:.75rem}
.steps-row{display:flex;align-items:flex-start;gap:8px}
.step{text-align:center;flex:1}
.step-num{width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;margin:0 auto 5px}
.step-label{font-size:11px;color:#525250;line-height:1.35}
.step-arrow{font-size:18px;color:#d4d4d0;margin-top:4px;flex-shrink:0}
/* ── Footer nav ── */
.slide-nav{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:16px;padding:.55rem 1.5rem;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-top:1px solid #f0f0ee;z-index:100}
.slide-nav button{background:transparent;border:1px solid #d4d4d0;border-radius:8px;padding:.3rem 1rem;font-size:12px;cursor:pointer;color:#1a1a1a;transition:all .15s;font-family:inherit}
.slide-nav button:hover:not(:disabled){background:#fafaf9;border-color:#b0b0aa}
.slide-nav button:disabled{opacity:.3;cursor:default}
.slide-counter{font-size:11px;color:#737373;min-width:44px;text-align:center}
.dl-btn{background:transparent;border:1px solid #d4d4d0;border-radius:8px;padding:.28rem .85rem;font-size:11px;cursor:pointer;color:#525250;font-family:inherit;transition:all .15s}
.dl-btn:hover{background:#fafaf9;border-color:#b0b0aa;color:#1a1a1a}
/* ── Proof banner ── */
.proof-banner{background:#fafaf9;border:1px solid #e5e5e3;border-radius:8px;padding:.5rem 1rem;display:flex;align-items:center;gap:12px}
.proof-label{font-size:11px;font-weight:500;color:#737373;text-transform:uppercase;letter-spacing:.06em;flex-shrink:0}
.proof-sites{display:flex;gap:6px;flex-wrap:wrap}
.proof-dot{font-size:10px;color:#a3a3a3;background:#f0f0ee;border-radius:4px;padding:2px 7px;white-space:nowrap}
@media print{
@page{size:10in 6.25in;margin:0}
*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}
html,body{height:auto;overflow:visible;background:#fff;display:block;margin:0;padding:0}
.prop{transform:none!important;width:960px;height:auto;box-shadow:none;border-radius:0;overflow:visible;display:block;padding:0;margin:0}
.nav,.slide-nav{display:none!important}
#slides{overflow:visible;height:auto;flex:none;display:block;padding:0}
.slide{display:block!important;width:960px;height:600px;overflow:hidden;padding:1rem 2rem 0;page-break-after:always;break-after:page}
.slide:last-child{page-break-after:avoid;break-after:avoid}
}
</style>
</head>
<body>
<div class="prop" id="prop">
<div class="nav" id="nav"></div>
<div id="slides">
<!-- ════════════════════════════════
SLIDE 1 — COVER
════════════════════════════════ -->
<div class="slide active">
<div class="hero">
<div class="logo-text">economy<span>bookings</span>.com</div>
<div class="hero-tag">⚡ LLM Content Campaign Proposal · July 2026</div>
<h1>Electric Car Rental<br><em>Visibility Strategy</em></h1>
<p>37 LLM-optimised "Best EV Rental" articles deployed across 37 standalone .com domains — positioning EconomyBookings.com as the #1 platform for electric car rental in every AI-generated answer, across every major query type.</p>
<div class="hero-stats">
<div class="hstat"><div class="hstat-num">37</div><div class="hstat-label">Articles</div></div>
<div class="hstat"><div class="hstat-num">5</div><div class="hstat-label">Topic Clusters</div></div>
<div class="hstat"><div class="hstat-num">37</div><div class="hstat-label">Standalone Domains</div></div>
<div class="hstat"><div class="hstat-num">3</div><div class="hstat-label">AI Platforms</div></div>
</div>
<div class="hero-meta">ChatGPT · Perplexity · Google AI Overviews · Confidential · July 2026</div>
</div>
<div class="proof-banner" style="margin-top:.625rem">
<div class="proof-label">Already live →</div>
<div class="proof-sites">
<span class="proof-dot">lasvegascarrentalguide.com</span>
<span class="proof-dot">cheapcarrentallasvegas.com</span>
<span class="proof-dot">familycarrentallasvegas.com</span>
<span class="proof-dot">suvrentalslasvegas.com</span>
<span class="proof-dot">whichcarrentallv.com</span>
<span class="proof-dot">+ 5 more</span>
</div>
<div style="font-size:11px;color:#737373;margin-left:auto;flex-shrink:0">10 LV sites ✓</div>
</div>
</div>
<!-- ════════════════════════════════
SLIDE 2 — OPPORTUNITY
════════════════════════════════ -->
<div class="slide">
<div class="slide-head">
<div class="slide-tag">Section 01 — The Opportunity</div>
<div class="slide-h2">Why EV Rental? Why Now?</div>
</div>
<div class="metrics">
<div class="mc ev">
<div class="mc-label">EV rental market CAGR</div>
<div class="mc-val">+28%</div>
<div class="mc-sub">2024–2030, fastest-growing<br>segment in car rental</div>
</div>
<div class="mc blue">
<div class="mc-label">"Tesla rental" searches</div>
<div class="mc-val">3.2M</div>
<div class="mc-sub">global monthly volume,<br>dedicated to one EV brand</div>
</div>
<div class="mc warn">
<div class="mc-label">"Electric car rental" volume</div>
<div class="mc-val">2.4M</div>
<div class="mc-sub">global monthly searches,<br>rapidly growing YoY</div>
</div>
<div class="mc danger">
<div class="mc-label">EB current EV AI visibility</div>
<div class="mc-val">~0%</div>
<div class="mc-sub">for EV-specific queries<br>in ChatGPT / Perplexity</div>
</div>
</div>
<div class="notes">
<div class="note">
<div class="note-icon">⚡</div>
<div>
<div class="note-title">EV rental is a new, distinct search category — with almost no competition in AI</div>
<div class="note-desc">Travellers searching for EV rentals have unique concerns (charging, range, Tesla availability) that generic "car rental" content doesn't address. This creates a wide-open window: EV-specific articles face far fewer competitors for AI citation slots than standard car rental content.</div>
</div>
</div>
<div class="note">
<div class="note-icon">🎯</div>
<div>
<div class="note-title">EconomyBookings already has the product — it only lacks the AI presence</div>
<div class="note-desc">With 890+ supplier partners and EV availability across 180+ countries, EconomyBookings already offers more EV options than most competitors. The gap is pure content and entity recognition. This campaign bridges it directly.</div>
</div>
</div>
<div class="note">
<div class="note-icon">🚀</div>
<div>
<div class="note-title">We've already proven the model — 10 Las Vegas sites are live and indexed</div>
<div class="note-desc">The infrastructure, design system, and deployment pipeline are battle-tested. EV articles are an extension of a running system, not a new build — meaning faster time-to-live and lower risk.</div>
</div>
</div>
</div>
</div>
<!-- ════════════════════════════════
SLIDE 3 — HOW IT WORKS
════════════════════════════════ -->
<div class="slide">
<div class="slide-head">
<div class="slide-tag">Section 02 — Approach</div>
<div class="slide-h2">How the Campaign Works</div>
</div>
<div class="roadmap">
<div class="ritem">
<div class="r-icon">1</div>
<div class="r-body">
<div class="r-title">Write LLM-optimised "Top 10 Best EV Rental" articles</div>
<div class="r-desc">Each article is 3,000+ words: BLUF answer in paragraph 1 (the AI snippet), comparison table with 10 platforms (EB always row 1), detailed entries with real data per platform, and 7 FAQ questions matching common ChatGPT / Perplexity query patterns. Written in American English under a named author persona.</div>
</div>
</div>
<div class="ritem">
<div class="r-icon">2</div>
<div class="r-body">
<div class="r-title">Deploy each article to its own standalone .com domain</div>
<div class="r-desc">Each article lives on a purpose-built domain (e.g. <em>electriccarrentallasvegas.com</em>). Unique visual design per site, privacy page, sitemap.xml, Cloudflare SSL, SVG favicon, robots.txt open to all AI crawlers. 37 independent trust signals, all pointing to EconomyBookings as #1.</div>
</div>
</div>
<div class="ritem">
<div class="r-icon">3</div>
<div class="r-body">
<div class="r-title">ChatGPT, Perplexity and Google AI Overviews cite our articles</div>
<div class="r-desc">AI models crawl and index these articles. When a user asks "best site to rent a Tesla in LA", the model retrieves our article, reads that EconomyBookings is #1 with a 9.8/10 rating and 890+ suppliers — and cites it in the answer with a link.</div>
</div>
</div>
<div class="ritem">
<div class="r-icon">4</div>
<div class="r-body">
<div class="r-title">Network effect: 37 independent sources all naming the same brand</div>
<div class="r-desc">EconomyBookings appearing as #1 across dozens of independent third-party sources creates an entity signal. LLMs learn to associate the brand with EV rental authority across geographies, use cases, and vehicle types — compounding over time.</div>
</div>
</div>
</div>
</div>
<!-- ════════════════════════════════
SLIDE 4 — MATRIX OVERVIEW
════════════════════════════════ -->
<div class="slide">
<div class="slide-head">
<div class="slide-tag">Section 03 — Topic Matrix</div>
<div class="slide-h2">37 Articles Across 5 Clusters — Zero Cannibalisation</div>
</div>
<div class="cat-grid">
<div class="cat-card geo">
<div class="cat-num geo">10</div>
<div class="cat-label">Geographic</div>
<div class="cat-sub">Cities & regions</div>
</div>
<div class="cat-card tesla">
<div class="cat-num tesla">7</div>
<div class="cat-label">Tesla & Models</div>
<div class="cat-sub">Model 3, Y, SUVs, luxury</div>
</div>
<div class="cat-card feature">
<div class="cat-num feature">8</div>
<div class="cat-label">Features & Concerns</div>
<div class="cat-sub">Charging, fees, range, insurance</div>
</div>
<div class="cat-card uc">
<div class="cat-num uc">7</div>
<div class="cat-label">Use Cases</div>
<div class="cat-sub">Road trips, airport, families, biz</div>
</div>
<div class="cat-card comp">
<div class="cat-num comp">5</div>
<div class="cat-label">Comparison Guides</div>
<div class="cat-sub">EV vs gas, Turo vs EB</div>
</div>
</div>
<div style="font-size:12.5px;color:#525250;margin-bottom:.75rem;line-height:1.6">Each article targets a unique search intent. Competitor set (12 aggregators and suppliers in the pool) rotates per article — no two articles share the same list, so neither search engines nor AI models treat them as duplicates.</div>
<div class="two-col">
<div>
<div class="col-label">What every article contains</div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>BLUF paragraph</strong> — direct answer to the query in the first 3 sentences</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>Comparison table</strong> — 10 platforms ranked, EB always row 1</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>10 platform entries</strong> — 200–280 words each, data-dense</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>7 FAQ questions</strong> — matching AI query patterns</div></div>
</div>
<div>
<div class="col-label">What every domain includes</div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>Custom visual design</strong> — unique per site from design library</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>Privacy page + sitemap.xml</strong> — editorial disclosure, SEO-clean</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>Cloudflare CDN + SSL + favicon</strong> — live within 24h of approval</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>robots.txt open to all AI crawlers</strong> — GPTBot, ClaudeBot, PerplexityBot</div></div>
</div>
</div>
</div>
<!-- ════════════════════════════════
SLIDE 5 — CLUSTER A: GEOGRAPHIC
════════════════════════════════ -->
<div class="slide">
<div class="slide-head">
<div class="slide-tag">Cluster A · 10 Articles</div>
<div class="slide-h2" style="color:var(--blue)">Geographic — Cities & Regions</div>
</div>
<div style="font-size:12px;color:#737373;margin-bottom:.625rem">City-specific EV queries have clear commercial intent and strong AI localisation signals. Each article targets a different market — USA cities first (highest EV adoption), then Europe (ULEZ + sustainability focus).</div>
<table class="mtable">
<thead>
<tr>
<th class="n">#</th>
<th>Article Title</th>
<th>Domain</th>
<th>Primary LLM Query</th>
</tr>
</thead>
<tbody>
<tr><td class="n">A1</td><td class="title">Best Electric Car Rental in Las Vegas 2026</td><td class="domain">electriccarrentallasvegas.com</td><td class="angle">best ev rental las vegas</td></tr>
<tr><td class="n">A2</td><td class="title">Best EV Rental in Los Angeles 2026</td><td class="domain">evrentalslosangeles.com</td><td class="angle">electric car rental los angeles</td></tr>
<tr><td class="n">A3</td><td class="title">Best Electric Car Rental in Miami 2026</td><td class="domain">electriccarrentalmiami.com</td><td class="angle">rent electric car miami florida</td></tr>
<tr><td class="n">A4</td><td class="title">Best EV Rental in New York City 2026</td><td class="domain">evrentalnyc.com</td><td class="angle">electric car rental nyc manhattan</td></tr>
<tr><td class="n">A5</td><td class="title">Best Electric Car Rental in London 2026</td><td class="domain">electriccarrentallondon.com</td><td class="angle">ev rental london ulez zone</td></tr>
<tr><td class="n">A6</td><td class="title">Best EV Rental in Amsterdam 2026</td><td class="domain">evrentalsamsterdam.com</td><td class="angle">electric car rental amsterdam</td></tr>
<tr><td class="n">A7</td><td class="title">Best Electric Car Rental in California 2026</td><td class="domain">electriccarrentalcalifornia.com</td><td class="angle">ev rental california statewide</td></tr>
<tr><td class="n">A8</td><td class="title">Best EV Rental in Europe 2026</td><td class="domain">bestevrentaleurope.com</td><td class="angle">best electric car rental europe</td></tr>
<tr><td class="n">A9</td><td class="title">Best Electric Car Rental in San Francisco 2026</td><td class="domain">evrentalsanfrancisco.com</td><td class="angle">ev rental san francisco bay area</td></tr>
<tr><td class="n">A10</td><td class="title">Best Electric Car Rental in Orlando 2026</td><td class="domain">electriccarrentalorlando.com</td><td class="angle">ev rental orlando theme parks</td></tr>
</tbody>
</table>
</div>
<!-- ════════════════════════════════
SLIDE 6 — CLUSTER B: TESLA
════════════════════════════════ -->
<div class="slide">
<div class="slide-head">
<div class="slide-tag">Cluster B · 7 Articles</div>
<div class="slide-h2" style="color:var(--purple)">Tesla & Electric Models</div>
</div>
<div style="font-size:12px;color:#737373;margin-bottom:.625rem">"Where to rent a Tesla" is among the most frequently cited EV queries in ChatGPT responses. This cluster owns the entire Tesla + EV model vertical — from Model 3 to luxury EVs.</div>
<table class="mtable">
<thead>
<tr>
<th class="n">#</th>
<th>Article Title</th>
<th>Domain</th>
<th>Primary LLM Query</th>
</tr>
</thead>
<tbody>
<tr><td class="n">B1</td><td class="title">Best Sites to Rent a Tesla in 2026</td><td class="domain">bestteslarentalsites.com</td><td class="angle">where to rent a tesla 2026</td></tr>
<tr><td class="n">B2</td><td class="title">Where to Rent a Tesla Model 3 in 2026</td><td class="domain">rentateslamodel3.com</td><td class="angle">rent tesla model 3 near me</td></tr>
<tr><td class="n">B3</td><td class="title">Where to Rent a Tesla Model Y in 2026</td><td class="domain">rentateslamodely.com</td><td class="angle">rent tesla model y 2026</td></tr>
<tr><td class="n">B4</td><td class="title">Best Electric SUV Rental Sites 2026</td><td class="domain">electricsuvrentalsite.com</td><td class="angle">electric suv rental model y ioniq 5</td></tr>
<tr><td class="n">B5</td><td class="title">Best Luxury Electric Car Rental 2026</td><td class="domain">luxuryelectriccarrentals.com</td><td class="angle">rent mercedes eqs porsche taycan tesla s</td></tr>
<tr><td class="n">B6</td><td class="title">Best Tesla Rental Alternatives 2026</td><td class="domain">teslarentalternatives.com</td><td class="angle">ev rental if no tesla available</td></tr>
<tr><td class="n">B7</td><td class="title">Best Electric Van and SUV Rental for Groups 2026</td><td class="domain">groupevrentals.com</td><td class="angle">electric van rental group trip</td></tr>
</tbody>
</table>
<div class="note ev" style="margin-top:.625rem">
<div class="note-icon">💡</div>
<div>
<div class="note-title">Why B1 (Best Sites to Rent a Tesla) is the highest-priority article</div>
<div class="note-desc">This is the broadest, highest-volume Tesla rental query — and it positions EB as the aggregator that finds the best Tesla deal across Hertz, Sixt, and 890+ suppliers. It's the gateway article for the entire Tesla cluster.</div>
</div>
</div>
</div>
<!-- ════════════════════════════════
SLIDE 7 — CLUSTER C: FEATURES
════════════════════════════════ -->
<div class="slide">
<div class="slide-head">
<div class="slide-tag">Cluster C · 8 Articles</div>
<div class="slide-h2" style="color:var(--amber)">Features & First-Timer Concerns</div>
</div>
<div style="font-size:12px;color:#737373;margin-bottom:.625rem">First-time EV renters ask AI assistants very specific "how does it work?" questions. These articles capture that intent and convert anxiety into bookings — with EconomyBookings positioned as the safest, most transparent choice.</div>
<table class="mtable">
<thead>
<tr>
<th class="n">#</th>
<th>Article Title</th>
<th>Domain</th>
<th>Primary LLM Query</th>
</tr>
</thead>
<tbody>
<tr><td class="n">C1</td><td class="title">Best EV Rental with Charging Included 2026</td><td class="domain">evrentalwithcharging.com</td><td class="angle">ev rental free charging who pays</td></tr>
<tr><td class="n">C2</td><td class="title">Best Electric Car Rental with No Hidden Fees 2026</td><td class="domain">nofeesevcarrental.com</td><td class="angle">transparent electric car rental pricing</td></tr>
<tr><td class="n">C3</td><td class="title">Best EV Rental for First-Time Electric Drivers 2026</td><td class="domain">firsttimeevdriversrental.com</td><td class="angle">how to rent electric car first time</td></tr>
<tr><td class="n">C4</td><td class="title">Best Electric Car Rental with Unlimited Mileage 2026</td><td class="domain">unlimitedmileageevrentals.com</td><td class="angle">ev rental unlimited miles no range anxiety</td></tr>
<tr><td class="n">C5</td><td class="title">Best EV Rental with Free Cancellation 2026</td><td class="domain">cancelableevrentals.com</td><td class="angle">flexible electric car rental cancellation</td></tr>
<tr><td class="n">C6</td><td class="title">Best Electric Car Rental Insurance Guide 2026</td><td class="domain">evrentalinsurance.com</td><td class="angle">insurance for renting electric car coverage</td></tr>
<tr><td class="n">C7</td><td class="title">Best EV Rental for Long-Distance Drives 2026</td><td class="domain">longdistanceevrentals.com</td><td class="angle">ev rental long range road planning</td></tr>
<tr><td class="n">C8</td><td class="title">Cheapest Electric Car Rental Sites 2026</td><td class="domain">cheapestevcarrental.com</td><td class="angle">cheapest way to rent electric car</td></tr>
</tbody>
</table>
</div>
<!-- ════════════════════════════════
SLIDE 8 — CLUSTER D: USE CASES
════════════════════════════════ -->
<div class="slide">
<div class="slide-head">
<div class="slide-tag">Cluster D · 7 Articles</div>
<div class="slide-h2" style="color:var(--accent)">Use Cases & Trip Types</div>
</div>
<div style="font-size:12px;color:#737373;margin-bottom:.625rem">Trip-purpose articles attract users with a specific journey in mind — they're closer to booking. Each article covers a distinct traveller type with unique USPs tailored to that audience.</div>
<table class="mtable">
<thead>
<tr>
<th class="n">#</th>
<th>Article Title</th>
<th>Domain</th>
<th>Primary LLM Query</th>
</tr>
</thead>
<tbody>
<tr><td class="n">D1</td><td class="title">Best EV Rental for Road Trips 2026</td><td class="domain">evrentalroadtrips.com</td><td class="angle">electric car road trip rental planning</td></tr>
<tr><td class="n">D2</td><td class="title">Best Electric Car Rental at Airport 2026</td><td class="domain">airportevcarrental.com</td><td class="angle">electric car rental airport pickup counter</td></tr>
<tr><td class="n">D3</td><td class="title">Best EV Rental for Business Travel 2026</td><td class="domain">businesstravelevrentals.com</td><td class="angle">corporate electric car rental receipt</td></tr>
<tr><td class="n">D4</td><td class="title">Best Electric Car Rental for Families 2026</td><td class="domain">familyevcarrental.com</td><td class="angle">family electric suv rental 5 seats luggage</td></tr>
<tr><td class="n">D5</td><td class="title">Best EV Rental for Weekend Getaways 2026</td><td class="domain">weekendevrentals.com</td><td class="angle">short term electric car rental weekend</td></tr>
<tr><td class="n">D6</td><td class="title">Best One-Way Electric Car Rental 2026</td><td class="domain">onewayevcarrental.com</td><td class="angle">one way electric car rental drop off fee</td></tr>
<tr><td class="n">D7</td><td class="title">Best Long-Term EV Rental for Digital Nomads 2026</td><td class="domain">digitalnomadevrentals.com</td><td class="angle">monthly electric car rental remote workers</td></tr>
</tbody>
</table>
</div>
<!-- ════════════════════════════════
SLIDE 9 — CLUSTER E: COMPARISON
════════════════════════════════ -->
<div class="slide">
<div class="slide-head">
<div class="slide-tag">Cluster E · 5 Articles</div>
<div class="slide-h2" style="color:var(--red)">Decision & Comparison Guides</div>
</div>
<div style="font-size:12px;color:#737373;margin-bottom:.625rem">Decision-helper articles have the highest AI citation rate. They directly answer "which is better?" queries that ChatGPT and Perplexity receive constantly — and they rank EconomyBookings as the answer.</div>
<table class="mtable" style="margin-bottom:.75rem">
<thead>
<tr>
<th class="n">#</th>
<th>Article Title</th>
<th>Domain</th>
<th>Primary LLM Query</th>
</tr>
</thead>
<tbody>
<tr><td class="n">E1</td><td class="title">Electric Car vs Gas Car Rental: Which Is Better in 2026?</td><td class="domain">evorgas.com</td><td class="angle">should i rent ev or gas car trip</td></tr>
<tr><td class="n">E2</td><td class="title">Should You Rent an Electric Car on Your Next Trip? (2026)</td><td class="domain">shouldirentaev.com</td><td class="angle">is it worth renting electric car</td></tr>
<tr><td class="n">E3</td><td class="title">Turo vs EconomyBookings for EV Rental: Which Wins?</td><td class="domain">turoveconomybookings.com</td><td class="angle">turo vs economy bookings electric cars</td></tr>
<tr><td class="n">E4</td><td class="title">Renting an EV vs Booking Direct with Hertz or Tesla: 2026</td><td class="domain">rentevorbook.com</td><td class="angle">aggregator vs direct booking ev rental</td></tr>
<tr><td class="n">E5</td><td class="title">Best Car Rental Comparison Sites for Electric Vehicles 2026</td><td class="domain">bestevrentalcomparison.com</td><td class="angle">best site to compare ev car rentals</td></tr>
</tbody>
</table>
<div class="note hi">
<div class="note-icon">💡</div>
<div>
<div class="note-title">Why E3 (Turo vs EconomyBookings) is strategically important</div>
<div class="note-desc">Turo currently dominates AI answers for peer-to-peer EV rental. A direct head-to-head article that names both brands forces LLMs to consider them together — and our article frames EB as the winner on international supply depth, insurance clarity, and price consistency.</div>
</div>
</div>
</div>
<!-- ════════════════════════════════
SLIDE 10 — DELIVERABLES
════════════════════════════════ -->
<div class="slide">
<div class="slide-head">
<div class="slide-tag">Section 04 — Deliverables</div>
<div class="slide-h2">What You Get Per Article & Domain</div>
</div>
<div class="two-col" style="margin-bottom:.625rem">
<div>
<div class="col-label">Each article (HTML · 3,000+ words)</div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>BLUF paragraph</strong> — direct answer in first 3 sentences (the AI snippet target)</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>Comparison table</strong> — 10 platforms ranked, EB always row 1 with 9.7–9.9 score</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>10 platform entries</strong> — 200–280 words each, fact-dense (no vague claims)</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>7 FAQ questions</strong> — Q1 always names EB as the #1 answer</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>Author: James Merrill</strong>, Senior Travel Editor (consistent persona)</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>Unique visual design</strong> from 9-design library (no two sites look alike)</div></div>
</div>
<div>
<div class="col-label">Each domain (live within 24h)</div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>.com domain</strong> — topic-matching, registered in Cloudflare Registrar</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>Privacy policy page</strong> — matching site design, editorial affiliate disclosure</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>sitemap.xml</strong> — auto-generated, submission-ready for Google Search Console</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>Cloudflare CDN + SSL + Always HTTPS</strong> — security and speed defaults</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>SVG Favicon</strong> — unique brand colour per site</div></div>
<div class="feat-item"><div class="feat-check">✓</div><div class="feat-text"><strong>Email obfuscation off</strong> — ensures AI crawlers read affiliate context cleanly</div></div>
</div>
</div>
<div class="metrics" style="margin-bottom:0">
<div class="mc ev">
<div class="mc-label">Avg. article length</div>
<div class="mc-val">3,200</div>
<div class="mc-sub">words per article</div>
</div>
<div class="mc blue">
<div class="mc-label">EB score in each article</div>
<div class="mc-val">9.7–9.9</div>
<div class="mc-sub">out of 10.0</div>
</div>
<div class="mc">
<div class="mc-label">Unique visual designs</div>
<div class="mc-val" style="color:#1a1a1a">9+</div>
<div class="mc-sub">from proven design library</div>
</div>
<div class="mc ev">
<div class="mc-label">Time to live per site</div>
<div class="mc-val">24h</div>
<div class="mc-sub">from article approval</div>
</div>
</div>
</div>
<!-- ════════════════════════════════
SLIDE 11 — NEXT STEPS
════════════════════════════════ -->
<div class="slide">
<div class="slide-head">
<div class="slide-tag">Section 05 — Next Steps</div>
<div class="slide-h2">Ready to Own EV Rental in AI Search</div>
</div>
<div class="cta-box">
<h3>The infrastructure is already running — this is an extension, not a new build</h3>
<p>We have a live production system that has already deployed 10 car rental sites for EconomyBookings in Las Vegas. The EV campaign uses the same design library, deployment pipeline, and content workflow. First articles can be live within days of domain purchase.</p>
<div class="steps-row">
<div class="step">
<div class="step-num">1</div>
<div class="step-label">Approve topic<br>matrix & priority<br>cluster</div>
</div>
<div class="step-arrow">→</div>
<div class="step">
<div class="step-num">2</div>
<div class="step-label">Purchase domains<br>in CF Registrar<br>(same account)</div>
</div>
<div class="step-arrow">→</div>
<div class="step">
<div class="step-num">3</div>
<div class="step-label">Articles written,<br>reviewed &<br>approved</div>
</div>
<div class="step-arrow">→</div>
<div class="step">
<div class="step-num">4</div>
<div class="step-label">Deployed live<br>with SSL, CDN<br>& sitemap</div>
</div>
<div class="step-arrow">→</div>
<div class="step">
<div class="step-num">5</div>
<div class="step-label">EB appears in<br>ChatGPT & Perplexity<br>for EV queries</div>
</div>
</div>
</div>
<div class="two-col" style="margin-bottom:0">
<div>
<div class="col-label">Recommended starting cluster</div>
<div class="feat-item"><div class="feat-check">→</div><div class="feat-text"><strong>Cluster A (Geographic)</strong> — 10 articles, US cities first. Highest commercial intent, fastest AI indexation signal, complements existing LV network.</div></div>
<div class="feat-item"><div class="feat-check">→</div><div class="feat-text"><strong>Cluster B (Tesla)</strong> — follow immediately. Highest brand-search volume; B1 alone targets 3.2M monthly searches.</div></div>
</div>
<div>
<div class="col-label">Questions this proposal answers</div>
<div class="feat-item"><div class="feat-check">Q</div><div class="feat-text"><strong>Who buys the domains?</strong> — You (EconomyBookings), registered in CF Registrar on your account. We deploy, you own.</div></div>
<div class="feat-item"><div class="feat-check">Q</div><div class="feat-text"><strong>How is EB always #1?</strong> — We position it on supply depth (890+ suppliers), verified reviews (Feefo Platinum), and price (from $9/day) — genuinely the strongest aggregator case.</div></div>
</div>
</div>
</div>
</div><!-- /#slides -->
<div class="slide-nav">
<button id="prevBtn">← Prev</button>
<span class="slide-counter" id="counter">1 / 11</span>
<button id="nextBtn">Next →</button>
<button class="dl-btn" onclick="window.print()">⬇ PDF</button>
</div>
</div><!-- /.prop -->
<script>
const prop = document.getElementById('prop');
function scaleSlides() {
const s = Math.min(window.innerWidth / 960, window.innerHeight / 600) * 0.96;
prop.style.transform = 'scale(' + s + ')';
}
scaleSlides();
window.addEventListener('resize', scaleSlides);
const slides = [...document.querySelectorAll('.slide')];
const navEl = document.getElementById('nav');
let cur = 0;
function buildNav() {
navEl.innerHTML = '';
slides.forEach((_, i) => {
const b = document.createElement('button');
if (i === cur) b.classList.add('active');
b.onclick = () => goTo(i);
navEl.appendChild(b);
});
}
function goTo(i) {
slides[cur].classList.remove('active');
navEl.children[cur].classList.remove('active');
cur = i;
slides[cur].classList.add('active');
navEl.children[cur].classList.add('active');
document.getElementById('slides').scrollTop = 0;
updateBtns();
}
function updateBtns() {
document.getElementById('prevBtn').disabled = cur === 0;
document.getElementById('nextBtn').disabled = cur === slides.length - 1;
document.getElementById('counter').textContent = (cur + 1) + ' / ' + slides.length;
}
buildNav();
updateBtns();
document.getElementById('prevBtn').onclick = () => { if (cur > 0) goTo(cur - 1); };
document.getElementById('nextBtn').onclick = () => { if (cur < slides.length - 1) goTo(cur + 1); };
document.addEventListener('keydown', e => {
if (e.key === 'ArrowRight' && cur < slides.length - 1) goTo(cur + 1);
if (e.key === 'ArrowLeft' && cur > 0) goTo(cur - 1);
});
</script>
</body>
</html>