Site Kit by Google – Analytics, Search Console, AdSense, Speed
by Google · Analytics
Also makes 2 other plugins · 5.1M+ installs across the portfolio →
Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make them successful on the web.
90 health vs 64 average across 1,028 Analytics plugins
Directory ranking optimization
How it's scored →How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.
Excellent listing optimization
Well tuned across the board
Daily downloads
Since 2022-10-05 · 1,421 days · wp.org + Plugin Pulse archive
30-day downloads
Rolling 30-day volume · peaks are release surges
5.9M
now · peak 10.0M
Directory rank vs rivals
wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you
Rating trend
Star average over time · dips mark rough releases
Update activity
How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.
Release cadence
Actively maintainedHow often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.
24
releases in the last 12 months
1mo ago
latest release · v1.183.0
187
tagged releases on record
Recent releases
What its installed base runs
via wordpress.orgShare of active installs on each version of this plugin. Green is the current release; a big slice on older versions is a user base that has stopped updating.
Estimated active installs
The public count shows “5M+”. Our estimate pins where the real number sits.
Refined from the date this plugin crossed into its current band.
Install history · since 2019-11-01 · 1,437 observations
Estimated value
What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.
Est. annual revenue
Est. acquisition value
No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price.
Details
Recent review vibe
read from the latest 12 reviews to 2026-06-30Most reviewers like having Analytics and Search Console right in the dashboard, but several flag slow load times or laggy syncing, and one agency managing 75+ sites says the plugin has grown more problematic on shared hosting since 2025.
Recent reviews
All reviews on wp.org ↗- ★★★★★ crowesam2mo ago
What better way to understand something than reading the manual or seeing posts from the developers and people writingthe manual! This should make things a lot easier.
Read on wp.org ↗ - ★★★★★ marvin853mo ago
makes tracking so easy. i can check analytics n search console right from wp dashboard. rly convenient tbh, load time is a bit slow sometimes but overall pretty good.
Read on wp.org ↗ - ★★★★★ Rob Purkis3mo ago
Absolute Kaka This plugin caused endless problems with my websitb and our site was bombarded with adds that bad we could hardly see our website. Turned the plugin off and problems went away.
Read on wp.org ↗ - ★★★★★ thyran3mo ago
We manage 75+ WordPress sites for clients and have Site Kit installed on most of them. The plugin’s core value — consolidating tracking code insertion for Analytics, Search Console, Tag Manager, Ads, and PageSpeed Insights into a single managed plugin — is genuinely useful. We rely on it to keep clients’ Google service integrations consistent and centrally managed. That part deserves credit. However, since 2025 the plugin has become increasingly problematic on shared hosting and resource-isolated environments (cPanel/CloudLinux reseller accounts in our case). The Site Kit dashboard widget fires 6+ parallel Google API requests on cold-cache admin loads, with each GA4 Data API call now taking 10-15 seconds (vs sub-second on the old Universal Analytics API). When these requests fire concurrently with other admin widgets (WooCommerce, Yoast, Wordfence), they exhaust CPU, memory, and I/O limits on standard shared hosting accounts, producing 503 errors and 20-40 second dashboard load times. This isn’t a bug — it’s an architectural consequence of how the widget loads data — but it’s also not mentioned anywhere in the plugin’s documented requirements. The current minimum requirements list WordPress version, PHP version, browser support, and REST API availability, but nothing about hosting resources, concurrent connections, or worker capacity. For an agency deploying Site Kit at scale, this gap led to weeks of diagnostic work across multiple sites before identifying the plugin’s resource burst pattern as the cause. Two specific requests: Add a setting to disable the dashboard widget. A toggle in Admin Settings (similar to the existing “Display relevant page stats in the Admin bar” option) would let administrators disable the Summary widget across all users at once. Currently the only options are unchecking it per-user via Screen Options (doesn’t propagate to other admins) or adding custom code to remove the meta box (fragile if the widget ID changes). Document the resource requirements honestly. The plugin should mention that the dashboard widget makes concurrent Google API calls on cold cache, that these calls can take 10+ seconds each, and that shared hosting environments may need to disable the widget or upgrade hosting resources to handle the burst. Workaround for other agencies hitting this: Until a first-class setting exists, this code (placed in a mu-plugin or child theme functions.php) removes the Site Kit dashboard widget for all users: /** * Disable Site Kit Dashboard Widget * * Site Kit's dashboard widget makes 6+ Google API calls on cold-cache * dashboard loads. On resource-constrained hosting these can exhaust * account limits and cause 503 errors. The full Site Kit dashboard * remains accessible via the Site Kit menu item. */add_action('wp_dashboard_setup', function() { remove_meta_box('google_dashboard_widget', 'dashboard', 'normal');}, 99); Note: the widget ID (google_dashboard_widget) is current as of Site Kit at time of writing, but could change in future releases. Detailed diagnostic data, network waterfalls, and the support thread tracking this is at: Wordpres Support Topics unable to add link here just search: Sudden high CPU and 503 errors on Site Kit dashboards across 80+ sites We’ll continue using Site Kit because the consolidated tracking management is genuinely valuable for agency workflows. Better documentation of these characteristics would have saved significant diagnostic time and would help other agencies set hosting expectations correctly when deploying Site Kit at scale.
Read on wp.org ↗ - ★★★★★ mikala653mo ago
tbh it saves sm time having analytics inside wp. u dont need extra tabs open. gave 4 stars cz setup was kinda annoying rn, but its running gud now. ty
Read on wp.org ↗ - ★★★★★ tickastudios3mo ago
A little complicated to use, but very very powerful
Read on wp.org ↗ - ★★★★★ luana3453mo ago
Analytics, Search Console, AdSense all in 1 dashboard?? Game changer fr!! Setup took like 2 mins n its literally by Google so u kno its legit. Cnt imagine managing w/o it
Read on wp.org ↗ - ★★★★★ DashKitten4mo ago
Repeatedly asks me to reset the plugin in spite of having my Analytics details and being part of the Yoast setup I use. I don’t have time to play detective and guess what might be wrong where.
Read on wp.org ↗
Latest updates
via GitHub releasesRecent releases and news for this plugin
- 2026-08-24 1.186.0 Enhanced Add new "content events" event provider in conversion event tracking to all sites. See #13281 . Add the initial datastore for the Feature Discovery Hub. See #13245 . Add the featureDiscoveryH 1.186.0
- 2026-08-10 1.185.0 Enhanced Launch the Setup Flow Refresh Phase 4 feature by force-enabling the feature flag in the plugin. See #13159 . Show the correct number of segments in the progress indicator on the service scree 1.185.0
- 2026-07-27 1.184.0 Enhanced Update notice text for Site Goals. See #13153 . Add Site Goals Survey Triggers. See #13040 . Add the steps query parameter to the proxy's setup URL to specify the number of progress indicator 1.184.0
- 2026-07-13 1.183.0 Enhanced Add GA event tracking for the notices displayed when the Key Metrics and Audience Segmentation widgets are re-shown. See #12972 . Launch the Setup Flow Refresh feature by force-enabling the f 1.183.0
- 2026-06-29 1.182.0 Added Allow existing users to link their Google accounts with their WordPress user profile using Sign in with Google. See #9994 . Enhanced Show error notices inline on the Key Metrics setup screen whe 1.182.0
- 2026-06-15 1.181.0 Enhanced Add custom dimension breakdown notice message to Site Goals widgets/side panel settings. See #12800 . Add an auto-updates opt-in checkbox to the plugin activation banner, allowing users to en 1.181.0
Known vulnerabilities
via Wordfence Intelligence2 disclosed vulnerabilities on record for this plugin, all fixed in the current version. Sites on older versions stay exposed until they update.
- 2020-05-21 CVE-2020-8934 Exposure of Sensitive Information to an Unauthorized Actor Affects <= 1.7.1 Patched in 1.8.0
Vulnerability records provided by Wordfence Intelligence. Copyright 2012-2026 Defiant Inc. License and terms.
CVE records: Copyright 1999-2026 The MITRE Corporation. CVE terms of use.
Behavioral tests
via WP HiveAutomated install-time checks, tested on PHP 8.1.12 · WP 7.0.1
Languages
via translate.wordpress.orgTranslated into 43 languages, 13 at 90% or more
Plus 19 more locales with partial translations.
Growth timeline
Install-tier crossings we have observed, and how long each tier took to outgrow
- 2025-04-05 4M+ → 5M+ up after 427 days in tier
- 2024-02-03 3M+ → 4M+ up after 351 days in tier
- 2023-02-17 2M+ → 3M+ up
Competes with
The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).
-
GA Google Analytics – Connect Google Analytics to WordPress 400K+ installs · 4.8★ · 2 shared tags A -
AI Powered Marketing 50K+ installs · 3.0★ · 2 shared tags B
-
CAOS | Host Google Analytics Locally 10K+ installs · 4.8★ · 2 shared tags A - G Google Tag Manager 10K+ installs · 4.0★ · 2 shared tags B
-
Analytics Germanized for Google Analytics (GDPR / DSGVO) 7K+ installs · 4.3★ · 2 shared tags B -
HT Easy GA4 – Google Analytics WordPress Plugin 6K+ installs · 4.1★ · 2 shared tags A
Embed this report card
Drop a live Pulse card for Site Kit by Google – Analytics, Search Console, AdSense, Speed into a readme, a review or a deck. It updates itself.
<iframe src="https://plugins.wpmayor.com/embed/google-site-kit" width="480" height="300" style="border:0" loading="lazy" title="Site Kit by Google – Analytics, Search Console, AdSense, Speed — Plugin Pulse"></iframe> Site Kit by Google – Analytics, Search Console, AdSense, Speed: 5M+ active installs, 4.2★ (1,009 reviews). Plugin Pulse (WP Mayor), as of 2026-08-25. https://plugins.wpmayor.com/plugin/google-site-kit