Do Review Widgets and Third-Party Embeds Pass Link Value?

Usually not. If the widget renders inside an iframe, the link belongs to the widget's own document rather than your page, so it passes nothing to you. If the widget injects a real anchor tag into your page, it can pass value — but Google's spam policies specifically name links embedded in distributed widgets as link spam.
Two questions decide every case
Whenever someone asks whether an embed is "a backlink," the answer falls out of two questions:
- Where does the link actually live — inside an iframe, or in your page's own rendered HTML?
- Who put it there, and why — is it an editorial decision, or a link that ships automatically with a widget distributed across thousands of sites?
Question one decides whether the link exists at all as far as Google is concerned. Question two decides whether you want it.
How to check in 30 seconds
Don't guess. Open the page, right-click the widget, and choose Inspect:
- If the element sits inside an
<iframe>, the link is part of a different document hosted on a different domain. It is not a link from your page. Nothing you do to your page affects it. - If the element is a plain
<a href>in your own DOM, it's a genuine link from your URL, and normal link rules apply.
A second check that removes all doubt: run the page through Google's Rich Results Test or the URL Inspection tool in Search Console and look at the rendered HTML. Search it for the destination domain. If the link doesn't appear in the rendered HTML of your URL, it isn't your link — no matter how it looks on screen.
The common cases
| Embed | Where the link lives | Passes link value? |
|---|---|---|
| Trustpilot / Yotpo review badge | iframe | No |
| Google Reviews widget | iframe | No |
| YouTube, X, CodePen embed | iframe | No |
| "Powered by [tool]" injected by a script | your DOM | Technically yes — and it's the exact pattern Google's spam policy names |
| A comparison table you wrote by hand | your HTML | Yes |
The pattern is consistent: the things people assume are backlinks mostly aren't, and the one case that genuinely does pass value is the one carrying the most risk.
Why "free widget = free backlinks" stopped working
Distributing a free calculator, badge or counter with a keyword-rich link baked into it was a real tactic around 2010. It is now named in Google's spam policies as link spam — the policy lists "keyword-rich, hidden, or low-quality links embedded in widgets that are distributed across various sites," alongside "widely distributed links in the footers or templates of various sites."
Two things make these links detectable, and neither is subtle. The links appear across hundreds or thousands of unrelated domains in the same template position, with the same anchor text, appearing at the same rate as the widget spreads. That's a footprint no manual outreach campaign would ever produce — which is precisely why it's easy to identify. It's the same structural giveaway that makes a link farm obvious.
If you distribute a widget, do it right
Widgets are still a perfectly good marketing channel. Just stop treating them as a link-building channel:
- Qualify the embedded link with
rel="nofollow"orrel="sponsored". Google's own position is that these links aren't a policy violation as long as they're qualified. - Use your brand as the anchor, not a money keyword. "Powered by Acme" is fine. "Powered by cheap car insurance quotes" is a flag.
- Make the attribution link optional, or at least removable. A link the host chose to keep is worth more than one they couldn't remove.
- Measure the right thing. The return on a widget is brand exposure and referral traffic, and those are worth having on their own. Expecting PageRank from it is what turns a good idea into a penalty risk.
If you're the one hosting someone's widget
You're mostly fine. Links inside an iframe aren't outbound links from your page, so there's nothing to leak — linking out doesn't hurt SEO in normal circumstances anyway.
Two things worth checking, though. First, whether the script injects links into your DOM that you didn't agree to — some tools quietly add a followed footer link. Second, whether the widget's own link is followed and pointed somewhere you'd rather not endorse. Inspect once at install time and you'll know for the life of the integration.
What to do instead
If the goal was backlinks, the honest answer is that the format was never the shortcut. A link that helps you is an editorial one: inside the body of a relevant page, on a real site, that a real person chose to place. JavaScript-injected links can pass value when they render properly, and nofollow and dofollow both have their place — but neither changes the fundamental requirement that someone has to want to link to you.
That's the problem Backlinkster solves directly: 1-for-1 in-content link swaps with real site owners, each one verified live by code, starting at 5 free swaps a month. In-content and editorial by design, which is the part a widget can never be. See pricing for the paid tiers.
Frequently asked questions
Does a Trustpilot or Google Reviews widget give me a backlink? No. Those widgets render in an iframe, so the links inside them belong to Trustpilot's or Google's document, not yours. They're valuable for conversion and trust signals — just not as backlinks.
Do JavaScript-injected links count as backlinks? Yes, if the link ends up as a real anchor tag in the rendered DOM. Google renders JavaScript before indexing. The test is whether the link appears in the rendered HTML, not the raw source.
Is a "Powered by" footer link a penalty risk?
It can be, if it's keyword-rich, followed, and distributed at scale. Branded anchor text plus rel="nofollow" or rel="sponsored" keeps it safely on the right side of the policy.
Do YouTube embeds pass link value to the video? No. The embed is an iframe pointing at youtube.com, and links within it aren't links from your page. Embedding a video can help engagement on your page, which is a separate benefit.
Should I nofollow the link in a widget I distribute? Yes. It costs you nothing you were legitimately going to get, and it removes the pattern Google's spam policy explicitly names.
How can I tell if links in my backlink profile came from widgets? Look for many referring domains linking to the same URL with identical anchor text from the same template position. That uniformity is the signature — the backlink profile audit walkthrough covers how to spot it.
Related: Do JavaScript links pass SEO value? · Dofollow vs nofollow links · Do UGC-tagged links pass value? · What is a link farm? · How to audit your backlink profile
