Embed your ProFix Verified badge

Drop a single image tag on your own website to surface a live, contractor-specific "ProFix Verified" badge. The badge renders your current trust tier (Elite / Solid / Starter / Minimal), your 0-100 ProFix Trust Score, and your recent permit count — all re-rendered on every page load so the number can never go stale.

TL;DR

  • One image tag. No JavaScript, no iframe, no CSS. A 240×80 SVG renders inline on any page.
  • Always live. The badge re-renders every visit, so your tier and permit count are always current.
  • CC-BY-4.0. Free to embed — just keep the wordmark visible. No registration, no API key.

Copy-paste snippet

Replace {slug} with your ProFix profile slug (visible in the URL of your /pro/... page). The wrapping link is recommended — it sends visitors to your live evidence page so they can verify the badge themselves.

<a href="https://profixdirectory.com/pro/{slug}" target="_blank" rel="noopener">
  <img src="https://profixdirectory.com/api/badge/{slug}.svg"
       alt="ProFix Verified — {name}"
       width="240" height="80" />
</a>

Live previews

Each card below renders the actual SVG endpoint for a real ProFix-listed contractor. Copy the snippet under any badge to embed that contractor's live badge on your site.

Action Sewer Cleaning & Plumbing LLC

Plumber · Toledo, OH

ProFix Verified — Action Sewer Cleaning & Plumbing LLC
<a href="https://profixdirectory.com/pro/action-sewer-cleaning-plumbing-llc-toledo" target="_blank" rel="noopener">
  <img src="https://profixdirectory.com/api/badge/action-sewer-cleaning-plumbing-llc-toledo.svg"
       alt="ProFix Verified — Action Sewer Cleaning & Plumbing LLC"
       width="240" height="80" />
</a>

Verify this badge yourself →

Great Lakes Electrical Contracting Inc

Electrician · Toledo, OH

ProFix Verified — Great Lakes Electrical Contracting Inc
<a href="https://profixdirectory.com/pro/great-lakes-electrical-contracting-inc-toledo" target="_blank" rel="noopener">
  <img src="https://profixdirectory.com/api/badge/great-lakes-electrical-contracting-inc-toledo.svg"
       alt="ProFix Verified — Great Lakes Electrical Contracting Inc"
       width="240" height="80" />
</a>

Verify this badge yourself →

Easy Flow Plumbing And Drain Service LLC

Plumber · Beachwood, OH

ProFix Verified — Easy Flow Plumbing And Drain Service LLC
<a href="https://profixdirectory.com/pro/easy-flow-plumbing-and-drain-service-llc-beachwood" target="_blank" rel="noopener">
  <img src="https://profixdirectory.com/api/badge/easy-flow-plumbing-and-drain-service-llc-beachwood.svg"
       alt="ProFix Verified — Easy Flow Plumbing And Drain Service LLC"
       width="240" height="80" />
</a>

Verify this badge yourself →

Atlas Butler Heating & Cooling

HVAC · Columbus, OH

ProFix Verified — Atlas Butler Heating & Cooling
<a href="https://profixdirectory.com/pro/atlas-butler-heating-cooling-columbus" target="_blank" rel="noopener">
  <img src="https://profixdirectory.com/api/badge/atlas-butler-heating-cooling-columbus.svg"
       alt="ProFix Verified — Atlas Butler Heating & Cooling"
       width="240" height="80" />
</a>

Verify this badge yourself →

Anderson Hill Plumbing Inc.

Plumber · Cincinnati, OH

ProFix Verified — Anderson Hill Plumbing Inc.
<a href="https://profixdirectory.com/pro/anderson-hill-plumbing-inc-cincinnati" target="_blank" rel="noopener">
  <img src="https://profixdirectory.com/api/badge/anderson-hill-plumbing-inc-cincinnati.svg"
       alt="ProFix Verified — Anderson Hill Plumbing Inc."
       width="240" height="80" />
</a>

Verify this badge yourself →

Why your contractor should embed this

It proves you're verified.Anyone can claim "licensed and insured" on their site. The ProFix Verified badge is keyed to a public profile — when a homeowner clicks it, they land on a full evidence page showing your license number, source URL, recent permits pulled, and every other factor that contributed to your tier.

It's unfakeable. The badge is an SVG served from profixdirectory.com on every page load. A contractor can't fork it, edit the score, and re-host it — homeowners can spot a forged badge in one click by comparing the embedded score to the live one at /pro/{slug}/evidence.

It moves with you. Pull more permits next quarter or add a license link — your embedded badge updates automatically. No code change, no re-upload. The number on your website is always the number ProFix Directory has for you today.

Trust signals included

Every badge surfaces these signals derived from public sources — no self-reported claims, no editorial overrides:

  • Trust tier — Elite (75-100) / Solid (50-74) / Starter (30-49) / Minimal (0-29). Color-coded header band.
  • Composite Trust Score — 0-100 integer combining verification tier, license evidence, reviews, photos, service area, specialty depth, tenure, permit-verified flag, and editorial featured status.
  • Recent permit count — number of public building permits ProFix matched to this pro in the last 365 days. Shown only when greater than zero.
  • Contractor name — truncated if long; full name preserved in the SVG <title> element for screen readers.
  • Wordmark + license profixdirectory.com · CC-BY-4.0 rendered inline. Required attribution.

How to verify the badge yourself

Every score is fully transparent. Click the badge (or the contractor's name on any ProFix page) to land on /pro/{slug}/evidence — a per-factor breakdown showing exactly which signals contributed points and where the underlying data came from. No black-box rankings.

For agencies and web developers

Three extra embed variants for places where a wrapped <a> isn't allowed. The badge is the same SVG — just delivered with different markup.

Slack / Discord

Channels render plain <img> tags inline. Drop one in a welcome message or a contractor's profile pinned post.

<img src="https://profixdirectory.com/api/badge/action-sewer-cleaning-plumbing-llc-toledo.svg" alt="ProFix Verified — Action Sewer Cleaning & Plumbing LLC" />

Email signature

Add to Gmail / Apple Mail / Outlook signature blocks. Most clients allow <img> from HTTPS sources.

<img src="https://profixdirectory.com/api/badge/great-lakes-electrical-contracting-inc-toledo.svg" alt="ProFix Verified — Great Lakes Electrical Contracting Inc" />

Markdown (GitHub / dev.to)

Drop into a README, blog post, or Medium article. Renders as a clickable image link.

[![ProFix Verified — Easy Flow Plumbing And Drain Service LLC](https://profixdirectory.com/api/badge/easy-flow-plumbing-and-drain-service-llc-beachwood.svg)](https://profixdirectory.com/pro/easy-flow-plumbing-and-drain-service-llc-beachwood)

License

ProFix Verified badge SVGs are published under CC-BY-4.0. Free to embed on any website, newsletter, signature, or internal channel. The only requirement: keep the profixdirectory.com · CC-BY-4.0 attribution line baked into the badge visible (don't crop the SVG to hide it). When in doubt, link the badge back to your ProFix profile so visitors can verify the score independently.

Related

  • /partners — every public ProFix integration surface.
  • /trust-score — homeowner-friendly explainer for what the score means.
  • /api/openapi.json — full OpenAPI 3.1 spec, including the badge endpoint.
  • /widgets — the richer JavaScript embed for full trade × city contractor cards.
Emergency