EBS Content Metrics for Google Search Console is a lightweight analytics plugin that allows WordPress administrators to view search performance data directly within the admin panel.
The plugin retrieves page-level performance metrics such as clicks and impressions from Google Search Console and displays them in a structured and filterable table.
It is designed for content creators, SEO specialists, and site owners who want to analyze content performance without leaving the WordPress dashboard.
Main features:
- Retrieve Google Search Console data using a secure service account
- View clicks and impressions per post and page
- Analyze performance across multiple time periods (6 months, 12 months, 16 months)
- Filter and search content by title or URL
- Sort data by clicks or impressions
- Bulk actions for managing content
- Lightweight JSON-based storage system (no database load)
- Fast and responsive admin interface
This plugin does NOT track visitors and does NOT send any data to the plugin author.
- Upload the plugin files to the
/wp-content/plugins/ebs-content-metrics-for-google-search-console/ directory, or install the plugin through the WordPress Plugins screen.
- Activate the plugin through the 'Plugins' screen in WordPress.
- Create a Google Service Account from Google Cloud Console.
- Download the service account JSON key file.
- Upload the JSON file to the plugin directory and name it:
service-account.json
- Add the service account email as a user to your Google Search Console property (with read access).
- Go to the WordPress admin panel and open "EBS Metrics".
- Click "Sync Data" to fetch your Search Console data.
Note:
The service account JSON file must be securely stored. It is recommended to restrict file access using server-level permissions or move the file outside the public web directory if possible.