SCS

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)

Featured on Software Como Servicio
<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

Featured on Software Como Servicio
<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

[![Featured on Software Como Servicio](https://softwarecomoservicio.com/badge/badge-dark.svg)](https://softwarecomoservicio.com)

Reglas

  1. El href debe ser exactamente https://softwarecomoservicio.com (sin query string).
  2. No pongas rel="nofollow".
  3. target="_blank" es opcional; si lo usas, no agregues rel="nofollow".
  4. El badge aplica al tool en el shelf de herramientas. El shelf de founders no usa badge.
Enviar herramienta