Spaces:
Running
Running
File size: 14,087 Bytes
39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 0b5aed2 39b70e2 |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>ApexSEO - 100% Free AI-Powered SEO Suite</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['Inter', 'sans-serif']
},
animation: {
fade: 'fadeIn 0.3s ease-in-out',
},
keyframes: {
fadeIn: {
'0%': { opacity: 0, transform: 'translateY(10px)' },
'100%': { opacity: 1, transform: 'translateY(0)' },
}
}
}
}
};
</script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body class="bg-gray-50 text-gray-800 font-sans">
<!-- Header -->
<header class="bg-white shadow-sm fixed w-full z-10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4 flex justify-between items-center">
<h1 class="text-2xl font-bold text-indigo-600">ApexSEO</h1>
<nav class="space-x-6">
<a href="#features" class="text-gray-700 hover:text-indigo-600 font-medium">Features</a>
<a href="#tools" class="text-gray-700 hover:text-indigo-600 font-medium">Tools</a>
<a href="#pricing" class="text-gray-700 hover:text-indigo-600 font-medium">Pricing</a>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="bg-indigo-700 text-white pt-32 pb-20">
<div class="max-w-4xl mx-auto text-center px-6">
<h2 class="text-5xl font-extrabold mb-6 leading-tight">The Ultimate Free AI-Powered SEO Suite</h2>
<p class="text-lg mb-8">ApexSEO offers 500+ powerful SEO tools, real-time data, and AI insights — all 100% free. No login, no limits, forever.</p>
<a href="#tools" class="inline-block px-8 py-4 bg-white text-indigo-700 rounded-lg font-semibold shadow hover:bg-indigo-50 transition">Explore Tools</a>
</div>
</section>
<!-- Core Features -->
<section id="features" class="py-20 bg-white">
<div class="max-w-6xl mx-auto px-6">
<h3 class="text-3xl font-bold text-center mb-12">Why ApexSEO Stands Out</h3>
<div class="grid md:grid-cols-3 gap-10">
<div class="bg-gray-50 p-8 rounded-xl shadow hover:shadow-xl transition">
<h4 class="text-xl font-semibold mb-3">🧠 AI-Driven Insights</h4>
<p>Real-time analysis using multiple AI models for smarter content, backlink, and keyword recommendations — all free.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow hover:shadow-xl transition">
<h4 class="text-xl font-semibold mb-3">🧰 500+ Free Tools</h4>
<p>From technical SEO to local listings, ApexSEO offers 2x more tools than competitors — and all are 100% free to use.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow hover:shadow-xl transition">
<h4 class="text-xl font-semibold mb-3">🚀 No Restrictions</h4>
<p>No login required, no usage caps. ApexSEO is designed to be fast, open, and accessible to everyone — forever.</p>
</div>
</div>
</div>
</section>
<!-- Competitor Analysis -->
<section class="py-20 bg-gray-100">
<div class="max-w-6xl mx-auto px-6">
<h3 class="text-3xl font-bold text-center mb-10">ApexSEO vs. Paid SEO Tools</h3>
<div class="grid md:grid-cols-2 gap-10">
<div class="bg-white p-6 rounded-lg shadow">
<h4 class="text-xl font-semibold mb-3 text-red-600">Why Paid Tools Fall Short</h4>
<ul class="list-disc ml-6 space-y-2 text-gray-700">
<li>Expensive monthly subscriptions</li>
<li>Usage limits and API caps</li>
<li>Outdated data and slow updates</li>
<li>Clunky interfaces and poor UX</li>
</ul>
</div>
<div class="bg-white p-6 rounded-lg shadow">
<h4 class="text-xl font-semibold mb-3 text-green-600">ApexSEO Wins with</h4>
<ul class="list-disc ml-6 space-y-2 text-gray-700">
<li>100% free, forever</li>
<li>Unlimited usage, no login required</li>
<li>Real-time data and AI insights</li>
<li>Modern UI with intuitive workflows</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Tool Library -->
<section id="tools" class="py-20 bg-white">
<div class="max-w-6xl mx-auto px-6">
<h3 class="text-3xl font-bold text-center mb-12">ApexSEO Tool Library</h3>
<!-- Keyword Intelligence Suite -->
<div class="mb-8">
<h4 class="text-xl font-semibold mb-4 flex items-center text-indigo-600">
<span class="mr-2">🔍</span> Keyword Intelligence Suite
</h4>
<div class="space-y-3">
<div class="border rounded-lg p-4 bg-gray-50 cursor-pointer hover:bg-gray-100 transition" onclick="openTool('ki1')">
<span class="font-medium">Keyword Intent Analyzer</span>
</div>
<div class="border rounded-lg p-4 bg-gray-50 cursor-pointer hover:bg-gray-100 transition" onclick="openTool('ki2')">
<span class="font-medium">Search Forecast Engine</span>
</div>
<div class="border rounded-lg p-4 bg-gray-50 cursor-pointer hover:bg-gray-100 transition" onclick="openTool('ki3')">
<span class="font-medium">Keyword Gap Analyzer</span>
</div>
</div>
</div>
<!-- Content Optimization -->
<div class="mb-8">
<h4 class="text-xl font-semibold mb-4 flex items-center text-indigo-600">
<span class="mr-2">✍️</span> Content Optimization & AI Authoring
</h4>
<div class="space-y-3">
<div class="border rounded-lg p-4 bg-gray-50 cursor-pointer hover:bg-gray-100 transition" onclick="openTool('co1')">
<span class="font-medium">AI Content Writer</span>
</div>
<div class="border rounded-lg p-4 bg-gray-50 cursor-pointer hover:bg-gray-100 transition" onclick="openTool('co2')">
<span class="font-medium">SEO Content Grader</span>
</div>
<div class="border rounded-lg p-4 bg-gray-50 cursor-pointer hover:bg-gray-100 transition" onclick="openTool('co3')">
<span class="font-medium">Plagiarism Checker</span>
</div>
</div>
</div>
<!-- Technical SEO -->
<div class="mb-8">
<h4 class="text-xl font-semibold mb-4 flex items-center text-indigo-600">
<span class="mr-2">🛠️</span> Technical SEO & Site Health
</h4>
<div class="space-y-3">
<div class="border rounded-lg p-4 bg-gray-50 cursor-pointer hover:bg-gray-100 transition" onclick="openTool('ts1')">
<span class="font-medium">AI-Powered Site Crawl Audit</span>
</div>
<div class="border rounded-lg p-4 bg-gray-50 cursor-pointer hover:bg-gray-100 transition" onclick="openTool('ts2')">
<span class="font-medium">Schema Markup Generator</span>
</div>
<div class="border rounded-lg p-4 bg-gray-50 cursor-pointer hover:bg-gray-100 transition" onclick="openTool('ts3')">
<span class="font-medium">Mobile Usability Checker</span>
</div>
</div>
</div>
</div>
</section>
<!-- Modals -->
<div id="toolModal" class="hidden fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50 p-4">
<div class="bg-white rounded-lg shadow-xl w-full max-w-lg max-h-[90vh] overflow-auto">
<div class="p-6">
<div class="flex justify-between items-center mb-4">
<h4 id="modalTitle" class="text-xl font-semibold"></h4>
<button onclick="closeTool()" class="text-gray-500 hover:text-gray-700">×</button>
</div>
<div id="toolContent" class="space-y-4">
<!-- Tool content will be injected here -->
</div>
</div>
</div>
</div>
<!-- Monetization Strategy -->
<section id="pricing" class="py-20 bg-gray-100">
<div class="max-w-6xl mx-auto px-6">
<h3 class="text-3xl font-bold text-center mb-10">100% Free Forever</h3>
<div class="bg-white p-8 rounded-lg shadow-md max-w-3xl mx-auto">
<h4 class="text-xl font-semibold mb-4">No Tiers, No Limits</h4>
<p class="text-gray-700 mb-6">All 500+ tools are completely free to use — no subscription, no trial, no login required. ApexSEO is built to empower every SEO professional, student, and business owner with access to cutting-edge tools without any cost.</p>
<h4 class="text-xl font-semibold mb-3">No Hidden Tricks</h4>
<p class="text-gray-700">We believe in open access to SEO technology. That's why there are no usage caps, no premium upgrades, and no annoying pop-ups.</p>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-white border-t py-6">
<div class="max-w-6xl mx-auto px-6 text-center text-sm text-gray-500">
© 2025 ApexSEO. All tools are 100% free and open for everyone.
</div>
</footer>
<!-- JavaScript -->
<script>
</script>
<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-qwensite.hf.space/logo.svg" alt="qwensite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-qwensite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >QwenSite</a> - 🧬 <a href="https://enzostvs-qwensite.hf.space?remix=Tauseef080/wd" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |