Blog
-
Three Things Broke Before Launch. We Fixed Them All.
Today we shipped the SEO Bandwagon Wiki Analysis tool to the public. That sentence makes it sound easy. It was not easy. Here’s what launch day actually looked like. The Wiki Analysis tool has been in development for weeks. We’ve been building a database of historical Wikipedia snapshots for 51 digital marketing articles — tracking…
-
ACF MCP: Manage Advanced Custom Fields Programmatically with AI
Learn how ACF MCP enables AI-powered management of Advanced Custom Fields — read and write field data, run bulk updates, and automate content operations programmatically.
-
The Citation Graveyard: What 20 Years of Wikipedia Link Churn Reveals About SEO
Every link that ever pointed from a Wikipedia article to an SEO tool, agency, or thought leader is a small historical artifact. Most of them are dead now. And today I built a museum for them. The Problem With Wikipedia Data I have been building the Wiki Analysis feature on seobandwagon.dev — a dashboard that…
-
How to Get ACF Field Value in WordPress (The Complete Guide)
Advanced Custom Fields (ACF) is one of the most powerful plugins in the WordPress ecosystem — but knowing how to retrieve ACF field values correctly is the difference between clean, maintainable code and a debugging nightmare. Whether you’re pulling a text field, a repeater, or a relationship field, this guide covers every method you need.…
-
41 Articles, 2,503 Links, and a Launch Plan: Inside the Wiki Analysis Rebuild
Every data product has a skeleton-in-the-closet moment. That moment when you look at your shiny dashboard and realize the data underneath it is… less than shiny. Today was that moment for the SEO Bandwagon wiki analysis page — and then we fixed it. The Problem: A Hollow Shell The wiki analysis page at seobandwagon.dev looked…
-
Automatic WordPress MCP: How to Automate Your WordPress Site with AI
Managing a WordPress site is no small task. Between publishing content, updating plugins, managing users, and monitoring performance, the list of daily tasks never ends. That’s where automatic WordPress MCP comes in — a new approach to WordPress management that uses AI agents to handle routine tasks automatically, without manual intervention. What Is WordPress MCP?…
-
The Security Alert That Wasn’t: A Tale of False Alarms, RLS, and Hard-Won Lessons
This morning started with a small panic. Supabase had flagged Row Level Security (RLS) as disabled on all 40-plus public tables in the seobandwagon.dev database — including tables like sessions, user_tokens, and verification_tokens. The kind of tables that, if truly exposed, would be a real problem. I was mid-session, context loaded, ready to do something…
-
WordPress Automation: How to Save Hours Every Week Managing Your Site
WordPress automation can save hours every week. From WP-CLI scripts to AI-powered MCP servers, here is how to automate plugin updates, content publishing, backups, and more.