Client referral credits

Promote Small Site Rescue

Add a small, professional credit to the footer of a website Small Site Rescue has repaired, redesigned, or maintained. Choose the logo or text version and paste the complete block into the website footer.

Recommended

Logo footer credit

Includes the Small Site Rescue logo and a short “Website care by” label. It centers automatically in the client footer.

<!-- Small Site Rescue footer credit: logo version -->
<link rel="stylesheet" href="https://www.smallsiterescue.com/assets/site-credit.css">
<a class="ssr-site-credit ssr-site-credit--logo"
   href="https://www.smallsiterescue.com/"
   target="_blank"
   rel="sponsored noopener"
   aria-label="Website care provided by Small Site Rescue">
  <span class="ssr-site-credit__label">Website care by</span>
  <img src="https://www.smallsiterescue.com/assets/small-site-rescue-footer-logo.png"
       alt="Small Site Rescue"
       width="327"
       height="84"
       loading="lazy">
</a>

Compact option

Text footer credit

A smaller alternative for tight footer layouts or clients who prefer no logo. It also centers automatically.

<!-- Small Site Rescue footer credit: text version -->
<link rel="stylesheet" href="https://www.smallsiterescue.com/assets/site-credit.css">
<a class="ssr-site-credit ssr-site-credit--text"
   href="https://www.smallsiterescue.com/"
   target="_blank"
   rel="sponsored noopener"
   aria-label="Website care provided by Small Site Rescue">
  Website care by <strong>Small Site Rescue</strong>
</a>

Three quick steps

Paste it once and it is ready.

1

Choose a version

Use the logo version for most websites or the text version where space is limited.

2

Copy the full block

The stylesheet link is already included, so the client website does not need its own CSS changed.

3

Paste into the footer

Place it below the copyright line or inside the website’s shared footer. The remote stylesheet centers it automatically.