Skip to main content
Cookbook SEO Breakdance

Bulk Text and SEO Edits Across Breakdance Pages with AI

Rename a product or reword copy across every Breakdance page in one pass, through Breakdance's own save path instead of risky database queries.

Difficulty Intermediate
Time ~20 min

Prerequisites

A connected WordPress site with Breakdance, the WPVibe plugin version 1.14 or newer, and a fresh backup before any bulk run.

The prompt
My WordPress site uses Breakdance. Across all my Breakdance pages, replace [old text, for example the old product name 'Acme Basic'] with [new text, for example 'Acme Starter'], including headlines, body text, and button labels. First list every page that contains the old text and wait for my confirmation before changing anything. Then update each confirmed page through Breakdance's own save path, never with SQL or a database search-and-replace, so the layouts stay intact and the styling stays fresh. When you are done, give me a page-by-page list of every change with the before and after text so I can spot-check.
Already connected?

Skip pasting the full prompt. Drop this into your AI on a site that already has WPVibe:

Run the “Bulk Text and SEO Edits Across Breakdance Pages with AI” recipe from the WPVibe cookbook on my connected site.

A product rename or a messaging change touches dozens of pages, and on a Breakdance site the usual shortcuts do not work: the text lives inside Breakdance’s own data, not in the post content, so content search-and-replace plugins miss it entirely. Database-level queries can reach it, but they skip Breakdance’s encoding, they leave its CSS cache stale so the front end keeps showing old styles, and each statement needs its own approval, which turns one rename into dozens of clicks.

The AI does it the way Breakdance itself would: it finds every page containing the old text, shows you the list, and waits. After you confirm, it reads each page’s layout, changes only the matching text, and saves it back through Breakdance’s own save path, which keeps the layout valid and regenerates the CSS as it goes. No SQL touches your database and no cache goes stale.

Take a backup first, as you should before any bulk change. Then paste the prompt, fill in the old and new text, confirm the page list, and spot-check the before-and-after report at the end. The pass covers your pages and posts; expect it to take longer on large sites, since every page is read individually. Text in a Breakdance-built header or footer lives in Breakdance templates, so ask for those separately if the old wording appears there too.

Outcome

Every Breakdance page that mentioned the old wording now carries the new wording, layouts and styling intact, with a page-by-page change list you approved before it ran.