Statify
Visitor statistics for WordPress with focus on data protection, transparency and clarity. Perfect as a widget in your WordPress Dashboard.
Next Milestone 200K
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| pageviews | 36 | — | Tag | 13 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Support Threads Overview
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.8.5
- Last Updated
- Dec 21, 2025
- Requires WP
- 4.7+
- Tested Up To
- 6.9
- PHP Version
- 5.2 or higher
- Author
- pluginkollektiv
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.8
- Reviews
- 50
- Support Threads
- 2
- Resolved
- 50%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about Statify
trackbacks
searches
previews
views by logged in users (unless tracking is activated via the settings page)
error pages
favicon (as of WP 5.4)
sitemap (as of WP 5.5)
This behavior can be modified with the statify__skip_tracking hook.
Can further visitor data be recorded?
Some plugin users want to capture additional visitor data, e.g. name of the device and resolution.
Statify counts exclusively page views and no visitors, the desired data acquisition is not a question.
How to change who can see the Dashboard widget?
Per default only administrators can see the widget. This can be changed with the statify__user_can_see_stats hook.
Example:
add_filter(
'statify__user_can_see_stats',
'__return_true'
);
has to be added to the theme's functions.php and adapted to your needs. This example would allow all users to see the widget.
Editing the configuration is still limited to users with edit_dashboard capability.
How to skip tracking for defined users or pages
The conditions for tracking views can be customized according to page type and user capabilities by using the hook statify__skip_tracking.
Example:
add_filter(
'statify__skip_tracking',
function() {
if ( condition ) {
return true;
}
return false;
}
);
Statify Widget to display most popular content
Statify Blacklist to define a customized blacklist for referrer spam