Skip to main content
All CollectionsIntegrationsGoDaddy
Add engagement trustmarks to GoDaddy Website Builder

Add engagement trustmarks to GoDaddy Website Builder

Nick Hemenway avatar
Written by Nick Hemenway
Updated over 2 weeks ago

Note: Engagement trustmarks require a TrustedSite Pro subscription

For the engagement trustmarks, please use this code snippets below. Place the selected code snippets into an HTML section in the GoDaddy Website Builder.

  1. Log in to your GoDaddy account and click Edit Site.

  2. This will open the Site Editor. Click Add Section.

  3. A menu will pop up offering various templates for the new section. Select HTML.

  4. Copy and paste any of the the following code snippest in the Custom Code section.

    1. Be sure to replace the YOUR_SITE_HERE text with the URL of your website.

  5. Click Done, then click Publish, then click Save and Publish.

TrustedSite Certified SECURE

<a target="_blank" href="https://www.trustedsite.com/verify?host=YOUR_SITE_HERE"><img class="ts-trustmark" border="0" src="//cdn.ywxi.net/meter/YOUR_SITE_HERE/202.svg" width="90" height="37" title="TrustedSite Certified Secure" oncontextmenu="window.open('https://www.trustedsite.com/verify?host=YOUR_SITE_HERE'); return false;"></a> 

TrustedSite Secure Form

<a target="_blank" href="https://www.trustedsite.com/verify?host=YOUR_SITE_HERE"><img class="ts-trustmark" border="0" src="//cdn.ywxi.net/meter/YOUR_SITE_HERE/211.svg" width="90" height="37" title="TrustedSite Certified Secure Form" oncontextmenu="window.open('https://www.trustedsite.com/verify?host=YOUR_SITE_HERE'); return false;"></a> 

TrustedSite Secure Checkout

<a target="_blank" href="https://www.trustedsite.com/verify?host=YOUR_SITE_HERE"><img class="ts-trustmark" border="0" src="//cdn.ywxi.net/meter/YOUR_SITE_HERE/212.svg" width="90" height="37" title="TrustedSite Certified Secure Checkout" oncontextmenu="window.open('https://www.trustedsite.com/verify?host=YOUR_SITE_HERE'); return false;"></a> 

TrustedSite Secure Login

<a target="_blank" href="https://www.trustedsite.com/verify?host=YOUR_SITE_HERE"><img class="ts-trustmark" border="0" src="//cdn.ywxi.net/meter/YOUR_SITE_HERE/213.svg" width="90" height="37" title="TrustedSite Certified Secure Login" oncontextmenu="window.open('https://www.trustedsite.com/verify?host=YOUR_SITE_HERE'); return false;"></a> 
Did this answer your question?