

Dashboard overview features
Indexedy is a powerful WordPress plugin that helps you monitor and track which of your posts, pages, and custom post types are indexed by Google. Get real-time insights into your content’s indexing status with multiple checking methods and comprehensive statistics.
Indexedy provides three methods to check if your content is indexed by Google:
You can use one method or enable “Auto” mode to try all methods until one succeeds.
This plugin connects to external Google services to check indexing status. The following services are used:
What it is: Google Search Console URL Inspection API is used to check if URLs are indexed in Google Search. This is the most accurate method as it uses official Google data.
What data is sent and when:
* When you check a URL’s indexing status using the Google Search Console method, the plugin sends:
* The URL you want to check (inspectionUrl)
* Your website’s URL (siteUrl)
* Your site’s language code (languageCode)
* For authentication, the plugin uses OAuth2 with a Service Account JSON key that you provide. This involves:
* Sending a JWT (JSON Web Token) to Google’s OAuth2 token endpoint to obtain an access token
* The access token is cached for 1 hour to reduce API calls
Service provided by: Google LLC
* Terms of Service: https://developers.google.com/terms
* Privacy Policy: https://policies.google.com/privacy
* API Documentation: https://developers.google.com/webmaster-tools/v1/urlInspection.index/inspect
What it is: Google’s Gemini AI service is used as an alternative method to check if URLs are indexed in Google Search using AI-powered analysis.
What data is sent and when:
* When you check a URL’s indexing status using the Gemini method, the plugin sends:
* The URL you want to check
* The domain and path extracted from the URL
* A text prompt asking Gemini to check if the URL is indexed
* This data is sent each time you manually check a URL or when bulk checking is performed
Service provided by: Google LLC
* Terms of Service: https://ai.google.dev/terms
* Privacy Policy: https://policies.google.com/privacy
* API Documentation: https://ai.google.dev/api
What it is: Google Custom Search API is used to perform site:domain queries to check if URLs appear in Google search results. This is an optional method that provides more reliable results than HTML parsing.
What data is sent and when:
* When you check a URL’s indexing status using the Site Query method with Custom Search API configured, the plugin sends:
* A search query containing the URL (in the format: site:domain URL)
* Your Custom Search Engine API key
* Your Custom Search Engine ID
* This data is sent each time you manually check a URL or when bulk checking is performed
Service provided by: Google LLC
* Terms of Service: https://developers.google.com/custom-search/terms
* Privacy Policy: https://policies.google.com/privacy
* API Documentation: https://developers.google.com/custom-search/v1/overview