Scope
What the first version includes.
- TXT or CSV URL import
- Indonesia-focused Google settings with `hl=id` and `gl=ID`
- Indexed, Not indexed, and Unable status labels
- Matched URL, title, and diagnostic notes
- CSV export ready for spreadsheet review
Automation sample
A starter delivery for SEO teams that need to check URL visibility in Google without fragile scraping or unclear status labels.
Scope
Delivery guardrails
The recommended implementation uses Google Programmable Search JSON API or a client-approved SERP provider. It does not attempt CAPTCHA bypassing, unlimited scraping, or hidden browser traffic.
Example output
| URL | Status | Matched result | Notes |
|---|---|---|---|
| https://example.com/page-a | Indexed | https://example.com/page-a | Exact match returned. |
| https://example.com/page-b | Not indexed | No exact match returned. | |
| https://example.com/page-c | Unable | API quota or network error. |
Handoff
The handoff can include a Python script, setup instructions, environment-variable notes, example input files, example output, and a short explanation of quota limits.