Documentation

Step-by-step guide to displaying your SiteTrust certification badge on your website using our secure iframe integration.

Why We Use Iframe Integration

Your SiteTrust certification badge is delivered via a secure iframe to ensure real-time verification and control. This means:

  • Your badge automatically reflects your current certification status
  • If certification expires or is revoked, the badge updates automatically
  • No need to manually update your website when certification status changes
  • Secure, tamper-proof display of your certification
1

Access Your Dashboard

After completing your certification purchase, you'll receive an email with your dashboard login credentials. Log in to your SiteTrust dashboard at dashboard.sitetrust.com

Can't find your login email?

Contact support@sitetrust.com
2

View Your Certification

Once logged in, you'll see your certification details including tier, status, expiration date, and your unique certification badge iframe code.

Certification Status

Active • Expires Dec 31, 2026

Tier 2: Verified
3

Copy Your Iframe Code

In your dashboard, click the "Copy Code" button next to your certification badge. This will copy your unique iframe code to your clipboard.

Your iframe code will look like:
<iframe src="https://sitetrust.com/badge/YOUR-UNIQUE-ID" width="150" height="150" frameborder="0" style="border: none;"> </iframe>
4

Add to Your Website Footer

Paste the iframe code into your website's footer HTML. The badge works best in the footer, where visitors expect to see trust indicators and certifications.

Example Footer Integration:

<footer> <div class="footer-content"> <!-- Your footer content --> <div class="certifications"> <!-- SiteTrust Badge --> <iframe src="https://sitetrust.com/badge/YOUR-UNIQUE-ID" width="150" height="150" frameborder="0" style="border: none;"> </iframe> </div> </div> </footer>

Styling Options

You can customize the badge appearance by adjusting the iframe dimensions and adding CSS styling:

<!-- Standard size --> <iframe src="https://sitetrust.com/badge/YOUR-UNIQUE-ID" width="150" height="150" frameborder="0" style="border: none;"> </iframe> <!-- Compact size (for smaller footers) --> <iframe src="https://sitetrust.com/badge/YOUR-UNIQUE-ID" width="120" height="120" frameborder="0" style="border: none;"> </iframe> <!-- With custom styling --> <div style="display: inline-block; margin: 10px;"> <iframe src="https://sitetrust.com/badge/YOUR-UNIQUE-ID" width="150" height="150" frameborder="0" style="border: none; border-radius: 8px;"> </iframe> </div>

Troubleshooting

Badge not displaying?

  • • Check that the iframe code was copied correctly
  • • Ensure your website allows iframes (some security plugins block them)
  • • Verify your certification is active in your dashboard

Badge shows as expired?

  • • Your certification may have expired - renew in your dashboard
  • • Payment may be overdue - check your account status

Need help?

Contact our support team at support@sitetrust.com

Ready to Get Certified?

Once certified, you'll receive dashboard access and your iframe code to display your badge.