Trenton Sandler Committed to Arkansas on June 29. His Website Still Said LSU.

Trenton Sandler’s mile PR is 4:01.91. He holds a Guinness World Record. And as of this week, his own “Short Bio (For Media Use)” still called him a Junior running for a school he’d already left three months ago.

6
pages/posts audited on trentonsandler.com
2
near-duplicate bios found on the SAME page — automation had only caught 1
0
new photos/videos uploaded — reused what was already live

Trenton Sandler is a distance runner and creator — a client we’ve built a whole personal-brand system around (see the young-athlete personal-brand system). He entered the NCAA transfer portal on May 28, 2026, after three years at LSU. On June 29, he committed to the University of Arkansas — reigning 2026 NCAA outdoor national champions. Real event, real date, real Instagram post. Dennis’s instruction was simple: “update his site to reflect that… show that he did run for LSU where it makes sense.” That last part is the whole lesson in this doc: a status-change update is not a find-and-replace job. Delete the wrong things and you’ll erase real history that still belongs on the page.

Catch what the automation missed

Trenton’s site runs a weekly MAA task that already does safe auto-updates. It had caught the main “About Trenton Sandler” bio paragraph on the Media page and rewritten it correctly. What it missed: three paragraphs down, a second, near-identical bio block labeled “Short Bio (For Media Use)” — same facts, different wording, still saying “Junior… LSU” with no Arkansas mention at all. Same page, same topic, invisible to a pass that was only checking the paragraph it already knew about.

Proof ledger: confirmed via cache-busted fetch on trentonsandler.com/media — both bios now correctly read “now competing for the University of Arkansas after three seasons at LSU,” and the stat block reflects only real, verified numbers (52.5K YouTube, not the old inflated figures).

The takeaway for any future fleet pass: when a fact changes, grep the whole page for every mention of the old fact — not just the block your last automated pass already touched. A page can carry the same claim twice in two different voices (a public bio and a “for media use” bio), and only checking one leaves stale content live in plain sight.

Keep the history, don’t erase it

Two places on the site needed the LSU record to survive the update, not disappear:

The schema. The About page carries an inline Person JSON-LD block with an alumniOf field. It pointed only at LSU. Deleting LSU and swapping in Arkansas would have been the lazy fix — instead, alumniOf became an array of two CollegeOrUniversity entries: Arkansas first (current), LSU second (historical). Search engines and AI systems reading that schema now see the accurate, complete affiliation record, not a rewritten one.

The old blog post. Trenton’s May 29 transfer-portal post said, truthfully at the time, “I’m staying school-agnostic about the future.” That sentence is now wrong — but it wasn’t a lie when he wrote it, and rewriting history to make an old post look prescient is exactly the kind of thing that makes a personal brand feel fake. Instead of touching the original text, we added a dated editor’s note directly above it:

Update (July 2026): On June 29, 2026, I officially committed to the University of Arkansas — joining the reigning 2026 NCAA outdoor national champions for my final two seasons of eligibility. Read more on my About page or see the announcement on Instagram.

Same pattern journalists use for corrections: leave the original record intact, timestamp what changed and when. It also directly satisfies Dennis’s brief — “show that he did run for LSU, where it makes sense.”

Ship the new chapter as its own post

An editor’s note tells people the news happened. It doesn’t tell the story. So the update also shipped a full new post — “I’m a Razorback: Why I Committed to Arkansas” — written first-person in Trenton’s voice, covering why Arkansas, what LSU will always be, and what’s next. It carries a live Instagram oEmbed of his actual commitment announcement, full RankMath SEO (focus keyword, custom title/description), category and tags matching the rest of the site, and the site’s standard “Connect With Me” CTA block.

Trenton Sandler posing in an Arkansas jersey
The featured image on the new post — an existing, already-live media-library asset, not a new upload.

Never touch a byte you don’t have to

Dennis said Trenton “has pictures and videos” of the commitment. The instinct is to pull those files and upload them. We didn’t move a single new image or video through this process. Two moves did the job with zero binary transfer:

Need What we did instead of uploading
Arkansas jersey photo for the new post’s featured image Reused the existing “Trenton-PFP.png” media-library asset — it already showed him in Arkansas gear
The actual commitment announcement photo Embedded Instagram’s own oEmbed blockquote (data-instgrm-permalink + embed.js) — Instagram serves the image, we never touch the bytes

Both are hard rules for this project: never move base64 image data through model context. Reusing what’s already hosted, and letting the source platform’s own embed do the work, gets the same visual result with zero risk of a corrupted upload or a wasted round-trip.

Every page, what was stale, what changed

Page / Post What was stale The fix
About (13) Person JSON-LD alumniOf pointed only to LSU Converted to a 2-entry array: Arkansas (current) + LSU (historical)
Media (279) “Short Bio (For Media Use)” still said Junior / LSU-only Rewrote to reflect Arkansas while keeping the LSU PR stat intact
Homepage hub (693) Audited — already updated in a prior pass Confirmed clean, no changes needed
Connect (50) Audited for stale/broken links Already accurate — confirmed clean, no changes needed
Transfer-portal post (730) Frozen in the “school-agnostic” moment — now outdated Added a dated editor’s note up top; left the original text as an accurate historical record
New post (775) Didn’t exist Published live: “I’m a Razorback” — Instagram embed, reused feature image, full RankMath SEO, categorized + tagged

The reusable pattern

This isn’t a one-off for Trenton. Any personal-brand site eventually needs this exact playbook — an athlete transfers schools, an employee changes companies, a founder rebrands a company. The pattern holds regardless of the specific facts:

Step Rule
1. Find every mention Grep the whole site for the old fact — bios, schema, footers, meta descriptions. Don’t stop at the first hit.
2. Layer, don’t delete Old facts become “historical” (schema arrays, editor’s notes) — they don’t get erased.
3. Give the news its own post A quiet edit isn’t a story. Publish the change as real content, in the subject’s own voice.
4. Reuse before you upload Check the media library and the subject’s own social posts (oEmbed) before pulling in a single new file.
5. Verify live, not just saved Cache-busted fetch on every touched URL, after publish — “saved” and “live” are not the same claim.
THE DELIVERABLE
trentonsandler.com now tells the whole story — Arkansas AND LSU

6 pages/posts audited, 1 new post published, 1 schema fix, 0 new binaries uploaded. Every claim verified live via cache-busted fetch.

Read the New Post →
See the Updated About Page →

Dennis Yu
Dennis Yu
Dennis Yu is the CEO of Local Service Spotlight, a platform that amplifies the reputations of contractors and local service businesses using the Content Factory process. He is a former search engine engineer who has spent a billion dollars on Google and Facebook ads for Nike, Quiznos, Ashley Furniture, Red Bull, State Farm, and other brands. Dennis has achieved 25% of his goal of creating a million digital marketing jobs by partnering with universities, professional organizations, and agencies. Through Local Service Spotlight, he teaches the Dollar a Day strategy and Content Factory training to help local service businesses enhance their existing local reputation and make the phone ring. Dennis coaches young adult agency owners serving plumbers, AC technicians, landscapers, roofers, electricians, and believes there should be a standard in measuring local marketing efforts, much like doctors and plumbers must be certified.