Speed Index is a high-performance, full-stack SaaS platform designed to solve the common "crawl delay" issue where Google takes weeks to index new content. Built as a solo developer project with a "zero-bloat" philosophy, it utilizes the official Google Indexing API to push URLs to search results in less than five minutes.
Key Features:
-
Credit-Based System: A robust wallet and billing infrastructure supporting Bank Transfer, USDT (Crypto), and WhatsApp orders.
-
Bulk URL Parser: Automates the cleaning, de-duplication, and validation of URLs before submission.
-
White-Label Reseller Model: Infrastructure built for agencies to launch their own branded indexing tools with zero additional setup.
-
Advanced SEO Implementation: A custom blog and SEO system meeting 33/33 technical requirements, including JSON-LD, WebP conversion, and automated sitemaps.
-
Secure Architecture: Features custom PHP session management, CSRF protection, and rate limiting to ensure enterprise-grade security.
The Problem: The Indexing Gap
-
Organic Crawl Delay: Standard Google organic crawls typically take between 3 to 21 days.
-
Business Impact: Every unindexed page represents lost traffic and revenue for SEO professionals dealing with time-sensitive content.
-
High Entry Barriers: Existing enterprise tools range from $200 to $500 per month and often require users to perform complex Google API setups themselves.
-
Market Gap: There was a lack of white-label reseller models available for agencies.
The Solution: Credit-Based Instant Indexing
-
Official Integration: Built a credit-based SaaS using Google's official Indexing API that allows URLs to be pushed to Google in seconds.
-
User Simplicity: Eliminated the need for users to provide their own API keys or manage Search Console setups; they simply paste URLs and click submit.
-
Master API Management: Implemented a "Master API Key" system where one key serves all users with automated credit deduction per URL.
-
Efficiency Tools: Developed a bulk URL parser that auto-deduplicates and validates URLs in any format before submission.
-
Reseller Ready: Created a white-label infrastructure that enables agencies to offer these services with zero setup time.
Project Metrics
-
Avg Indexing Time: Under 5 minutes.
-
Credit System: 1 Credit = 1 URL.
-
SEO Excellence: 33 out of 33 SEO checks passed.
-
Payment Flexibility: 3 integrated payment gateways.
-
Execution: Solo developer project.
What Was Built: A Comprehensive Feature Set
This project involved developing a multi-layered ecosystem catering to users, administrators, and search engine crawlers.
-
User Features: Built with a mobile-responsive UI, the client side includes multi-user authentication with email verification, a secure credit wallet system, and a bulk URL submission engine. Users can view real-time submission results, track job history with one-click retries, and utilize a referral program.
-
Admin Panel: A centralized dashboard for platform analytics, user management (CRUD), and a payment approval workflow. It features real-time API credit monitoring, a contact message inbox, a newsletter system, and full configuration for SMTP and 404 monitoring.
-
Blog & SEO System: A high-performance content engine that meets 33 out of 33 technical SEO requirements. This includes JSON-LD/BlogPosting schema, automated tables of contents, WebP image conversion via the GD library, and dynamic XML sitemaps.
Results & Outcomes
The platform is fully operational and engineered for zero bloat, utilizing clean, custom PHP to ensure maintainability.
| Metric | Result | Detail |
| Indexing Speed | < 5 minutes | Achieves rapid discovery from URL submission to Google via the official API. |
| SEO Implementation | 33 / 33 | Every Level 1–5 requirement met, from technical foundations through analytics. |
| Payment Gateways | 3 methods | Supports Bank Transfer, USDT TRC-20 Crypto, and WhatsApp Orders. |
| Code Quality | Zero bloat | Developed without frameworks for a lightweight, fully documented custom PHP codebase. |
| Production Status | Live now | Deployed and actively serving real users at speedindex.pro. |
| Reseller Ready | White-label | Agencies can immediately launch their own branded versions of the indexing tool. |
The Engineering Behind Speed Index
The platform is designed as a robust, four-tier architecture (Client, Backend, External APIs, and Database/Admin) that ensures secure, real-time URL indexing.
-
Client Interface: Built with Bootstrap 5, providing a seamless experience for SEO professionals to paste URLs, manage their Credit Wallet (supporting Bank, Crypto, and WhatsApp payments), and handle authentication with CSRF protection and session fingerprinting.
-
The Backend Logic: Powered by PHP 8.3, the core includes
process_submission.phpfor parsing and deduplicating URLs, a secureconfig.phpcore library, and an API Key Router that intelligently manages master keys and credit deductions. -
External Integration: Operates through a middleware layer (
5minuteindexing API) that communicates via Bearer tokens with the official Google Indexing API to ensure discovery within 5 minutes. -
Data & Administration: Utilizes a MySQL 8 database with PDO for secure storage of users, submissions, and payments. The Admin Layer provides live dashboards for tracking revenue, platform stats, and a full Blog & SEO System with automated tools.
End-to-End Workflow
The platform follows a precise six-step process to ensure every submission is handled accurately and securely:
-
User Submission: Users paste URLs in any format; the system auto-parses and deduplicates them.
-
Credit Validation: A database query checks the user's credit balance before proceeding.
-
API Communication: PHP sends validated URLs to the indexing API via a secure Bearer token.
-
Balance Sync: Credits are deducted, the database is updated, and the new balance is re-fetched and synced in real-time.
-
Audit Logging: A full submission record is logged, capturing URL counts, API responses, and timestamps.
-
Search Discovery: Google indexes the URLs, typically making them visible in Search Console within 5 minutes.
The Architecture: 8 Core Tech Layers
This project represents a "zero-bloat" solo build, engineered for high performance and maintainability without the overhead of heavy frameworks.
-
Backend & Logic: Built with PHP 8.3 on an Apache server. Core responsibilities include application logic, routing, session management, and robust CSRF protection.
-
Data Management: Utilizes MySQL 8 with PDO (utf8mb4). The schema consists of 12 relational tables managing users, submissions, payments, blog posts, and 404 logs.
-
Frontend Experience: Developed using Bootstrap 5.3 and Bootstrap Icons to create a mobile-first, responsive grid for both public pages and the administrative dashboard.
-
External Integration: Seamless communication with the Google Indexing API via a master Bearer token, ensuring URLs are submitted within seconds.
-
Security & Auth: Features a custom authentication system with session fingerprinting, brute-force lockout, and PDO parameterized queries to prevent SQL injection.
Platform Specializations
The platform is more than just an indexing tool; it is a complete SaaS ecosystem.
-
Content & SEO Management: Integration of the Jodit Editor (v4.2.89) provides a full rich-text experience. The system automatically handles WebP image conversion, Auto Table of Contents generation, and RSS feed management.
-
Business Operations: A built-in credit billing system supports three payment gateways (Bank, Crypto, and WhatsApp) with dedicated payment approval workflows for administrators.
-
DevOps & Deployment: Hosted on a Hostinger VPS running Linux, optimized with Gzip compression, browser caching, and custom
.htaccessconfigurations for maximum speed. -
Advanced Growth Tools: Includes a built-in referral program and a white-label reseller infrastructure, allowing other agencies to launch their own branded version of the tool instantly.
Key Performance Summary
| Feature | Implementation Detail |
| SEO Integrity | 33 / 33 requirements met, including JSON-LD and Schema. |
| Indexing Efficiency | < 5 minutes average time from submission to discovery. |
| System Health | Real-time 404 Monitor and automated XML sitemaps. |
| Code Standard | Clean, custom PHP with zero external framework dependencies. |