Exercise 2: What rel="nofollow"/rel="sponsored" Communicate, and Why Use Them — Possible Solution ==================================================================== WHAT THESE ATTRIBUTES ACTUALLY TELL A SEARCH ENGINE ------------------------------ Per this chapter's own compare-table, `rel="nofollow"`/ `rel="sponsored"` "explicitly tells a search engine not to pass ranking credit through this specific link." Normally, a link from one page to another can be read as a small endorsement passing some amount of trust or relevance from the linking page toward the linked page. These attributes turn that transfer off for one specific link, while leaving the link itself fully functional for an actual visitor to click. WHAT SITUATIONS THIS CHAPTER NAMES FOR USING THEM ------------------------------ Per this chapter, these attributes let "a site link out honestly — to a paid partner, to user-submitted content it can't fully vouch for — without that link being read as an unqualified endorsement." A paid placement (`rel="sponsored"`) is a link the site was compensated to include, not a genuine editorial recommendation. User-submitted content is content the site itself didn't create or fully vet, so linking to it isn't the same kind of endorsement as linking to something the site's own team wrote or verified. WHY A SITE WOULD WANT TO STILL LINK OUT RATHER THAN OMIT THE LINK ENTIRELY ------------------------------ The link itself is still useful and honest information for a visitor — a paid placement might genuinely be relevant to what a reader is looking at, and user-submitted content might be exactly what another visitor needs to see. Omitting the link entirely would remove real, legitimate value for the visitor purely to avoid a signal-passing concern that these attributes already solve more precisely. The attributes let the site keep the genuinely useful link while being transparent about the nature of the endorsement behind it. WHY THIS IS A MORE HONEST OPTION THAN LINKING NORMALLY OR NOT AT ALL ------------------------------ Linking normally (without the attribute) would misrepresent a paid or unverified link as a genuine, full-weight editorial endorsement — an inaccurate signal. Not linking at all discards real value the link would have provided to an actual reader. Using the attribute threads this correctly: the link exists and functions normally for a human visitor, while the search-engine-facing signal accurately reflects that this particular link isn't an unqualified vouching for the destination. WHY THIS WORKS AS AN ANSWER ------------------------------ It states precisely what the attribute suppresses (ranking-credit transfer, not the link's own function), the two specific scenarios this chapter names for using it, and explains why keeping the link while marking it honestly is a better outcome than either linking normally or omitting the link entirely.