Keyword Rank Checker

Check where your website ranks on Google for any keyword. Checks the top 100 positions.

Advertisement

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:

  1. Go to programmablesearchengine.google.com → Create → "Search the entire web" → copy the Search Engine ID
  2. Go to console.cloud.google.com → Create project → Enable "Custom Search API" → Credentials → Create API Key
  3. Open includes/config.php and 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.