Dashboard

Overview of your sitemap performance and indexing health.

12
Active Projects
+2 this month
45.2K
Total URLs Indexed
+12.5%
98.9%
Health Score
Excellent
2
Pending Issues
Needs attention
Recent Projects
Project Status URLs Last Update Action
EW
E-Commerce Webshop
shop.example.com
Active 12,450 2 mins ago
TB
Tech Blog
blog.techcorp.io
Active 3,890 1 hour ago
DA
Dashboard App
app.saas-product.com
Error 0 15 mins ago
NI
News International
newsintl.org
Processing 8,200 30 mins ago
PO
Portfolio V2
johndoe.dev
Active 45 1 day ago
Recent Activity
E-Commerce Webshop sitemap updated successfully.
2 minutes ago
Dashboard App connection failed. Check API credentials.
15 minutes ago
Tech Blog submitted to Google Indexing API.
1 hour ago
Quick Integration
// Initialize client
const sitemap = new SitemapClient({
  apiKey: 'sm_live_xxx'
});

// Push URL for immediate indexing
await sitemap.submit(
  'https://example.com/new-post'
);