Dashboard
Your pages, their search visibility, and what to do next.
Google Search Console
Connect your website to Google
Checking your connection…
Search visibility
Add a property to explore its search presence.
Loading your properties… |
Google shows indexed, not indexed, and unknown URLs. Bing, Yandex, Seznam.cz, Naver, Yep, Internet Archive, and Amazonbot show IndexNow delivery results. Baidu accepts direct URL notifications after you connect its site token in Profile. DuckDuckGo and Yahoo use crawler and Bing pathways rather than a separate public submission channel. Unknown does not mean not indexed.
Turn on automatic sitemap imports, page checks, and search engine notifications. Plans start at $49/month.
Activity history
Latest 30 eventsSubmit URLs
Paste your URLs, upload a file, or import a sitemap to inspect pages and notify search engines.
Index
Page checks and search engine results.
Profile
Connect your tools and manage your websites.
Sign-in method
Connect Google to sign in without a password.
Properties
Google property mapping
Choose the matching Search Console property for this website.
Cloudflare key route
Install one exact IndexNow key route for this website.
Automatic delivery
Eligible new and changed pages are sent automatically. A delivery receipt is not an indexing result.
Vercel project setup
Vercel support will create the exact IndexNow key route for the selected project when the integration is enabled.
GA4 project setup
GA4 will bring acquisition and landing-page context into the selected project.
PLANS & BILLING
Choose a plan for your websites.
Choose the capacity you need to import URLs, check pages, and notify search engines.
Current plan: —
API
Submit URLs and read index status programmatically. Authenticate with Authorization: Bearer il_live_….
Create a key
Your keys
Endpoints
| Method | Path | What it does |
|---|---|---|
POST | /v1/properties | Create a property {name, kind, url} |
GET | /v1/properties | List your properties |
POST | /v1/properties/:id/submit | Submit URLs {urls: []} or {sitemap_url} |
GET | /v1/properties/:id/urls | All URLs + per-engine status |
GET | /v1/properties/:id/urls/:urlId/status | One URL: recorded engine results and page suggestions |
GET | /v1/properties/:id/score | Confirmed Google indexing coverage |
Example
curl -X POST https://app.indexlinks.app/v1/properties/PROP_ID/submit \
-H "Authorization: Bearer il_live_XXXXXXXX" \
-H "Content-Type: application/json" \
-d '{"urls": ["https://example.com/new-page"]}'