Add Accreditation Link to your website | Consumer Advisory

Add your Consumer Advisory accreditation badge to your website

Show customers you are an accredited company by adding the Consumer Advisory badge to your website footer. When people click the badge, it will take them to the Consumer Advisory accredited companies page so they can verify your accreditation.

What you need to do

  1. Copy the badge code below.

  2. Paste it into your website footer (or ask your web developer to do this for you).

  3. Save your changes and refresh your website to check the badge appears at the bottom of every page.

If you are using WordPress, the easiest place is usually:

  • Appearance → Widgets → Footer (or Customizer → Footer), then add a Custom HTML block.

Choose the appropriate code block based on the background of where you are adding it.

HTML badge code (copy and paste) - For Dark Backgrounds

				
					<a href="https://consumer-advisory.co.uk/accredited-companies/" target="_blank" rel="noopener noreferrer">
  <img width="180" height="95" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2095'%3E%3C/svg%3E" alt="Consumer Advisory Accredited Company" style="max-width:180px; height:auto; display:block;" title="" data-lazy-src="https://consumer-advisory.co.uk/wp-content/uploads/2026/02/accredited-company-logo-for-dark-backgrounds.png"><noscript><img width="180" height="95" decoding="async" src="https://consumer-advisory.co.uk/wp-content/uploads/2026/02/accredited-company-logo-for-dark-backgrounds.png" alt="Consumer Advisory Accredited Company" style="max-width:180px; height:auto; display:block;" title=""></noscript>
</a>
				
			

HTML badge code (copy and paste) - For Light Backgrounds

				
					<a href="https://consumer-advisory.co.uk/accredited-companies/" target="_blank" rel="noopener noreferrer">
  <img width="180" height="95" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2095'%3E%3C/svg%3E" alt="Consumer Advisory Accredited Company" style="max-width:180px; height:auto; display:block;" title="" data-lazy-src="https://consumer-advisory.co.uk/wp-content/uploads/2026/02/accredited-company-logo-for-light-backgrounds.png"><noscript><img width="180" height="95" decoding="async" src="https://consumer-advisory.co.uk/wp-content/uploads/2026/02/accredited-company-logo-for-light-backgrounds.png" alt="Consumer Advisory Accredited Company" style="max-width:180px; height:auto; display:block;" title=""></noscript>
</a>
				
			

Notes and tips

  • The badge should be placed in the footer so it appears on every page.

  • The badge should always link to:
    https://consumer-advisory.co.uk/accredited-companies/

  • If the badge looks too large, reduce max-width (for example, change 180px to 140px).