Dashboard
Selamat datang kembali! Berikut ringkasan aktivitas indexing Anda.
Selamat datang kembali! Berikut ringkasan aktivitas indexing Anda.
Submit URLs untuk instant indexing menggunakan IndexNow dan Bing API
Manage all your websites and their indexing status
Monitor indexing status of all your URLs
Configure all your search engine API credentials
| Service | Status | Last Used | Usage This Month | Actions |
|---|---|---|---|---|
Import and process thousands of URLs at once
Automate your indexing workflow with smart rules
Automatically submit URLs when new content is published
Check indexing status and retry failed URLs daily
Monitor sitemap for new URLs and auto-submit
Receive webhooks from your CMS (WordPress, etc)
// Add to functions.php
add_action('publish_post', 'auto_submit_to_indexing', 10, 2);
function auto_submit_to_indexing($ID, $post) {
$url = get_permalink($ID);
$webhook = 'https://index.uyak.eu.org/api/webhook.php?key=YOUR_SECRET_KEY';
wp_remote_post($webhook, array(
'body' => json_encode(array('url' => $url)),
'headers' => array('Content-Type' => 'application/json')
));
}
Comprehensive insights into your indexing performance
| Website | Total URLs | Indexed | Success Rate | Avg. Index Time |
|---|---|---|---|---|
Generate detailed reports for your indexing activities
| Report Name | Type | Generated | Format | Actions |
|---|---|---|---|---|
| Weekly Summary - Week 5 | Summary | 2026-02-01 09:00 | CSV | |
| Failed URLs Analysis | Failed | 2026-01-31 14:30 | CSV | |
| Monthly Performance - January | Detailed | 2026-01-31 23:59 | JSON |
Every day at 8:00 AM
Format: CSV
Email: Yes
Every Monday at 9:00 AM
Format: PDF
Email: Yes
1st of each month
Format: JSON
Email: No