# Digital Product Policy Checker Widget

A free embeddable badge and widget for linking readers to the Starter Fix Sprint Digital Product Policy Checker from resource pages, blogs, newsletters, and partner directories.

Script snippet:

```html
<script src="https://starterfixsprint.com/starterfixsprint-policy-checker-widget.js" data-variant="resource-card" async></script>
```

## Compact badge

Best for: resource sidebars, footer tools lists, small partner pages

```html
<a href="https://starterfixsprint.com/digital-product-policy-checker/?utm_source=embed_widget&utm_medium=referral&utm_campaign=policy_checker_compact" style="display:inline-flex;align-items:center;gap:8px;border:1px solid #d7cbb6;border-radius:999px;padding:10px 14px;background:#fffdf7;color:#1f664e;font:700 14px Georgia,serif;text-decoration:none;box-shadow:0 8px 22px rgba(57,64,39,.08);">Free Digital Product Policy Checker</a>
```

## Resource card

Best for: blog posts, free tool roundups, ecommerce resource pages

```html
<div style="max-width:420px;border:1px solid #d7cbb6;border-radius:22px;padding:20px;background:linear-gradient(135deg,#fffdf7,#edf4e8);color:#141914;font-family:Georgia,serif;line-height:1.5;"><strong style="display:block;color:#1f664e;margin-bottom:6px;">Free browser tool</strong><h3 style="margin:0 0 8px;font-size:22px;line-height:1.1;">Digital Product Policy Checker</h3><p style="margin:0 0 14px;">Check refund, delivery, license, support, price, and buyer expectation clarity before launch.</p><a href="https://starterfixsprint.com/digital-product-policy-checker/?utm_source=embed_widget&utm_medium=referral&utm_campaign=policy_checker_card" style="display:inline-flex;border-radius:999px;padding:10px 14px;background:#1f664e;color:white;text-decoration:none;font-weight:700;">Open free checker</a></div>
```

## Directory row

Best for: curated directories, comparison tables, newsletter resource sections

```html
<p style="font:16px/1.5 Georgia,serif;color:#141914;"><strong>Starter Fix Sprint:</strong> free browser-only policy checker for digital product sellers. Reviews refund, delivery, license, support, price, and expectation clarity. <a href="https://starterfixsprint.com/digital-product-policy-checker/?utm_source=embed_widget&utm_medium=referral&utm_campaign=directory_row" style="color:#1f664e;font-weight:700;">Open the free checker</a>.</p>
```

