Expert Answer
ClickRadius uses three deployment methods that all work at the presentation layer — they add to what's displayed without changing your actual files. For plumbing companies and plumbers, this is important because it means zero risk to your existing website.
Method 1: JavaScript Snippet Injection
- You add a single
<script> tag to your site (like Google Analytics)
- The script dynamically injects schema markup, meta tags, and structured data into the page DOM
- Changes happen after the page loads — your source HTML is never modified
- Removing the script tag instantly reverts everything
Method 2: WordPress REST API
- ClickRadius connects to WordPress's built-in API (no plugins needed)
- Deploys custom fields, meta tags, and schema through WordPress's data layer
- Works with any WordPress theme
- All changes visible and reversible through the WordPress admin
Method 3: Cloudflare Workers
- A serverless function runs at Cloudflare's edge network
- Intercepts HTML responses from your server and injects schema before delivery
- Your origin server is never modified
- Removes instantly by disabling the Worker
How plumbing companies and plumbers choose the right method:
- WordPress site? → REST API (deepest integration)
- Using Cloudflare? → Worker (fastest performance, zero origin impact)
- Any other platform? → JavaScript snippet (universal compatibility)
All three methods produce identical results — the same schema markup, meta tags, and structured data. The choice simply depends on your hosting setup.