MDI HTTP Referer Block
Hide elements or redirect users based on referrer domains. Useful for blocking partners, scrapers, or altering content per source.
Plugin info
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 45 days ago
Is MDI HTTP Referer Block abandoned?
Likely maintained (last update 45 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
MDI HTTP Referer Block enables WordPress site owners to detect and control user experience based on the origin of traffic. By analyzing the HTTP referrer (both server-side via PHP and client-side via JavaScript when headers are missing), this plugin makes it easy to apply different behavior for visitors arriving from ads, social platforms, or syndicated search networks.
You can define specific referrer domains or patterns, and when a visitor matches those conditions, the plugin can:
- Display a small notification (server-side) showing the detected referrer host or path.
- Hide or reveal specific elements on your site using CSS selectors.
- Redirect visitors from certain sources to a different URL.
This gives marketers, advertisers, and site owners fine control over how different audiences see the site.
Example use cases:
- Hide contact forms when users arrive through syndicated search traffic to prevent spam or low-quality leads.
- Hide pricing details when a user comes from social media to encourage engagement before pricing exposure.
- Redirect visitors from affiliate networks to a dedicated landing page.
- Show a simple banner confirming that the user arrived via a partner campaign.
The plugin sets a tracking cookie (mdi_syndicated_ref) to remember the detected source for the configured number of days, ensuring consistent visibility rules on repeat visits.
MDI HTTP Referer Block helps you tailor on-site experiences dynamically based on real visitor origin — simple, server-side controlled, and privacy-respecting.
For a full guide on blocking syndicated search traffic (e.g., Google Ads Performance Max), see:
https://mediuminteractive.com/how-to-block-syndicated-search-traffic-from-performance-max-campaigns-in-google-ads/
Installation
- Upload the
mdi-http-refererfolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Configure settings at: Settings HTTP Referer.
Frequently Asked Questions
No. The plugin only outputs host and path in the notification to avoid leaking query parameters. Referrer data is sanitized.
The client-side code treats configured domain strings as patterns and will try to use them as regex. Keep patterns simple (example: example\.com or partner.example).
Review feed
Changelog
1.0
- Initial public release.
