How to Get Featured in Forbes and USA Today (And Why It Moves More Than Just PR)

All articles

How to Get Featured in Forbes and USA Today (And Why It Moves More Than Just PR)


/* ============ SHARED BASE ============ */
.crpr-blog,
.crpr-blog *,
.crpr-blog *::before,
.crpr-blog *::after{ box-sizing:border-box; }

.crpr-blog{ width:100%; font-family:inherit; -webkit-font-smoothing:antialiased; }

.fl-module-html .fl-module-content:has(.crpr-blog){ margin:0 !important; }

.crpr-wrap{
position:relative;
width:100%;
max-width:1180px;
margin:0 auto;
padding-left:24px;
padding-right:24px;
}
.crpr-accent{ color:#1FA97A; }

/* ===================== POST HERO ===================== */
.crpr-post-hero{
position:relative;
overflow:hidden;
padding:clamp(30px,4vw,54px) 0 clamp(26px,3.5vw,42px);
background:#F7FAF8;
}
.crpr-post-hero::before{
content:””;
position:absolute;
top:-190px; right:-130px;
width:430px; height:430px;
border-radius:50%;
background:radial-gradient(circle,rgba(112,250,188,.24) 0%,rgba(112,250,188,0) 70%);
pointer-events:none;
}

/* Everything in the hero sits on a narrower measure than the grid */
.crpr-post-hero .crpr-wrap{ max-width:820px; }

/* ———- Back link ———- */
.crpr-back{
display:inline-flex;
align-items:center;
gap:7px;
margin:0 0 22px;
color:#54646E !important;
font-size:13.5px;
font-weight:600;
text-decoration:none !important;
transition:color .18s ease;
}
.crpr-back svg{ width:15px; height:15px; flex:0 0 auto; transition:transform .18s ease; }
.crpr-back:hover{ color:#0B1F3A !important; }
.crpr-back:hover svg{ transform:translateX(-3px); }
.crpr-back:focus-visible{ outline:2px solid #0B1F3A; outline-offset:3px; border-radius:3px; }

/* ———- Category chips ———- */
.crpr-post-cats{
display:flex;
flex-wrap:wrap;
gap:7px;
margin:0 0 16px;
}
.crpr-post-cats a{
display:inline-block;
padding:5px 12px;
border:1px solid rgba(11,31,58,.10);
border-radius:999px;
background:#fff;
color:#1FA97A !important;
font-size:11.5px;
font-weight:700;
letter-spacing:.02em;
line-height:1.4;
text-decoration:none !important;
transition:border-color .18s ease, background .18s ease;
}
.crpr-post-cats a:hover{ border-color:#70FABC; background:#EEFCF5; }

/* ———- Title ———- */
.crpr-post-title{
margin:0 0 16px !important;
color:#0B1F3A !important;
font-size:clamp(27px,4vw,45px) !important;
font-weight:800 !important;
line-height:1.12 !important;
letter-spacing:-.025em;
}

/* ———- Meta ———- */
.crpr-post-meta{
display:flex;
flex-wrap:wrap;
align-items:center;
gap:2px;
color:#6B7B85;
font-size:13.5px;
font-weight:600;
line-height:1.5;
}
.crpr-post-meta a{ color:#1FA97A !important; text-decoration:none !important; }
.crpr-post-meta a:hover{ text-decoration:underline !important; }
.crpr-meta-sep{ margin:0 8px; color:rgba(11,31,58,.25); }

/* ———- Featured image ———- */
.crpr-post-figure{
margin:clamp(26px,3.5vw,40px) 0 0 !important;
padding:0 !important;
overflow:hidden;
border:1px solid rgba(11,31,58,.08);
border-radius:16px;
background:#0B1F3A;
aspect-ratio:16 / 9;
box-shadow:0 8px 28px rgba(11,31,58,.08);
}
.crpr-post-figure img{
width:100% !important;
height:100% !important;
max-width:none !important;
display:block;
object-fit:cover;
border-radius:0 !important;
}

@media (max-width:767px){
.crpr-wrap{ padding-left:20px; padding-right:20px; }
.crpr-post-figure{ border-radius:13px; aspect-ratio:4 / 3; }
.crpr-back{ margin-bottom:18px; }
}

/* ============================================================
POST BODY TYPOGRAPHY
Give the ROW holding your Content module the class:
crpr-post-body (Advanced tab → Class)
============================================================ */
.crpr-post-body{
background:#F7FAF8;
padding-top:clamp(28px,3.5vw,44px) !important;
padding-bottom:clamp(36px,4.5vw,60px) !important;
}
.crpr-post-body .fl-row-content{
max-width:820px !important;
margin:0 auto;
}

.crpr-post-body .fl-rich-text,
.crpr-post-body .fl-module-content{
color:#3E4E58;
font-size:17px;
line-height:1.78;
}
.crpr-post-body p{
margin:0 0 22px;
color:#3E4E58;
font-size:17px;
line-height:1.78;
}
.crpr-post-body h2{
margin:42px 0 14px;
color:#0B1F3A;
font-size:clamp(22px,2.6vw,29px);
font-weight:800;
line-height:1.25;
letter-spacing:-.02em;
}
.crpr-post-body h3{
margin:32px 0 12px;
color:#0B1F3A;
font-size:clamp(18px,2vw,22px);
font-weight:700;
line-height:1.3;
}
.crpr-post-body h4{
margin:26px 0 10px;
color:#0B1F3A;
font-size:17px;
font-weight:700;
}
.crpr-post-body a{
color:#1FA97A;
text-decoration:none;
border-bottom:1px solid rgba(31,169,122,.35);
transition:border-color .18s ease;
}
.crpr-post-body a:hover{ border-bottom-color:#1FA97A; }

.crpr-post-body ul,
.crpr-post-body ol{
margin:0 0 22px;
padding-left:22px;
}
.crpr-post-body li{
margin:0 0 9px;
color:#3E4E58;
font-size:17px;
line-height:1.72;
}
.crpr-post-body li::marker{ color:#1FA97A; }

.crpr-post-body blockquote{
margin:30px 0;
padding:20px 24px;
border:0;
border-left:3px solid #70FABC;
border-radius:0 12px 12px 0;
background:#fff;
color:#0B1F3A;
font-size:18px;
font-style:normal;
line-height:1.65;
}
.crpr-post-body blockquote p:last-child{ margin-bottom:0; }

.crpr-post-body img{
max-width:100%;
height:auto;
border-radius:12px;
}
.crpr-post-body figcaption{
margin-top:9px;
color:#6B7B85;
font-size:13px;
text-align:center;
}
.crpr-post-body hr{
margin:36px 0;
border:0;
border-top:1px solid rgba(11,31,58,.10);
}
.crpr-post-body table{
width:100%;
margin:0 0 24px;
border-collapse:collapse;
font-size:15px;
}
.crpr-post-body th,
.crpr-post-body td{
padding:11px 14px;
border:1px solid rgba(11,31,58,.10);
text-align:left;
}
.crpr-post-body th{ background:#fff; color:#0B1F3A; font-weight:700; }

@media (max-width:767px){
.crpr-post-body p,
.crpr-post-body li{ font-size:16px; }
.crpr-post-body blockquote{ font-size:16.5px; padding:17px 19px; }
}

@media (prefers-reduced-motion:reduce){
.crpr-back svg{ transition:none; }
.crpr-back:hover svg{ transform:none; }
}

Quick answer: Getting featured in a recognized outlet like Forbes or USA Today happens through three main paths — pitching journalists directly, joining a contributor program, or working with a PR partner that has existing media relationships. The value isn’t just visibility: a real placement earns a backlink that strengthens SEO, becomes a citation AI systems reference when generating answers, and functions as third-party validation that’s difficult to build any other way.

“Featured in Forbes” gets thrown around a lot — in ads, in LinkedIn bios, in agency pitches. Some of those placements are legitimate, high-authority editorial coverage. Others are lower-value syndicated content that barely moves the needle. The difference matters, because it determines whether the placement actually does anything for trust, search rankings, or AI search visibility — or just looks good in a screenshot.

This is relevant well beyond retail and consumer brands. Tech companies, healthcare practices, financial advisors, and professional services all use media placements for the same reason: independent, third-party coverage carries weight that self-published content can’t.

What “Getting Featured” Actually Means

Not all press coverage is the same, and understanding the difference is the first step to evaluating whether a placement is worth pursuing.

  • Staff-written editorial coverage — a journalist independently reports on and writes about a business. This is the hardest to earn and carries the most authority, because it’s fully independent.
  • Contributor content — published through a recognized contributor program (Forbes Councils, for example, or similar programs at other outlets), where an approved contributor writes under their own byline on the publication’s platform. It runs under the outlet’s domain and design, which gives it real credibility, though it’s not the same as being covered by that outlet’s newsroom.
  • Syndicated or sponsored content — distributed through a publication’s content partnership network rather than its editorial team. It still carries the outlet’s domain authority and branding, but typically sits in a clearly marked section (often labeled “contributor content,” “sponsor content,” or similar) rather than the main newsroom.

All three can be legitimate and valuable. The mistake is assuming they’re interchangeable, or that “featured in Forbes” always means a Forbes reporter wrote about you. Knowing which type of placement you’re getting — and asking directly if you’re unsure — matters more than the outlet name alone.

Press release

Why Earned Media Moves Trust in a Way Ads Don’t

Nielsen’s Global Trust in Advertising research has consistently found that consumers trust earned media — independent, third-party coverage — far more than paid advertising, with roughly 92% trusting earned media compared to about 41% who trust ads. That gap is one of the most stable findings in marketing research, and it hasn’t closed as advertising has gotten more sophisticated.

The reason is simple: an ad is the business talking about itself. A press feature is someone else — a publication with its own reputation on the line — deciding the business is worth covering. That independence is exactly what can’t be replicated through paid placement alone, which is why the substance of the coverage still matters even when the placement itself was earned through a PR partnership rather than a cold pitch.

Why It Matters for SEO

A media placement on a high-authority domain does something a typical backlink can’t: it combines domain authority with topical relevance and, often, a dofollow link back to the business’s site. That combination is a meaningful ranking signal, particularly for competitive terms where most competitors are relying on weaker link profiles.

It’s also efficient. Most content on the web never earns a single quality backlink through outreach — digital PR and earned coverage remain one of the few reliable ways to consistently generate them, rather than hoping content gets linked to organically.

Why It Matters for AI Search

This is the part that’s changed the most recently. When someone asks ChatGPT, Perplexity, or Google’s AI Overviews a question like “who’s a trusted [service] in [industry],” the answer is generated from the web’s existing signals about that business — and recent analysis suggests brand mentions across credible sources correlate even more strongly with AI search visibility than traditional backlinks do.

That means a Forbes or USA Today feature doesn’t just sit as a static article. It becomes a data point AI systems can draw on when deciding whether — and how — to describe a business favorably. A business with no earned coverage is, in effect, invisible to that layer of search, regardless of how good the business actually is.

How Businesses Actually Get These Placements

There are three realistic paths, and they trade off speed, cost, and control differently:

Path How It Works Trade-offs
Direct pitching Building relationships with journalists and pitching relevant stories directly Free, but slow, unpredictable, and requires ongoing relationship-building most businesses don’t have time for
Contributor programs Applying to a recognized contributor network and writing under your own byline Faster and more within your control, but usually requires an application process and ongoing content commitment
PR partner with existing relationships Working with an agency or partner that already has outlet relationships and handles the placement process Fastest and most predictable, typically the most efficient route for businesses that don’t have PR bandwidth in-house

None of these is inherently better — the right one depends on timeline, budget, and whether media relations is something the business wants to build internally or hand off entirely.

AI search optimization

What Makes a Placement Actually Worth Pursuing

Before chasing a specific outlet name, it’s worth checking a few things that determine whether the placement will actually do anything:

  • Does it include a real backlink to your site? Some placements mention a business without linking to it — useful for brand recognition, but far less valuable for SEO.
  • Is the link dofollow or nofollow? Nofollow links still provide brand visibility and can support AI search signals, but they don’t pass the same SEO authority as a dofollow link.
  • Is the content genuinely useful, or purely promotional? Both search engines and AI systems increasingly favor content with real substance over thin, self-promotional copy — even when it runs on a high-authority domain.
  • Does the outlet’s authority match the audience you’re trying to reach? A placement is most valuable when the publication’s readership overlaps with your actual customers, not just when the name is recognizable.

Key Takeaways

  • Not all “featured in” claims are equal — staff-written editorial, contributor content, and syndicated content carry different levels of authority.
  • 92% of consumers trust earned media over paid advertising (Nielsen), which is why a single credible placement can outperform months of ad spend on trust alone.
  • A quality placement strengthens SEO through backlinks from high-authority, topically relevant domains — one of the few reliable ways to consistently earn them.
  • Brand mentions in credible sources correlate strongly with AI search visibility, often more than backlinks alone, making earned media directly relevant to how AI assistants describe a business.
  • There are three realistic paths to placement — direct pitching, contributor programs, and PR partners with existing relationships — each with different speed and cost trade-offs.
  • The value of a placement depends on the details — whether it includes a real backlink, whether that link is dofollow, and whether the content is substantive.

FAQs

A media placement is worth more than the screenshot. Done well, it’s simultaneously a trust signal, an SEO asset, and an AI search citation — three outcomes from one piece of coverage. The businesses that get the most out of PR are the ones that treat it as infrastructure for credibility, not a one-time announcement.

How Credible PR Can Help

Credible PR handles the placement path described above as the “PR partner with existing relationships” route:

  • Guaranteed placements — featured in Forbes or USA Today within 30 days through an exclusive media partnership, or the work continues at no additional cost until it happens.
  • SEO-backed articles — placements built to include the backlink and domain-authority value covered earlier in this guide, not just brand mentions with no link equity.
  • AI Search Optimization — the placement is paired with entity authority and structured data work, so the coverage also strengthens how AI assistants describe the business.
  • One coordinated strategy — media placements, AI search optimization, and SEO run together instead of as separate, disconnected efforts.

Written by

Credible PR

Share this article

The 30-Day Guarantee

Reading about it is one thing. Ranking is another.

Book a free strategy call and we’ll map out exactly where your brand is invisible —
across search, AI assistants, Maps, and media — and what it takes to fix it.

  • Featured in Forbes or USA Today within 30 days — or we keep working at no extra cost.
  • One partner for PR, AI search, Maps, and ads instead of four separate vendors.
  • Market exclusivity: one practice per market, so competitors can’t hire us.

/* —- shared base (safe to repeat) —- */
.crpr-blog,
.crpr-blog *,
.crpr-blog *::before,
.crpr-blog *::after{ box-sizing:border-box; }
.crpr-blog{ width:100%; }
.crpr-wrap{
position:relative;
width:100%;
max-width:1180px;
margin:0 auto;
padding-left:24px;
padding-right:24px;
}
.crpr-narrow{ max-width:820px; }

.crpr-post-end{
padding:0 0 clamp(44px,5.5vw,70px);
background:#F7FAF8;
}

/* ===================== AUTHOR BOX ===================== */
.crpr-author{
display:flex;
align-items:flex-start;
gap:18px;
padding:22px;
border:1px solid rgba(11,31,58,.08);
border-radius:14px;
background:#fff;
box-shadow:0 2px 12px rgba(11,31,58,.05);
}
.crpr-author-avatar{
flex:0 0 auto;
width:56px;
height:56px;
overflow:hidden;
border-radius:50%;
background:#EEFCF5;
}
.crpr-author-avatar img{
width:100% !important;
height:100% !important;
display:block;
object-fit:cover;
border-radius:50% !important;
}
.crpr-author-label{
margin:0 0 3px !important;
color:#1FA97A !important;
font-size:11.5px !important;
font-weight:700 !important;
letter-spacing:.04em;
line-height:1.3 !important;
}
.crpr-author-name{
margin:0 0 7px !important;
color:#0B1F3A !important;
font-size:17px !important;
font-weight:700 !important;
line-height:1.3 !important;
}
.crpr-author-name a{ color:#0B1F3A !important; text-decoration:none !important; }
.crpr-author-name a:hover{ color:#1FA97A !important; }
.crpr-author-bio{
margin:0 !important;
color:#54646E !important;
font-size:14.5px !important;
line-height:1.65 !important;
}

/* ===================== SHARE ROW ===================== */
.crpr-share{
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
gap:14px;
margin-top:18px;
padding:16px 22px;
border:1px solid rgba(11,31,58,.08);
border-radius:14px;
background:#fff;
}
.crpr-share-label{
color:#0B1F3A;
font-size:13.5px;
font-weight:700;
}
.crpr-share-links{ display:flex; gap:8px; }
.crpr-share-btn{
display:inline-flex;
align-items:center;
justify-content:center;
width:36px;
height:36px;
border:1px solid rgba(11,31,58,.12);
border-radius:9px;
background:#fff;
color:#0B1F3A !important;
text-decoration:none !important;
transition:background .18s ease, border-color .18s ease, color .18s ease;
}
.crpr-share-btn svg{ width:16px; height:16px; }
.crpr-share-btn:hover{
border-color:#70FABC;
background:#EEFCF5;
color:#1FA97A !important;
}
.crpr-share-btn:focus-visible{ outline:2px solid #0B1F3A; outline-offset:2px; }

/* ===================== CTA ===================== */
.crpr-cta-card{
position:relative;
overflow:hidden;
display:grid;
grid-template-columns:1.15fr .85fr;
gap:38px;
align-items:center;
margin-top:clamp(30px,4vw,48px);
padding:clamp(24px,3.2vw,42px) clamp(20px,3.2vw,40px);
border-radius:18px;
background:#0B1F3A;
}
.crpr-cta-card::after{
content:””;
position:absolute;
right:-120px; bottom:-150px;
width:380px; height:380px;
border-radius:50%;
background:radial-gradient(circle,rgba(112,250,188,.20) 0%,rgba(112,250,188,0) 70%);
pointer-events:none;
}
.crpr-cta-left,
.crpr-cta-points{ position:relative; z-index:1; }

.crpr-cta-badge{
display:inline-flex;
align-items:center;
gap:8px;
margin:0 0 17px;
padding:7px 14px;
border:1px solid rgba(112,250,188,.32);
border-radius:999px;
background:rgba(112,250,188,.08);
color:#70FABC;
font-size:12.5px;
font-weight:700;
line-height:1.2;
}
.crpr-cta-badge svg{ width:15px; height:15px; flex:0 0 auto; }

.crpr-cta-title{
margin:0 0 13px !important;
color:#ffffff !important;
font-size:clamp(21px,2.6vw,31px) !important;
font-weight:800 !important;
line-height:1.2 !important;
letter-spacing:-.02em;
}
.crpr-cta-body{
margin:0 !important;
max-width:54ch;
color:#C6D3DE !important;
font-size:clamp(14.5px,1.1vw,16px) !important;
line-height:1.7 !important;
}

.crpr-cta-actions{
display:flex;
flex-wrap:wrap;
align-items:center;
gap:20px;
margin-top:25px;
}
.crpr-cta-btn{
display:inline-flex;
align-items:center;
gap:9px;
padding:13px 23px;
border-radius:9px;
background:#70FABC;
color:#0B1F3A !important;
font-size:14.5px;
font-weight:700;
line-height:1.2;
text-decoration:none !important;
transition:background .18s ease, transform .18s ease;
}
.crpr-cta-btn svg{ width:15px; height:15px; flex:0 0 auto; }
.crpr-cta-btn:hover{ background:#8FFFCE; transform:translateY(-2px); }
.crpr-cta-btn:focus-visible{ outline:2px solid #fff; outline-offset:3px; }

.crpr-cta-mail{
color:#70FABC !important;
font-size:14.5px;
font-weight:600;
text-decoration:none !important;
border-bottom:1px solid rgba(112,250,188,.35);
padding-bottom:2px;
}
.crpr-cta-mail:hover{ border-bottom-color:#70FABC; }

.crpr-cta-points{
margin:0 !important;
padding:0 !important;
list-style:none !important;
}
.crpr-cta-points li{
display:flex;
gap:12px;
margin:0 !important;
padding:14px 0;
color:#D7E2EA;
font-size:14.5px;
line-height:1.6;
list-style:none !important;
border-top:1px solid rgba(255,255,255,.10);
}
.crpr-cta-points li:first-child{ border-top:0; padding-top:0; }
.crpr-cta-points li:last-child{ padding-bottom:0; }
.crpr-cta-dot{
flex:0 0 auto;
width:7px; height:7px;
margin-top:8px;
border-radius:50%;
background:#70FABC;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width:1023px){
.crpr-cta-card{ grid-template-columns:1fr; gap:26px; }
}
@media (max-width:767px){
.crpr-wrap{ padding-left:20px; padding-right:20px; }
.crpr-author{ flex-direction:column; gap:14px; padding:19px; }
.crpr-share{ justify-content:flex-start; padding:15px 19px; }
.crpr-cta-card{ border-radius:15px; }
.crpr-cta-actions{ gap:15px; margin-top:22px; }
.crpr-cta-btn{ width:100%; justify-content:center; }
.crpr-cta-mail{ width:100%; }
.crpr-cta-points li{ font-size:14px; padding:13px 0; }
}

@media (prefers-reduced-motion:reduce){
.crpr-cta-btn{ transition:none; }
.crpr-cta-btn:hover{ transform:none; }
}