Attribution Badges

Official badges for SubmitMySaas License attribution requirements

License Attribution - MANDATORY

⚠️ MANDATORY REQUIREMENT

If you use SubmitMySaas, you MUST display a visual badge on ALL pages of your website (preferably in the footer). Text-only attribution is NOT sufficient.

Official Badges

Light Theme Badge

Powered by SubmitMySaas - Light Theme

HTML Code:

<a href="https://submitmysaas.com" target="_blank" title="Powered by SubmitMySaas">
  <img 
    src="https://submitmysaas.com/images/badges/powered-by-light.png" 
    alt="Powered by SubmitMySaas" 
    width="150" 
    height="44"
  />
</a>

Dark Theme Badge

Powered by SubmitMySaas - Dark Theme

HTML Code:

<a href="https://submitmysaas.com" target="_blank" title="Powered by SubmitMySaas">
  <img 
    src="https://submitmysaas.com/images/badges/powered-by-dark.png" 
    alt="Powered by SubmitMySaas" 
    width="150" 
    height="44"
  />
</a>

MANDATORY Technical Requirements

  • Placement: Badge must be present on ALL pages of your website (recommended: footer)
  • Link: Must link to "https://submitmysaas.com"
  • Link type: Must be a dofollow link (do NOT add rel="nofollow" attribute)
  • Visibility: Badge must be clearly visible and easily accessible
  • Minimum dimensions: 150×44 pixels (do not reduce size)
  • Prohibitions: Badge must NOT be hidden, obstructed, or made transparent
  • Required format: Visual badge only - text alone is NOT accepted

💡 Implementation Recommendation

Place the badge in your global footer so it appears automatically on all pages without additional code modifications.