nock2 commited on
Commit
c705ac8
·
verified ·
1 Parent(s): 3adbadc

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +686 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Echorank
3
- emoji: 🌍
4
- colorFrom: purple
5
- colorTo: blue
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: echorank
3
+ emoji: 🐳
4
+ colorFrom: red
5
+ colorTo: pink
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,686 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>EchoRank - Optimize Your Site for LLM Recommendations</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #6e8efb, #a777e3);
12
+ }
13
+ .score-ring {
14
+ stroke-dasharray: 314;
15
+ stroke-dashoffset: calc(314 - (314 * var(--score)) / 100);
16
+ transition: stroke-dashoffset 0.8s ease-in-out;
17
+ }
18
+ .fade-in {
19
+ animation: fadeIn 0.5s ease-in;
20
+ }
21
+ @keyframes fadeIn {
22
+ from { opacity: 0; transform: translateY(10px); }
23
+ to { opacity: 1; transform: translateY(0); }
24
+ }
25
+ .tab-active {
26
+ border-bottom: 3px solid #6e8efb;
27
+ color: #6e8efb;
28
+ font-weight: 600;
29
+ }
30
+ </style>
31
+ </head>
32
+ <body class="bg-gray-50 font-sans">
33
+ <!-- Header/Nav -->
34
+ <header class="bg-white shadow-sm">
35
+ <div class="container mx-auto px-4 py-4 flex justify-between items-center">
36
+ <div class="flex items-center space-x-2">
37
+ <div class="gradient-bg text-white p-2 rounded-lg">
38
+ <i class="fas fa-robot text-xl"></i>
39
+ </div>
40
+ <h1 class="text-xl font-bold text-gray-800">EchoRank</h1>
41
+ </div>
42
+ <nav class="hidden md:flex space-x-8">
43
+ <a href="#" class="text-gray-600 hover:text-blue-600">Features</a>
44
+ <a href="#" class="text-gray-600 hover:text-blue-600">Pricing</a>
45
+ <a href="#" class="text-gray-600 hover:text-blue-600">Resources</a>
46
+ <a href="#" class="text-gray-600 hover:text-blue-600">Blog</a>
47
+ </nav>
48
+ <div class="flex items-center space-x-4">
49
+ <button class="px-4 py-2 text-gray-600 hover:text-blue-600">Log In</button>
50
+ <button class="gradient-bg text-white px-4 py-2 rounded-lg hover:opacity-90 transition">Sign Up Free</button>
51
+ </div>
52
+ <button class="md:hidden text-gray-600">
53
+ <i class="fas fa-bars text-xl"></i>
54
+ </button>
55
+ </div>
56
+ </header>
57
+
58
+ <!-- Hero Section -->
59
+ <section class="gradient-bg text-white py-16">
60
+ <div class="container mx-auto px-4 text-center">
61
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">Optimize Your Site for LLM Recommendations</h1>
62
+ <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Get your website or app recommended by ChatGPT and other large language models with our AI-powered analysis and optimization tools.</p>
63
+
64
+ <div class="max-w-2xl mx-auto bg-white rounded-lg shadow-xl p-1">
65
+ <div class="flex">
66
+ <input type="text" placeholder="Enter your website URL..." class="flex-grow px-4 py-3 rounded-l-lg focus:outline-none text-gray-800">
67
+ <button class="bg-blue-600 text-white px-6 py-3 rounded-r-lg hover:bg-blue-700 transition">Analyze</button>
68
+ </div>
69
+ </div>
70
+
71
+ <div class="mt-8 flex justify-center space-x-4">
72
+ <div class="flex items-center">
73
+ <i class="fas fa-check-circle mr-2"></i>
74
+ <span>LLM Indexability Score</span>
75
+ </div>
76
+ <div class="flex items-center">
77
+ <i class="fas fa-check-circle mr-2"></i>
78
+ <span>Prompt Recall Simulation</span>
79
+ </div>
80
+ <div class="flex items-center">
81
+ <i class="fas fa-check-circle mr-2"></i>
82
+ <span>Actionable Recommendations</span>
83
+ </div>
84
+ </div>
85
+ </div>
86
+ </section>
87
+
88
+ <!-- Main Dashboard -->
89
+ <main class="container mx-auto px-4 py-12">
90
+ <!-- URL Input and Score Card -->
91
+ <div class="bg-white rounded-xl shadow-lg p-6 mb-8 fade-in">
92
+ <div class="flex flex-col md:flex-row items-start md:items-center justify-between mb-6">
93
+ <div>
94
+ <h2 class="text-2xl font-bold text-gray-800">Analysis Dashboard</h2>
95
+ <p class="text-gray-600">Enter a URL to get started with your LLM optimization analysis</p>
96
+ </div>
97
+ <div class="mt-4 md:mt-0 w-full md:w-auto">
98
+ <div class="flex">
99
+ <input type="text" id="url-input" placeholder="https://yourwebsite.com" class="flex-grow px-4 py-2 border rounded-l-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
100
+ <button id="analyze-btn" class="bg-blue-600 text-white px-6 py-2 rounded-r-lg hover:bg-blue-700 transition">Analyze</button>
101
+ </div>
102
+ </div>
103
+ </div>
104
+
105
+ <!-- Score Card -->
106
+ <div id="score-card" class="hidden fade-in">
107
+ <div class="flex flex-col md:flex-row items-center justify-between bg-gray-50 rounded-lg p-6">
108
+ <div class="flex items-center mb-6 md:mb-0">
109
+ <div class="relative w-24 h-24 mr-6">
110
+ <svg class="w-full h-full" viewBox="0 0 100 100">
111
+ <circle cx="50" cy="50" r="45" fill="none" stroke="#e5e7eb" stroke-width="8"/>
112
+ <circle cx="50" cy="50" r="45" fill="none" stroke="#4f46e5" stroke-width="8" stroke-linecap="round" class="score-ring" style="--score: 72"/>
113
+ </svg>
114
+ <div class="absolute inset-0 flex items-center justify-center">
115
+ <span class="text-2xl font-bold">72</span>
116
+ </div>
117
+ </div>
118
+ <div>
119
+ <h3 class="text-xl font-bold text-gray-800">LLM Indexability Score</h3>
120
+ <p class="text-gray-600">Good, but could be improved</p>
121
+ </div>
122
+ </div>
123
+
124
+ <div class="grid grid-cols-2 md:grid-cols-5 gap-4 w-full md:w-auto">
125
+ <div class="text-center">
126
+ <div class="text-2xl font-bold text-blue-600">85</div>
127
+ <div class="text-sm text-gray-600">Content</div>
128
+ </div>
129
+ <div class="text-center">
130
+ <div class="text-2xl font-bold text-purple-600">65</div>
131
+ <div class="text-sm text-gray-600">Schema</div>
132
+ </div>
133
+ <div class="text-center">
134
+ <div class="text-2xl font-bold text-green-600">90</div>
135
+ <div class="text-sm text-gray-600">Performance</div>
136
+ </div>
137
+ <div class="text-center">
138
+ <div class="text-2xl font-bold text-yellow-600">60</div>
139
+ <div class="text-sm text-gray-600">Prompt Fit</div>
140
+ </div>
141
+ <div class="text-center">
142
+ <div class="text-2xl font-bold text-red-600">55</div>
143
+ <div class="text-sm text-gray-600">Amplification</div>
144
+ </div>
145
+ </div>
146
+ </div>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- Tabs -->
151
+ <div class="flex border-b mb-8">
152
+ <button id="recommendations-tab" class="px-4 py-2 mr-4 tab-active">Recommendations</button>
153
+ <button id="prompt-simulator-tab" class="px-4 py-2 mr-4 text-gray-600 hover:text-blue-600">Prompt Simulator</button>
154
+ <button id="schema-validator-tab" class="px-4 py-2 mr-4 text-gray-600 hover:text-blue-600">Schema Validator</button>
155
+ <button id="competitor-tab" class="px-4 py-2 text-gray-600 hover:text-blue-600">Competitor Benchmark</button>
156
+ </div>
157
+
158
+ <!-- Recommendations Content -->
159
+ <div id="recommendations-content" class="fade-in">
160
+ <div class="bg-white rounded-xl shadow-lg p-6 mb-8">
161
+ <h3 class="text-xl font-bold text-gray-800 mb-4">Top Priority Recommendations</h3>
162
+
163
+ <div class="space-y-4">
164
+ <div class="flex items-start p-4 border rounded-lg hover:bg-gray-50 transition">
165
+ <div class="bg-red-100 text-red-600 p-2 rounded-full mr-4">
166
+ <i class="fas fa-exclamation-circle"></i>
167
+ </div>
168
+ <div>
169
+ <h4 class="font-bold text-gray-800">Add Product Schema Markup</h4>
170
+ <p class="text-gray-600 mb-2">Your site is missing structured data that helps LLMs understand your product. Add JSON-LD markup for SoftwareApplication.</p>
171
+ <div class="flex space-x-2">
172
+ <span class="bg-gray-100 text-gray-800 px-2 py-1 rounded text-sm">High Impact</span>
173
+ <span class="bg-blue-100 text-blue-800 px-2 py-1 rounded text-sm">Schema</span>
174
+ </div>
175
+ </div>
176
+ <button class="ml-auto text-blue-600 hover:text-blue-800">
177
+ <i class="fas fa-chevron-right"></i>
178
+ </button>
179
+ </div>
180
+
181
+ <div class="flex items-start p-4 border rounded-lg hover:bg-gray-50 transition">
182
+ <div class="bg-yellow-100 text-yellow-600 p-2 rounded-full mr-4">
183
+ <i class="fas fa-lightbulb"></i>
184
+ </div>
185
+ <div>
186
+ <h4 class="font-bold text-gray-800">Optimize for Key LLM Prompts</h4>
187
+ <p class="text-gray-600 mb-2">Your content doesn't sufficiently address common prompts like "AI tools to rebuild websites". Add these phrases to your title and meta description.</p>
188
+ <div class="flex space-x-2">
189
+ <span class="bg-gray-100 text-gray-800 px-2 py-1 rounded text-sm">Medium Impact</span>
190
+ <span class="bg-purple-100 text-purple-800 px-2 py-1 rounded text-sm">Content</span>
191
+ </div>
192
+ </div>
193
+ <button class="ml-auto text-blue-600 hover:text-blue-800">
194
+ <i class="fas fa-chevron-right"></i>
195
+ </button>
196
+ </div>
197
+
198
+ <div class="flex items-start p-4 border rounded-lg hover:bg-gray-50 transition">
199
+ <div class="bg-blue-100 text-blue-600 p-2 rounded-full mr-4">
200
+ <i class="fas fa-share-alt"></i>
201
+ </div>
202
+ <div>
203
+ <h4 class="font-bold text-gray-800">Increase Source Amplification</h4>
204
+ <p class="text-gray-600 mb-2">Your product isn't listed on key platforms like ProductHunt and GitHub that LLMs frequently reference. Create listings on these platforms.</p>
205
+ <div class="flex space-x-2">
206
+ <span class="bg-gray-100 text-gray-800 px-2 py-1 rounded text-sm">High Impact</span>
207
+ <span class="bg-green-100 text-green-800 px-2 py-1 rounded text-sm">Amplification</span>
208
+ </div>
209
+ </div>
210
+ <button class="ml-auto text-blue-600 hover:text-blue-800">
211
+ <i class="fas fa-chevron-right"></i>
212
+ </button>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="grid md:grid-cols-2 gap-8">
218
+ <div class="bg-white rounded-xl shadow-lg p-6">
219
+ <h3 class="text-xl font-bold text-gray-800 mb-4">Content Optimization</h3>
220
+ <ul class="space-y-3">
221
+ <li class="flex items-start">
222
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
223
+ <span>Your title tag clearly describes your product</span>
224
+ </li>
225
+ <li class="flex items-start">
226
+ <i class="fas fa-exclamation-circle text-yellow-500 mt-1 mr-2"></i>
227
+ <span>Add more semantic keywords like "AI-powered" and "GPT-optimized"</span>
228
+ </li>
229
+ <li class="flex items-start">
230
+ <i class="fas fa-exclamation-circle text-red-500 mt-1 mr-2"></i>
231
+ <span>Your meta description doesn't include key phrases LLMs look for</span>
232
+ </li>
233
+ <li class="flex items-start">
234
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
235
+ <span>Your content is well-structured with clear headings</span>
236
+ </li>
237
+ </ul>
238
+ </div>
239
+
240
+ <div class="bg-white rounded-xl shadow-lg p-6">
241
+ <h3 class="text-xl font-bold text-gray-800 mb-4">Technical Factors</h3>
242
+ <ul class="space-y-3">
243
+ <li class="flex items-start">
244
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
245
+ <span>Fast page load speed (1.2s)</span>
246
+ </li>
247
+ <li class="flex items-start">
248
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
249
+ <span>Mobile responsive design</span>
250
+ </li>
251
+ <li class="flex items-start">
252
+ <i class="fas fa-exclamation-circle text-red-500 mt-1 mr-2"></i>
253
+ <span>Missing JSON-LD structured data</span>
254
+ </li>
255
+ <li class="flex items-start">
256
+ <i class="fas fa-exclamation-circle text-yellow-500 mt-1 mr-2"></i>
257
+ <span>Could improve canonical URL implementation</span>
258
+ </li>
259
+ </ul>
260
+ </div>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Prompt Simulator Content (Hidden by default) -->
265
+ <div id="prompt-simulator-content" class="hidden fade-in">
266
+ <div class="bg-white rounded-xl shadow-lg p-6 mb-8">
267
+ <h3 class="text-xl font-bold text-gray-800 mb-4">Prompt Recall Simulator</h3>
268
+ <p class="text-gray-600 mb-6">Test how likely your site is to be recommended in response to specific LLM prompts</p>
269
+
270
+ <div class="mb-6">
271
+ <label class="block text-gray-700 mb-2">Select a common prompt or create your own:</label>
272
+ <div class="flex flex-wrap gap-2 mb-4">
273
+ <button class="bg-gray-100 hover:bg-gray-200 text-gray-800 px-3 py-1 rounded-full text-sm transition prompt-preset">Best AI tools to rebuild websites from URL</button>
274
+ <button class="bg-gray-100 hover:bg-gray-200 text-gray-800 px-3 py-1 rounded-full text-sm transition prompt-preset">What are top AI SEO tools in 2025?</button>
275
+ <button class="bg-gray-100 hover:bg-gray-200 text-gray-800 px-3 py-1 rounded-full text-sm transition prompt-preset">AI-powered ProductHunt alternatives</button>
276
+ </div>
277
+ <div class="relative">
278
+ <textarea id="prompt-input" class="w-full px-4 py-3 border rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" rows="3" placeholder="Enter your custom prompt..."></textarea>
279
+ <button id="simulate-btn" class="absolute right-2 bottom-2 bg-blue-600 text-white px-6 py-2 rounded-lg hover:bg-blue-700 transition">Simulate</button>
280
+ </div>
281
+ </div>
282
+
283
+ <div id="simulation-result" class="hidden bg-gray-50 rounded-lg p-6 border border-gray-200">
284
+ <div class="flex items-center mb-4">
285
+ <div class="bg-blue-100 text-blue-800 p-2 rounded-full mr-3">
286
+ <i class="fas fa-robot"></i>
287
+ </div>
288
+ <h4 class="font-bold text-gray-800">Simulation Result</h4>
289
+ </div>
290
+
291
+ <div class="bg-white rounded-lg p-4 mb-4 shadow-inner">
292
+ <p class="text-gray-800">When looking for AI tools to rebuild websites from a URL, some of the top options include:</p>
293
+ <ul class="list-disc pl-5 mt-2 space-y-1">
294
+ <li>Durable - AI website builder that can create a site in seconds</li>
295
+ <li>CodeWP - AI-powered WordPress code generator</li>
296
+ <li class="font-bold">YourSite (mentioned but not highlighted)</li>
297
+ <li>10Web - AI website builder with hosting</li>
298
+ </ul>
299
+ <p class="text-gray-800 mt-2">These tools use AI to analyze existing websites and generate new versions with similar structure and content.</p>
300
+ </div>
301
+
302
+ <div class="bg-yellow-50 border-l-4 border-yellow-400 p-4">
303
+ <div class="flex">
304
+ <div class="flex-shrink-0">
305
+ <i class="fas fa-lightbulb text-yellow-500 mt-1 mr-2"></i>
306
+ </div>
307
+ <div>
308
+ <h4 class="font-bold text-gray-800">Opportunities to Improve</h4>
309
+ <ul class="list-disc pl-5 mt-2 space-y-1 text-gray-700">
310
+ <li>Your site was mentioned but not in the top recommendations</li>
311
+ <li>Add more specific claims like "AI website rebuilder" in your title</li>
312
+ <li>Get featured on AI tool directories that LLMs reference</li>
313
+ <li>Include detailed comparison tables showing your advantages</li>
314
+ </ul>
315
+ </div>
316
+ </div>
317
+ </div>
318
+ </div>
319
+ </div>
320
+ </div>
321
+
322
+ <!-- Schema Validator Content (Hidden by default) -->
323
+ <div id="schema-validator-content" class="hidden fade-in">
324
+ <div class="bg-white rounded-xl shadow-lg p-6">
325
+ <h3 class="text-xl font-bold text-gray-800 mb-4">Schema & Metadata Validation</h3>
326
+
327
+ <div class="grid md:grid-cols-2 gap-6 mb-6">
328
+ <div class="bg-gray-50 rounded-lg p-4">
329
+ <h4 class="font-bold text-gray-800 mb-3">Detected Schema Types</h4>
330
+ <div class="space-y-2">
331
+ <div class="flex items-center">
332
+ <i class="fas fa-times-circle text-red-500 mr-2"></i>
333
+ <span>SoftwareApplication (Missing)</span>
334
+ </div>
335
+ <div class="flex items-center">
336
+ <i class="fas fa-check-circle text-green-500 mr-2"></i>
337
+ <span>Organization (Present)</span>
338
+ </div>
339
+ <div class="flex items-center">
340
+ <i class="fas fa-times-circle text-red-500 mr-2"></i>
341
+ <span>Product (Missing)</span>
342
+ </div>
343
+ <div class="flex items-center">
344
+ <i class="fas fa-check-circle text-green-500 mr-2"></i>
345
+ <span>WebPage (Present)</span>
346
+ </div>
347
+ </div>
348
+ </div>
349
+
350
+ <div class="bg-gray-50 rounded-lg p-4">
351
+ <h4 class="font-bold text-gray-800 mb-3">Recommended Schema Properties</h4>
352
+ <div class="space-y-2">
353
+ <div class="flex items-center">
354
+ <i class="fas fa-exclamation-circle text-yellow-500 mr-2"></i>
355
+ <span>applicationCategory</span>
356
+ </div>
357
+ <div class="flex items-center">
358
+ <i class="fas fa-exclamation-circle text-yellow-500 mr-2"></i>
359
+ <span>operatingSystem</span>
360
+ </div>
361
+ <div class="flex items-center">
362
+ <i class="fas fa-exclamation-circle text-yellow-500 mr-2"></i>
363
+ <span>offers</span>
364
+ </div>
365
+ <div class="flex items-center">
366
+ <i class="fas fa-check-circle text-green-500 mr-2"></i>
367
+ <span>name</span>
368
+ </div>
369
+ </div>
370
+ </div>
371
+ </div>
372
+
373
+ <div class="mb-6">
374
+ <h4 class="font-bold text-gray-800 mb-2">Schema Implementation Guide</h4>
375
+ <div class="bg-gray-800 rounded-lg p-4 overflow-x-auto">
376
+ <pre class="text-green-400 text-sm"><code>&lt;script type="application/ld+json"&gt;
377
+ {
378
+ "@context": "https://schema.org",
379
+ "@type": "SoftwareApplication",
380
+ "name": "Your Product Name",
381
+ "applicationCategory": "BusinessApplication",
382
+ "operatingSystem": "Web Browser",
383
+ "offers": {
384
+ "@type": "Offer",
385
+ "price": "0",
386
+ "priceCurrency": "USD"
387
+ }
388
+ }
389
+ &lt;/script&gt;</code></pre>
390
+ </div>
391
+ </div>
392
+
393
+ <div class="bg-blue-50 border-l-4 border-blue-400 p-4">
394
+ <div class="flex">
395
+ <div class="flex-shrink-0">
396
+ <i class="fas fa-info-circle text-blue-500 mt-1 mr-2"></i>
397
+ </div>
398
+ <div>
399
+ <h4 class="font-bold text-gray-800">Why Schema Matters for LLMs</h4>
400
+ <p class="text-gray-700 mt-1">Large language models rely heavily on structured data to understand your product's purpose, features, and categorization. Proper schema markup can increase your visibility in LLM responses by up to 300%.</p>
401
+ </div>
402
+ </div>
403
+ </div>
404
+ </div>
405
+ </div>
406
+
407
+ <!-- Competitor Benchmark Content (Hidden by default) -->
408
+ <div id="competitor-content" class="hidden fade-in">
409
+ <div class="bg-white rounded-xl shadow-lg p-6">
410
+ <h3 class="text-xl font-bold text-gray-800 mb-4">Competitor Benchmarking</h3>
411
+
412
+ <div class="mb-6">
413
+ <label class="block text-gray-700 mb-2">Enter competitor URLs (up to 3):</label>
414
+ <div class="space-y-2 mb-3" id="competitor-inputs">
415
+ <div class="flex">
416
+ <input type="text" placeholder="https://competitor1.com" class="flex-grow px-4 py-2 border rounded-l-lg focus:outline-none">
417
+ <button class="bg-gray-200 text-gray-600 px-4 py-2 rounded-r-lg hover:bg-gray-300 transition">
418
+ <i class="fas fa-times"></i>
419
+ </button>
420
+ </div>
421
+ </div>
422
+ <button id="add-competitor-btn" class="text-blue-600 hover:text-blue-800 flex items-center">
423
+ <i class="fas fa-plus-circle mr-1"></i> Add Competitor
424
+ </button>
425
+ </div>
426
+
427
+ <button id="run-benchmark-btn" class="bg-blue-600 text-white px-6 py-3 rounded-lg hover:bg-blue-700 transition mb-6">Run Benchmark Analysis</button>
428
+
429
+ <div id="benchmark-results" class="hidden">
430
+ <div class="overflow-x-auto">
431
+ <table class="min-w-full bg-white rounded-lg overflow-hidden">
432
+ <thead class="bg-gray-100">
433
+ <tr>
434
+ <th class="py-3 px-4 text-left text-gray-700">Metric</th>
435
+ <th class="py-3 px-4 text-left text-gray-700">Your Site</th>
436
+ <th class="py-3 px-4 text-left text-gray-700">Competitor A</th>
437
+ <th class="py-3 px-4 text-left text-gray-700">Competitor B</th>
438
+ </tr>
439
+ </thead>
440
+ <tbody class="divide-y divide-gray-200">
441
+ <tr>
442
+ <td class="py-3 px-4 text-gray-700">LLM Indexability Score</td>
443
+ <td class="py-3 px-4 font-bold">72</td>
444
+ <td class="py-3 px-4">85</td>
445
+ <td class="py-3 px-4">78</td>
446
+ </tr>
447
+ <tr>
448
+ <td class="py-3 px-4 text-gray-700">Schema Completeness</td>
449
+ <td class="py-3 px-4 font-bold">65%</td>
450
+ <td class="py-3 px-4">95%</td>
451
+ <td class="py-3 px-4">80%</td>
452
+ </tr>
453
+ <tr>
454
+ <td class="py-3 px-4 text-gray-700">Prompt Recall Rate</td>
455
+ <td class="py-3 px-4 font-bold">42%</td>
456
+ <td class="py-3 px-4">68%</td>
457
+ <td class="py-3 px-4">55%</td>
458
+ </tr>
459
+ <tr>
460
+ <td class="py-3 px-4 text-gray-700">Source Amplification</td>
461
+ <td class="py-3 px-4 font-bold">3 platforms</td>
462
+ <td class="py-3 px-4">7 platforms</td>
463
+ <td class="py-3 px-4">5 platforms</td>
464
+ </tr>
465
+ </tbody>
466
+ </table>
467
+ </div>
468
+
469
+ <div class="mt-6 bg-green-50 border-l-4 border-green-400 p-4">
470
+ <div class="flex">
471
+ <div class="flex-shrink-0">
472
+ <i class="fas fa-lightbulb text-green-500 mt-1 mr-2"></i>
473
+ </div>
474
+ <div>
475
+ <h4 class="font-bold text-gray-800">Competitor Insights</h4>
476
+ <ul class="list-disc pl-5 mt-2 space-y-1 text-gray-700">
477
+ <li>Competitor A has nearly complete schema markup (95%) which explains their higher recall rate</li>
478
+ <li>Both competitors are listed on more amplification platforms (ProductHunt, GitHub, etc.)</li>
479
+ <li>Your content quality is comparable, but lacks specific prompt targeting</li>
480
+ </ul>
481
+ </div>
482
+ </div>
483
+ </div>
484
+ </div>
485
+ </div>
486
+ </div>
487
+ </main>
488
+
489
+ <!-- Features Section -->
490
+ <section class="bg-gray-50 py-16">
491
+ <div class="container mx-auto px-4">
492
+ <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">How EchoRank Helps You Get Recommended</h2>
493
+
494
+ <div class="grid md:grid-cols-3 gap-8">
495
+ <div class="bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition">
496
+ <div class="gradient-bg text-white p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
497
+ <i class="fas fa-search text-xl"></i>
498
+ </div>
499
+ <h3 class="text-xl font-bold text-gray-800 mb-2">LLM Indexability Analysis</h3>
500
+ <p class="text-gray-600">Get a comprehensive score evaluating how well your site is structured for discovery by large language models.</p>
501
+ </div>
502
+
503
+ <div class="bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition">
504
+ <div class="gradient-bg text-white p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
505
+ <i class="fas fa-comment-alt text-xl"></i>
506
+ </div>
507
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Prompt Recall Simulation</h3>
508
+ <p class="text-gray-600">Test how likely your product is to be recommended in response to real user prompts on ChatGPT and similar platforms.</p>
509
+ </div>
510
+
511
+ <div class="bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition">
512
+ <div class="gradient-bg text-white p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
513
+ <i class="fas fa-tasks text-xl"></i>
514
+ </div>
515
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Actionable Recommendations</h3>
516
+ <p class="text-gray-600">Get prioritized, step-by-step guidance to improve your visibility in LLM responses.</p>
517
+ </div>
518
+ </div>
519
+ </div>
520
+ </section>
521
+
522
+ <!-- CTA Section -->
523
+ <section class="gradient-bg text-white py-16">
524
+ <div class="container mx-auto px-4 text-center">
525
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Get Recommended by ChatGPT?</h2>
526
+ <p class="text-xl mb-8 max-w-2xl mx-auto">Join hundreds of businesses optimizing their online presence for the age of AI assistants.</p>
527
+ <button class="bg-white text-blue-600 px-8 py-3 rounded-lg text-lg font-bold hover:bg-gray-100 transition">Start Your Free Analysis</button>
528
+ </div>
529
+ </section>
530
+
531
+ <!-- Footer -->
532
+ <footer class="bg-gray-900 text-gray-400 py-12">
533
+ <div class="container mx-auto px-4">
534
+ <div class="grid md:grid-cols-4 gap-8 mb-8">
535
+ <div>
536
+ <div class="flex items-center space-x-2 mb-4">
537
+ <div class="gradient-bg text-white p-2 rounded-lg">
538
+ <i class="fas fa-robot text-xl"></i>
539
+ </div>
540
+ <h3 class="text-xl font-bold text-white">EchoRank</h3>
541
+ </div>
542
+ <p class="mb-4">Optimizing your digital presence for recommendation by large language models.</p>
543
+ <div class="flex space-x-4">
544
+ <a href="#" class="hover:text-white"><i class="fab fa-twitter"></i></a>
545
+ <a href="#" class="hover:text-white"><i class="fab fa-linkedin"></i></a>
546
+ <a href="#" class="hover:text-white"><i class="fab fa-github"></i></a>
547
+ </div>
548
+ </div>
549
+
550
+ <div>
551
+ <h4 class="text-lg font-bold text-white mb-4">Product</h4>
552
+ <ul class="space-y-2">
553
+ <li><a href="#" class="hover:text-white">Features</a></li>
554
+ <li><a href="#" class="hover:text-white">Pricing</a></li>
555
+ <li><a href="#" class="hover:text-white">API</a></li>
556
+ <li><a href="#" class="hover:text-white">Integrations</a></li>
557
+ </ul>
558
+ </div>
559
+
560
+ <div>
561
+ <h4 class="text-lg font-bold text-white mb-4">Resources</h4>
562
+ <ul class="space-y-2">
563
+ <li><a href="#" class="hover:text-white">Documentation</a></li>
564
+ <li><a href="#" class="hover:text-white">Guides</a></li>
565
+ <li><a href="#" class="hover:text-white">Blog</a></li>
566
+ <li><a href="#" class="hover:text-white">Status</a></li>
567
+ </ul>
568
+ </div>
569
+
570
+ <div>
571
+ <h4 class="text-lg font-bold text-white mb-4">Company</h4>
572
+ <ul class="space-y-2">
573
+ <li><a href="#" class="hover:text-white">About</a></li>
574
+ <li><a href="#" class="hover:text-white">Careers</a></li>
575
+ <li><a href="#" class="hover:text-white">Privacy</a></li>
576
+ <li><a href="#" class="hover:text-white">Terms</a></li>
577
+ </ul>
578
+ </div>
579
+ </div>
580
+
581
+ <div class="pt-8 border-t border-gray-800 text-sm text-center">
582
+ <p>© 2023 EchoRank. All rights reserved.</p>
583
+ </div>
584
+ </div>
585
+ </footer>
586
+
587
+ <script>
588
+ // Tab switching functionality
589
+ const tabs = {
590
+ recommendations: {
591
+ tab: document.getElementById('recommendations-tab'),
592
+ content: document.getElementById('recommendations-content')
593
+ },
594
+ promptSimulator: {
595
+ tab: document.getElementById('prompt-simulator-tab'),
596
+ content: document.getElementById('prompt-simulator-content')
597
+ },
598
+ schemaValidator: {
599
+ tab: document.getElementById('schema-validator-tab'),
600
+ content: document.getElementById('schema-validator-content')
601
+ },
602
+ competitor: {
603
+ tab: document.getElementById('competitor-tab'),
604
+ content: document.getElementById('competitor-content')
605
+ }
606
+ };
607
+
608
+ function activateTab(activeTab) {
609
+ // Reset all tabs
610
+ Object.values(tabs).forEach(tab => {
611
+ tab.tab.classList.remove('tab-active');
612
+ tab.tab.classList.add('text-gray-600');
613
+ tab.content.classList.add('hidden');
614
+ });
615
+
616
+ // Activate selected tab
617
+ activeTab.tab.classList.add('tab-active');
618
+ activeTab.tab.classList.remove('text-gray-600');
619
+ activeTab.content.classList.remove('hidden');
620
+ }
621
+
622
+ // Add event listeners to tabs
623
+ tabs.recommendations.tab.addEventListener('click', () => activateTab(tabs.recommendations));
624
+ tabs.promptSimulator.tab.addEventListener('click', () => activateTab(tabs.promptSimulator));
625
+ tabs.schemaValidator.tab.addEventListener('click', () => activateTab(tabs.schemaValidator));
626
+ tabs.competitor.tab.addEventListener('click', () => activateTab(tabs.competitor));
627
+
628
+ // Analyze button functionality
629
+ document.getElementById('analyze-btn').addEventListener('click', function() {
630
+ const urlInput = document.getElementById('url-input').value;
631
+ if (urlInput) {
632
+ document.getElementById('score-card').classList.remove('hidden');
633
+
634
+ // Animate score ring
635
+ const scoreRing = document.querySelector('.score-ring');
636
+ scoreRing.style.strokeDashoffset = 'calc(314 - (314 * 72) / 100)';
637
+
638
+ // Scroll to results
639
+ setTimeout(() => {
640
+ document.getElementById('score-card').scrollIntoView({ behavior: 'smooth' });
641
+ }, 100);
642
+ }
643
+ });
644
+
645
+ // Prompt simulator functionality
646
+ document.getElementById('simulate-btn').addEventListener('click', function() {
647
+ const promptInput = document.getElementById('prompt-input').value;
648
+ if (promptInput) {
649
+ document.getElementById('simulation-result').classList.remove('hidden');
650
+ }
651
+ });
652
+
653
+ // Preset prompt buttons
654
+ document.querySelectorAll('.prompt-preset').forEach(button => {
655
+ button.addEventListener('click', function() {
656
+ document.getElementById('prompt-input').value = this.textContent;
657
+ });
658
+ });
659
+
660
+ // Competitor benchmark functionality
661
+ document.getElementById('add-competitor-btn').addEventListener('click', function() {
662
+ const competitorInputs = document.getElementById('competitor-inputs');
663
+ if (competitorInputs.children.length < 3) {
664
+ const newInput = document.createElement('div');
665
+ newInput.className = 'flex';
666
+ newInput.innerHTML = `
667
+ <input type="text" placeholder="https://competitor${competitorInputs.children.length + 1}.com" class="flex-grow px-4 py-2 border rounded-l-lg focus:outline-none">
668
+ <button class="bg-gray-200 text-gray-600 px-4 py-2 rounded-r-lg hover:bg-gray-300 transition">
669
+ <i class="fas fa-times"></i>
670
+ </button>
671
+ `;
672
+ competitorInputs.appendChild(newInput);
673
+
674
+ // Add event listener to remove button
675
+ newInput.querySelector('button').addEventListener('click', function() {
676
+ competitorInputs.removeChild(newInput);
677
+ });
678
+ }
679
+ });
680
+
681
+ document.getElementById('run-benchmark-btn').addEventListener('click', function() {
682
+ document.getElementById('benchmark-results').classList.remove('hidden');
683
+ });
684
+ </script>
685
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=nock2/echorank" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
686
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ You are an expert AI developer building a full-stack SaaS application called EchoRank, which analyzes and optimizes websites and apps for visibility and recommendation by large language models (LLMs) such as ChatGPT. 🔧 Objective: Build a production-ready web application that allows users to: Enter a website URL. Receive an analysis of how likely that URL is to be recommended by ChatGPT or other LLMs. Get detailed SEO-style recommendations, with a focus on LLM-specific behavior (semantic prompt targeting, schema presence, mention frequency, etc.). Simulate ChatGPT-style prompts and see how likely the app is to be mentioned in an LLM’s output. 🖥️ Application Stack: Frontend: React (w/ TailwindCSS), Next.js Backend: Node.js (Express or Fastify), Python microservices for NLP / LLM simulation Database: PostgreSQL (or Firebase if no SQL needed) Hosting: Vercel (Frontend) + AWS/GCP (Backend services) APIs/Integrations: OpenAI API (for prompt simulation) Bing Web Search API (to mimic LLM “live fetch” results) ProductHunt API Medium/HackerNews scraping (optional) Schema.org validation library 📦 Modules to Build: 1. LLM Indexability Score Engine Parse the entered URL. Analyze: Semantic clarity of titles/descriptions. Schema presence (SoftwareApplication, Product, Article). Keyword relevance to known LLM prompts (e.g. “AI tool to rebuild a website”). Performance factors (page speed, mobile responsiveness). Output a score from 0–100 with breakdown. 2. Semantic Prompt Targeting Tool Ingest sample prompts from a library (stored or via OpenAI embedding search). Match site content to common user prompts. Return missing opportunities (e.g., “You don’t mention: AI website builder, GPT-optimized…”). Recommend keyword insertions in: <title> tag H1 Meta description Paragraph body 3. Prompt Recall Simulator User enters a hypothetical LLM prompt (e.g. “Best AI tools to rebuild websites from URL”). Using OpenAI’s API (gpt-4o), return: Simulated output. Whether the user's site/app appears. Suggestions to increase the likelihood of recall. 4. Schema & Metadata Validator Crawl the URL and analyze: JSON-LD / microdata / Open Graph presence. Use schema-dts or schema-org-utilities package. Check for presence of recommended tags: applicationCategory releaseNotes aggregateRating operatingSystem 5. Source Amplification Assistant Recommend missing presence on key LLM training and crawl surfaces: ProductHunt Medium GitHub HackerNews Reddit Include backlink placement guides and submission links. 6. Web Fetch Optimization Analyzer Test how your content appears in a Bing API query. Score how LLMs may “fetch and summarize” your site. Highlight meta tag quality, snippet readiness, canonical tags. 7. Competitor Benchmarking Tool User enters competitor URL. Compare: Semantic relevance. Schema. LLM simulation outcomes. Backlink profiles (if SEO API available). 🧪 Features for v1 (MVP Scope): URL Analyzer (basic LLM Indexability Score + Schema check) Prompt Recall Simulator (OpenAI integration) Semantic Prompt Matching Actionable Recommendations UI Simple user login (email/password or Firebase auth) 📊 Dashboard UI Elements: Scorecard UI: Overall score with breakdown (Content, Schema, Performance, Prompt Fit, Source Amplification). Recommendations List: Itemized checklist of what to fix (e.g., “Missing Product schema,” “Doesn’t mention ‘AI site rebuild’ in meta”). Prompt Test UI: Prompt input → GPT-4 completion window → result analysis. Benchmarks Tab: Optional, compares against 3–5 known ChatGPT-surfaced tools. ✅ Completion Criteria: Functional web app live on Vercel with user auth Can input any public URL and receive full LLM-oriented SEO report Prompt simulator returns realistic GPT-style answers Clear UI/UX optimized for non-technical marketers/founders 📚 Reference Prompts for Training: Use examples like: “What AI tool can rebuild a website from a URL?” “What are top AI SEO tools in 2025?” “Best apps to create a site clone with GPT” “AI-powered ProductHunt clones”