-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
319 lines (290 loc) Β· 17.4 KB
/
index.html
File metadata and controls
319 lines (290 loc) Β· 17.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SiteIntel - Website Pre-Diligence Reports for Flippa Buyers</title>
<meta name="description" content="Get an instant automated pre-diligence report on any website you're considering buying on Flippa or Acquire.com. Traffic, backlinks, revenue plausibility, red flags. $97. Delivered in minutes.">
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#0a0a0f;color:#e2e8f0;line-height:1.6}
a{color:#4f9cf9;text-decoration:none}
.container{max-width:860px;margin:0 auto;padding:0 24px}
/* Nav */
nav{padding:20px 0;border-bottom:1px solid #1e293b}
nav .logo{font-size:20px;font-weight:700;color:#fff;letter-spacing:-0.5px}
nav .logo span{color:#4f9cf9}
/* Hero */
.hero{padding:80px 0 60px;text-align:center}
.badge{display:inline-block;background:#1e3a5f;color:#4f9cf9;font-size:12px;font-weight:600;padding:5px 14px;border-radius:20px;letter-spacing:0.5px;margin-bottom:24px;text-transform:uppercase}
.hero h1{font-size:48px;font-weight:800;line-height:1.15;color:#fff;letter-spacing:-1.5px;margin-bottom:20px}
.hero h1 span{color:#4f9cf9}
.hero p{font-size:19px;color:#94a3b8;max-width:600px;margin:0 auto 36px;line-height:1.7}
.cta-group{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.btn-primary{background:#4f9cf9;color:#fff;font-size:17px;font-weight:700;padding:16px 36px;border-radius:10px;border:none;cursor:pointer;transition:all .2s;display:inline-block}
.btn-primary:hover{background:#3b82f6;transform:translateY(-1px);box-shadow:0 8px 25px rgba(79,156,249,.35)}
.btn-secondary{background:transparent;color:#94a3b8;font-size:15px;font-weight:500;padding:16px 24px;border-radius:10px;border:1px solid #334155;cursor:pointer;transition:all .2s;display:inline-block}
.btn-secondary:hover{border-color:#4f9cf9;color:#e2e8f0}
.price-note{color:#64748b;font-size:14px;margin-top:16px}
/* Problem */
.section{padding:64px 0}
.section-label{font-size:12px;font-weight:600;color:#4f9cf9;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}
h2{font-size:34px;font-weight:700;color:#fff;letter-spacing:-0.5px;margin-bottom:16px;line-height:1.3}
.lead{font-size:17px;color:#94a3b8;line-height:1.7;margin-bottom:24px}
/* Stats row */
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:40px 0}
.stat-card{background:#0f172a;border:1px solid #1e293b;border-radius:12px;padding:24px;text-align:center}
.stat-card .number{font-size:36px;font-weight:800;color:#4f9cf9;margin-bottom:4px}
.stat-card .label{font-size:13px;color:#64748b}
/* What's in the report */
.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:36px}
.report-item{background:#0f172a;border:1px solid #1e293b;border-radius:10px;padding:20px;display:flex;gap:14px;align-items:flex-start}
.report-item .icon{width:36px;height:36px;background:#1e3a5f;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.report-item h3{font-size:14px;font-weight:600;color:#e2e8f0;margin-bottom:4px}
.report-item p{font-size:13px;color:#64748b;line-height:1.5}
/* Sample report preview */
.sample-box{background:#0f172a;border:1px solid #1e293b;border-radius:14px;padding:28px;margin-top:36px;font-family:'Courier New',monospace;font-size:13px}
.sample-box .risk-banner{background:#7c2d12;color:#fca5a5;padding:12px 20px;border-radius:8px;font-weight:700;font-size:15px;margin-bottom:20px;display:flex;justify-content:space-between}
.sample-box .verdict{color:#fde68a;font-style:italic;margin-bottom:20px;font-size:14px;font-family:-apple-system,sans-serif}
.metric-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #1e293b;color:#94a3b8;font-family:-apple-system,sans-serif;font-size:13px}
.metric-row .val{color:#e2e8f0;font-weight:600}
.flag{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;margin:4px 4px 0 0;font-family:-apple-system,sans-serif}
.flag.red{background:#7c2d12;color:#fca5a5}
.flag.green{background:#14532d;color:#86efac}
/* Process */
.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}
.step{text-align:center;padding:24px}
.step .num{width:44px;height:44px;background:#1e3a5f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#4f9cf9;margin:0 auto 16px}
.step h3{font-size:15px;font-weight:600;color:#e2e8f0;margin-bottom:8px}
.step p{font-size:13px;color:#64748b;line-height:1.5}
/* Pricing */
.pricing-card{background:linear-gradient(135deg,#0f172a,#1e293b);border:1.5px solid #4f9cf9;border-radius:16px;padding:40px;text-align:center;margin-top:36px;max-width:480px;margin-left:auto;margin-right:auto}
.pricing-card .price{font-size:64px;font-weight:800;color:#fff;line-height:1}
.pricing-card .price span{font-size:28px;color:#64748b;vertical-align:super}
.pricing-card .tagline{color:#4f9cf9;font-size:15px;font-weight:600;margin:8px 0 24px}
.feature-list{text-align:left;margin:24px 0;list-style:none}
.feature-list li{padding:9px 0;border-bottom:1px solid #1e293b;font-size:14px;color:#94a3b8;display:flex;gap:10px}
.feature-list li::before{content:"";color:#4f9cf9;font-weight:700;flex-shrink:0}
.compare-note{font-size:13px;color:#64748b;margin-top:16px;line-height:1.6}
/* Guarantee */
.guarantee{background:#0f172a;border:1px solid #1e293b;border-radius:12px;padding:28px;margin-top:24px;text-align:center}
.guarantee .icon{font-size:32px;margin-bottom:12px}
.guarantee h3{font-size:18px;font-weight:700;color:#e2e8f0;margin-bottom:8px}
.guarantee p{font-size:14px;color:#64748b;line-height:1.6}
/* FAQ */
.faq-item{border-bottom:1px solid #1e293b;padding:20px 0}
.faq-item h3{font-size:15px;font-weight:600;color:#e2e8f0;margin-bottom:8px}
.faq-item p{font-size:14px;color:#94a3b8;line-height:1.6}
/* Footer */
footer{padding:36px 0;border-top:1px solid #1e293b;text-align:center;color:#475569;font-size:13px}
@media(max-width:640px){
.hero h1{font-size:32px}
.stats-row,.report-grid,.process-steps{grid-template-columns:1fr}
}
</style>
</head>
<body>
<nav>
<div class="container">
<div class="logo">Site<span>Intel</span></div>
</div>
</nav>
<div class="hero">
<div class="container">
<div class="badge">For Flippa and Acquire.com buyers</div>
<h1>Know what you're buying<br>before you <span>wire the money</span></h1>
<p>SiteIntel runs an automated pre-diligence scan on any website listing. Traffic, backlinks, revenue plausibility, domain age, red flags. PDF delivered in minutes.</p>
<div class="cta-group">
<a href="https://payhip.com/b/fRyFu" class="btn-primary">Get Your Report - $97</a>
<a href="#sample" class="btn-secondary">See a sample report</a>
</div>
<p class="price-note">One-time payment. Report delivered within 2 hours. No subscription.</p>
</div>
</div>
<div class="section">
<div class="container">
<div class="stats-row">
<div class="stat-card">
<div class="number">$2,490</div>
<div class="label">Average cost of a professional due diligence service</div>
</div>
<div class="stat-card">
<div class="number">7-10d</div>
<div class="label">Wait time for traditional due diligence reports</div>
</div>
<div class="stat-card">
<div class="number">$97</div>
<div class="label">SiteIntel pre-diligence scan. Automated. Minutes, not days.</div>
</div>
</div>
<div class="section-label">The problem</div>
<h2>Flippa sellers control the narrative.<br>You're buying blind.</h2>
<p class="lead">The seller shows you a screenshot of Stripe. A Google Analytics export. A revenue multiple that looks reasonable. What they don't show you: the traffic trend that's been declining for 6 months. The backlink profile built with PBNs. The claimed $4,000/month revenue that requires 100,000 monthly visitors, when the site only gets 8,000.</p>
<p class="lead">SiteIntel pulls objective third-party data on any domain and runs it through an AI analyst trained on website acquisition signals. You get a professional PDF that tells you whether the numbers add up, before you commit.</p>
</div>
</div>
<div class="section" id="sample">
<div class="container">
<div class="section-label">What you get</div>
<h2>A complete pre-diligence scan in one document</h2>
<div class="report-grid">
<div class="report-item">
<div class="icon">π</div>
<div>
<h3>Traffic Verification</h3>
<p>Independent organic traffic estimate from DataForSEO. Compare against the seller's claimed numbers. Keyword trend direction: growing, stable, or declining.</p>
</div>
</div>
<div class="report-item">
<div class="icon">π</div>
<div>
<h3>Backlink Health</h3>
<p>Total backlinks, referring domains, and dofollow ratio. A site with 50,000 links from 12 domains is a red flag. We flag it clearly.</p>
</div>
</div>
<div class="report-item">
<div class="icon">π°</div>
<div>
<h3>Revenue Plausibility Check</h3>
<p>Claude Haiku cross-references claimed revenue against traffic volume using real affiliate and display ad conversion benchmarks. Plausible, Questionable, or Implausible.</p>
</div>
</div>
<div class="report-item">
<div class="icon">π
</div>
<div>
<h3>Domain Intelligence</h3>
<p>Registration date, expiry, registrar, and domain age. Young domains with high claimed revenue are statistically the highest fraud risk.</p>
</div>
</div>
<div class="report-item">
<div class="icon">β οΈ</div>
<div>
<h3>Red and Green Flag Summary</h3>
<p>Specific, named flags from the data. Not generic warnings. "Revenue claim requires 15x normal affiliate conversion rate" not "verify revenue claims."</p>
</div>
</div>
<div class="report-item">
<div class="icon">π―</div>
<div>
<h3>Buyer Recommendation</h3>
<p>Honest, direct advice. Proceed with confidence, request more verification, or walk away. Includes exactly what to ask for if you do proceed.</p>
</div>
</div>
</div>
<div class="sample-box">
<div style="color:#4f9cf9;font-size:12px;font-weight:600;margin-bottom:16px;font-family:-apple-system,sans-serif;text-transform:uppercase;letter-spacing:1px">Sample Report Preview</div>
<div class="risk-banner">
<span>RISK LEVEL: HIGH</span>
<span>Score: 7/10</span>
</div>
<div class="verdict">"Traffic data is inconsistent with claimed revenue. Claimed $15,000/month requires a 0.45% affiliate conversion rate on 3,342 monthly visitors, which is 9x the industry average. Treat this as a red flag until verified."</div>
<div class="metric-row"><span>Estimated Monthly Traffic</span><span class="val">3,342 visits</span></div>
<div class="metric-row"><span>Ranking Keywords</span><span class="val">2,192</span></div>
<div class="metric-row"><span>Domain Age</span><span class="val">21.0 years</span></div>
<div class="metric-row"><span>Referring Domains</span><span class="val">1,307</span></div>
<div class="metric-row"><span>Total Backlinks</span><span class="val">7,272</span></div>
<div class="metric-row"><span>Revenue Multiple</span><span class="val">3.0x annual</span></div>
<div style="margin-top:16px">
<div style="font-size:12px;color:#64748b;font-family:-apple-system,sans-serif;margin-bottom:8px;font-weight:600">FLAGS DETECTED</div>
<span class="flag red">Revenue claim implausible at current traffic</span>
<span class="flag red">Keyword trend declining (net -180 vs prior period)</span>
<span class="flag green">21-year domain with strong backlink profile</span>
<span class="flag green">1,307 referring domains - genuine authority</span>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="section-label">How it works</div>
<h2>Three steps. Two hours. One clear answer.</h2>
<div class="process-steps">
<div class="step">
<div class="num">1</div>
<h3>Purchase and submit</h3>
<p>Buy your report below. Reply to the order confirmation with the website URL, the seller's claimed monthly revenue, and the asking price.</p>
</div>
<div class="step">
<div class="num">2</div>
<h3>We scan the domain</h3>
<p>DataForSEO pulls live traffic, keyword, and backlink data. Claude Haiku runs the revenue plausibility analysis. No recycled data.</p>
</div>
<div class="step">
<div class="num">3</div>
<h3>PDF in your inbox</h3>
<p>Within 2 hours, your professional pre-diligence report arrives. Share it with your co-investors or save it for your records.</p>
</div>
</div>
</div>
</div>
<div class="section" id="pricing">
<div class="container">
<div class="section-label">Pricing</div>
<h2>One report. One decision. One price.</h2>
<div class="pricing-card">
<div class="price"><span>$</span>97</div>
<div class="tagline">SiteIntel Pre-Diligence Report</div>
<ul class="feature-list">
<li>Live traffic estimate from DataForSEO (not Similarweb guesses)</li>
<li>Full backlink profile: referring domains, dofollow ratio</li>
<li>Revenue plausibility analysis vs traffic benchmarks</li>
<li>Domain age, registrar, expiry data</li>
<li>Top 10 ranking keywords by search volume</li>
<li>AI-generated red/green flag summary</li>
<li>Buyer recommendation with specific next steps</li>
<li>Professional PDF for co-investor sharing</li>
</ul>
<a href="https://payhip.com/b/fRyFu" class="btn-primary" style="width:100%;display:block;font-size:18px;padding:18px">Get Your Report - $97</a>
<p class="compare-note">Compare: FEInternational full due diligence costs $2,490 and takes 7-10 days. WebAcquisition manual review starts at $2,900. SiteIntel is an automated pre-diligence scan, not a full audit. Use it to filter before you commit to a deeper engagement.</p>
</div>
<div class="guarantee">
<div class="icon">π</div>
<h3>Full refund if we can't generate your report</h3>
<p>If DataForSEO has no data on the domain you submit (very rare for sites with real traffic), we refund 100% immediately. No questions, no forms.</p>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="section-label">FAQ</div>
<h2>Common questions</h2>
<div style="margin-top:32px">
<div class="faq-item">
<h3>Is this a replacement for full due diligence?</h3>
<p>No. SiteIntel is a pre-diligence filter. It tells you whether the deal is worth spending time and money on full due diligence. If a $50k site shows implausible revenue claims, you save yourself 3 weeks of investigation and a bad wire transfer. If it checks out, you proceed with confidence and get a verified accountant involved.</p>
</div>
<div class="faq-item">
<h3>What data sources do you use?</h3>
<p>Traffic and keyword data comes from DataForSEO (the same infrastructure used by major SEO agencies). Backlink data also from DataForSEO. Domain age and WHOIS from DataForSEO's registrar database with python-whois as fallback. Revenue analysis is Claude Haiku running cross-reference logic against industry benchmarks.</p>
</div>
<div class="faq-item">
<h3>How long does delivery actually take?</h3>
<p>Usually under 60 minutes. The 2-hour window is our committed SLA. If you order during business hours, expect it faster. We send the PDF directly to the email address on your order.</p>
</div>
<div class="faq-item">
<h3>Does this work for any type of website?</h3>
<p>Best results for content sites, affiliate sites, and SaaS products with organic traffic. Less useful for ecommerce stores where most traffic is paid, or social media accounts with no website footprint. The report will note if data is limited for a given domain.</p>
</div>
<div class="faq-item">
<h3>Can I get a report on multiple sites before I decide?</h3>
<p>Yes. Each report is a separate purchase. Most buyers order 2-3 reports when shortlisting Flippa listings before committing to deeper due diligence on their top pick.</p>
</div>
</div>
</div>
</div>
<div class="section" style="text-align:center;padding-bottom:80px">
<div class="container">
<h2>Stop buying blind.</h2>
<p style="color:#94a3b8;font-size:18px;margin:16px 0 36px">One report could save you from a six-figure mistake.</p>
<a href="https://payhip.com/b/fRyFu" class="btn-primary" style="font-size:19px;padding:18px 48px">Get Your Report - $97</a>
<p class="price-note" style="margin-top:16px">After purchase, reply to your order confirmation with the site URL and claimed revenue.</p>
</div>
</div>
<footer>
<div class="container">
<p>SiteIntel - Automated Website Pre-Diligence Reports</p>
<p style="margin-top:8px">Questions? Email <a href="mailto:rinascita.hub@gmail.com" style="color:#4f9cf9">rinascita.hub@gmail.com</a></p>
</div>
</footer>
</body>
</html>