Cómo poner el badge SCS
El href tiene que ser exactamente https://softwarecomoservicio.com — sin query string, sin ?ref=, sin UTM. El crawler chequea esa URL.
Oscuro — fondos claros (default)
<a href="https://softwarecomoservicio.com">
<img
src="https://softwarecomoservicio.com/badge/badge-dark.svg"
alt="Featured on Software Como Servicio"
width="178"
height="40"
/>
</a>Claro — footers oscuros
<a href="https://softwarecomoservicio.com">
<img
src="https://softwarecomoservicio.com/badge/badge-light.svg"
alt="Featured on Software Como Servicio"
width="178"
height="40"
/>
</a>Markdown
[](https://softwarecomoservicio.com)Reglas
- El href debe ser exactamente https://softwarecomoservicio.com (sin query string).
- No pongas rel="nofollow".
- target="_blank" es opcional; si lo usas, no agregues rel="nofollow".
- El badge aplica al tool en el shelf de herramientas. El shelf de founders no usa badge.