Badge Not Displaying
If your Merrisk badge isn't showing on your website, try these solutions.
Check Your Plan
The embeddable badge is a Pro feature. Make sure you have an active Pro subscription.
Check the Embed Code
Make sure you've copied the entire embed code correctly:
<div id="merrisk-badge"></div>
<script src="https://merrisk.com/badge/your-slug/embed.js"></script>
Common Issues
1. Missing div element
Both the <div> and <script> tags are required.
2. Wrong slug
Make sure the URL in the script matches your business slug exactly.
3. JavaScript blocked
Some ad blockers or security plugins may block external scripts. Try whitelisting merrisk.com.
4. Content Security Policy
If your site has a strict CSP, you may need to add merrisk.com to your allowed script sources.
5. Cached old version
Try adding a cache-busting parameter:
src="https://merrisk.com/badge/your-slug/embed.js?v=2"
Testing
Open your browser's developer console (F12) and look for any error messages related to the badge script.