For Webmasters
Integrate the ShopSicuro badge into your e-commerce site and show customers your domain verification status.
For Webmasters
If you run an e-commerce site, you can add the ShopSicuro badge to your pages to show your customers that your site has been verified. The badge updates automatically after each scan.
Badge Preview
The easiest way. Copy this HTML code into the footer of your website, replacing tuodominio.it with your domain:
<a href="https://www.shopsicuro.it/risultato/tuodominio.it" target="_blank" rel="noopener">
<img src="https://www.shopsicuro.it/widget/badge-img/tuodominio.it" alt="Verificato da ShopSicuro" height="28">
</a>
A more comprehensive widget that displays the score and updates automatically. Insert this code where you want the badge to appear:
<div id="shopsicuro-badge"></div>
<script>
(function(){
var d='tuodominio.it';
var s=document.createElement('script');
s.src='https://www.shopsicuro.it/assets/js/widget.js';
s.onload=function(){ShopSicuroWidget.init(d)};
document.head.appendChild(s);
})();
</script>
For more advanced integrations, you can query our API:
GET https://www.shopsicuro.it/api/badge/tuodominio.it
Answer:
{
"domain": "tuodominio.it",
"score": 78.5,
"traffic_light": "green",
"last_analyzed": "2026-04-24 10:30:00",
"result_url": "https://www.shopsicuro.it/risultato/tuodominio.it"
}
Would you like to improve your score or request a manual review?
Contact Us →