Technical Documentation | Cloutinet Platform | June 2026
Cloutinet is a programmatic SEO platform built specifically for Nigerian small businesses. It automatically generates Google-indexed pages for every business and product listed on the platform, enabling businesses with zero technical knowledge to achieve Google visibility within 24-72 hours of signup.
| Layer | Technology | Purpose |
|---|---|---|
| Frontend | Next.js 14.2 | Server-side rendered pages for instant Google indexing |
| Database | Supabase PostgreSQL | Business profiles, products, analytics |
| Image Storage | Supabase Storage | Product images with public CDN URLs |
| Hosting | Vercel Edge Network | Global CDN, automatic SSL, instant deployments |
| Domain | cloutinet.online | Custom domain with Vercel DNS |
| Resend | Transactional emails via cloutinet.online domain | |
| Analytics | Custom (Supabase) | Page views, WhatsApp lead clicks per business |
| URL Pattern | Purpose | SEO Target |
|---|---|---|
| /store/[business-slug] | Business store page | [Business Name] in [City] | Category |
| /store/[business-slug]/[product-slug] | Individual product page | [Product] in [City] | [Business Name] |
| /businesses | Business directory | Find businesses in Nigeria |
| /businesses/[category] | Category directory | Best [Category] in Nigeria |
| /data | Data repository | Nigerian SME data and research |
| /research | Research hub | Nigerian business intelligence |
Every page on Cloutinet automatically generates structured data markup. Product pages use the following schema structure:
{
"@context": "https://schema.org",
"@type": "Product",
"name": "[Product Name]",
"description": "[Product Description]",
"image": "[Product Image URL]",
"offers": {
"@type": "Offer",
"price": "[Price]",
"priceCurrency": "NGN",
"availability": "https://schema.org/InStock",
"seller": {
"@type": "LocalBusiness",
"name": "[Business Name]",
"address": "[Location]",
"telephone": "[Phone]"
}
}
}Product page titles are programmatically generated using this formula:
SEO Title = [Product Name] + " in " + [City] + " | " + [Business Name] Example: "Rice 50kg Bag in Port Harcourt | Mary's Foodstuff Store"
Cloutinet generates a dynamic XML sitemap that automatically includes every new business and product page within minutes of creation. This sitemap is submitted to Google Search Console for immediate crawling.
Documentation: Cloutinet (2026). Technical Architecture. cloutinet.online/data/how-cloutinet-works. Open documentation.