The Sectigo trust seal is a visual stamp on a website to indicate that the website is secure and the identity of the website owner is authentic. In this article, we'll show you how to embed the trust seal into your website.
The trust seal is a clear indication to visitors that it is safe to enter personal information and that it will only be shared with the real website owner.
Installing the Sectigo trust seal
Add the following code before the tag </body>
on your website:
For Positive SSL and Advanced SSL
<script type="text/javascript"> //<![CDATA[
var tlJsHost = ((window.location.protocol == "https:") ? "https://secure.trust-provider.com/" : "http://www.trustlogo.com/");
document.write(unescape("%3Cscript src='" + tlJsHost + "trustlogo/javascript/trustlogo.js' type='text/javascript'%3E%3C/script%3E"));
//]]></script>
<script language="JavaScript" type="text/javascript">
TrustLogo("https://sectigo.com/images/seals/sectigo_trust_seal_md_2x.png", "SECDV", "none");
</script>
For Business SSL and Business SSL Wildcard
In the code line
TrustLogo("https://sectigo.com/images/seals/sectigo_trust_seal_md_2x.png", "SECDV", "none");
replace "SECDV"
with "SECOV"
.
For Business SSL EV
In the code line
TrustLogo("https://sectigo.com/images/seals/sectigo_trust_seal_md_2x.png", "SECDV", "none");
replace "SECDV"
with "SECEV"
.
Size of the trust seal logo
The trust seal logo is available in three sizes:
For the small logo
In the code line
TrustLogo("https://sectigo.com/images/seals/sectigo_trust_seal_md_2x.png", "SECDV", "none");
replace "sectigo_trust_seal_md_2x.png"
with "sectigo_trust_seal_sm_2x.png"
.
For the medium logo
In the code line
TrustLogo("https://sectigo.com/images/seals/sectigo_trust_seal_md_2x.png", "SECDV", "none");
leave "sectigo_trust_seal_md_2x.png"
unchanged.
For the large logo
In the code line
TrustLogo("https://sectigo.com/images/seals/sectigo_trust_seal_md_2x.png", "SECDV", "none");
replace "sectigo_trust_seal_md_2x.png"
with "sectigo_trust_seal_lg_2x.png"
.
For support requests please use this form instead.