Keyword Rank Checker
Check where your website ranks on Google for any keyword. Checks the top 100 positions.
Setup required — Google API Keys
This tool uses the Google Custom Search API (free — 100 checks/day) to return real Google results for google.com and google.co.uk.
To enable it, add your keys to includes/config.php:
- Go to programmablesearchengine.google.com → Create → "Search the entire web" → copy the Search Engine ID
- Go to console.cloud.google.com → Create project → Enable "Custom Search API" → Credentials → Create API Key
- Open
includes/config.phpand set:
define('GOOGLE_API_KEY', 'AIzaSy...');
define('GOOGLE_CX', 'xxxxxxxxx:yyyyyyy');
Free tier: 100 queries/day. Each rank check uses 1–10 queries depending on where your site appears.