Embed a Safety Badge

Show customers independent safety information directly on your product page, packaging artwork, or marketing materials. Badges update automatically as new findings are published.

Product safety badge

Shows the highest severity finding (or "No concerns found") for a given product. Replace your-product-name with your product name using hyphens instead of spaces.

Preview

ProductSafer safety badge

HTML embed code

<a href="https://www.productsafer.com/findings?q=your-product-name" target="_blank" rel="noopener">
  <img
    src="https://www.productsafer.com/api/badge/product/your-product-name"
    alt="ProductSafer safety badge"
    width="240"
    height="28"
  />
</a>

Examples

  • /api/badge/product/pringles-original
  • /api/badge/product/dove-sensitive-skin-soap
  • /api/badge/product/tropicana-orange-juice

Finding badge

Links to a specific finding by its slug. Use this when you want to highlight one particular safety concern. Replace finding-slug with the slug from the finding URL.

HTML embed code

<a href="https://www.productsafer.com/findings/finding-slug" target="_blank" rel="noopener">
  <img
    src="https://www.productsafer.com/api/badge/finding-slug"
    alt="ProductSafer safety badge"
    width="220"
    height="28"
  />
</a>

Markdown / README badge

For GitHub READMEs, product wikis, or any Markdown document.

[![ProductSafer safety badge](https://www.productsafer.com/api/badge/product/your-product-name)](https://www.productsafer.com/findings?q=your-product-name)

Why display a safety badge?

  • ✓ Shows customers you're transparent about ingredient safety
  • ✓ Badges update automatically — no maintenance required
  • ✓ Links back to the full, peer-reviewed finding on ProductSafer
  • ✓ Builds trust with health-conscious shoppers

Want to list your product on ProductSafer or partner with us? Learn about partnerships →