VERIFIED PRO BADGE
Show customers you're part of the alliance raising industry standards. Display your verified professional status with pride.
How To Add To Your SiteBuilt by Independents, For Independents
The Alliance of Independent Junk Removal Professionals exists because founder Robert Allen spent 20 years building one of the first independent junk removal companies in North America. He understands your challenges because he lived them.
Strength in Service
Every AIJRP operator commits to putting the customer first. This badge signals you're part of a community that holds itself to higher standards, not because regulations demand it, but because excellence matters.
Unity in Standards
Without a governing board, AIJRP grows through member leadership and verified practices. This badge shows you've completed training, follow safety protocols and participate in collective responsibility.
Trust That Converts
Customers choose franchises over independents 3:1 because of perceived credibility. This badge levels the playing field, showing visitors you're backed by training, standards and a professional network.
Add Your Badge in Minutes
Whether you built your site yourself or use a CMS like WordPress, Wix or Squarespace, installation is straightforward. Choose your method below.
Custom Coded Websites
If you have direct access to your site's HTML files, this is the cleanest approach.
Installation Steps:
- Copy the complete code below
- Open your website's HTML file
- Paste the code where you want the badge
- Save and upload the file
- Clear cache and verify display
Website Builders & CMS
Most modern platforms support custom HTML blocks for embedding code snippets.
Supported Platforms:
- WordPress (Custom HTML block)
- Wix (Embed element)
- Squarespace (Code block)
- Weebly (Embed code element)
- Shopify (Custom liquid)
- GoDaddy (HTML widget)
Optimal Badge Placement
Badge placement affects conversion rates. Here's what testing shows works best.
Recommended Locations:
- Website header (top right)
- Homepage hero section
- Footer (every page trust)
- Contact or booking page
- About Us credentials section
- Service pages near CTA
YOUR BADGE CODE
<!-- AIJRP Verified PRO Badge -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600;800&display=swap" rel="stylesheet">
<style>
@keyframes aijrp-sheen {
0% { transform: translateX(-100%) skewX(-15deg); }
50%, 100% { transform: translateX(200%) skewX(-15deg); }
}
@keyframes aijrp-pulse-ring-blue {
0% { box-shadow: 0 0 0 0 rgba(30, 121, 189, 0.4); }
70% { box-shadow: 0 0 0 10px rgba(30, 121, 189, 0); }
100% { box-shadow: 0 0 0 0 rgba(30, 121, 189, 0); }
}
</style>
<a href="https://www.aijrp.com/"
target="_blank"
rel="noopener"
aria-label="AIJRP Verified Pro Member"
style="
display: inline-flex;
align-items: center;
text-decoration: none;
box-sizing: border-box;
border-radius: 999em;
padding: 5px 24px 5px 5px;
background: linear-gradient(120deg, #1566a8, #1E79BD, #3d9dd8, #1E79BD);
background-size: 300% 300%;
animation: aijrp-pulse-ring-blue 4s infinite;
border: 1px solid rgba(255, 255, 255, 0.3);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
transition: transform 0.2s ease;
font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
position: relative;
overflow: hidden;
"
onmouseover="this.style.transform='scale(1.02)';"
onmouseout="this.style.transform='scale(1)';"
>
<span style="
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
animation: aijrp-sheen 3s infinite;
pointer-events: none;
"></span>
<img
src="https://s3.amazonaws.com/kajabi-storefronts-production/file-uploads/sites/2148713665/themes/2162460941/downloads/33e8c8c-feb-6a8d-2cf7-f600da67418_seal_2.png"
alt="AIJRP Seal"
width="58"
height="58"
style="
display: block;
border-radius: 50%;
background: #fff;
border: 2px solid rgba(255,255,255,0.2);
position: relative;
z-index: 1;
"
/>
<div style="
display: flex;
flex-direction: column;
margin-left: 12px;
color: white;
text-shadow: 0 1px 2px rgba(0,0,0,0.15);
line-height: 1.1;
position: relative;
z-index: 1;
">
<span style="
font-weight: 600;
font-size: 10px;
letter-spacing: 1px;
opacity: 0.95;
text-transform: uppercase;
">Verified</span>
<span style="
font-weight: 800;
font-size: 15px;
letter-spacing: 0.5px;
white-space: nowrap;
">PRO</span>
</div>
</a>