Overview
Your visibility across search engines, at a glance.
Index Visibility Score
Weighted share of your URLs that are live in engines, by time.
Properties
Recent activity
Submit URLs
Paste your URLs, upload a file, or import a sitemap to start indexing.
Index
Live status of every URL × engine.
Profile
Properties
Add property
IndexNow verification
For real engine pickup, host this small text file on each website property. We generate a key per property and submit via IndexNow on every change.
Billing
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: engines, rank, suggestions |
GET | /v1/properties/:id/score | Index Visibility Score + history |
Example
curl -X POST https://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"]}'