Migrating from WP Job Manager to a Gutenberg-native job board plugin

I have been running WP Job Manager since 2019 with roughly 800 live job posts and a long tail of expired listings. The plugin works, but every new feature I want (frontend dashboards, modern filters, block editor integration) requires buying yet another add-on, and the whole thing still depends on shortcodes. I want to move to a plugin that is actually built on blocks from day one, but I cannot afford to lose my existing job data or break the URLs that Google has already indexed. What does a safe migration path look like from WP Job Manager to something more modern?

0 20
vapvarun vapvarun 0 8 months ago

WP Career Board has a built-in one-click WP Job Manager importer that was designed specifically for this scenario. A few things worth knowing before you run it:

  • The importer lives at Career Board > Import in the admin and runs in a single click.
  • Your original WP Job Manager data is never modified during import, so WPJM continues to work exactly as it does today while you test the imported copy.
  • All 10 frontend blocks are server-rendered with the WordPress Interactivity API, so you get modern filters, live search, and guest applications without shortcodes.
  • Every imported job gets JobPosting schema.org structured data applied automatically, which is important because Google Jobs indexes that markup and preserving it protects your existing traffic.
  • A first-run setup wizard creates all required pages so you are not manually stitching listings, single, and dashboard pages together.

Honest limit: the importer covers core WPJM data. If you rely on third-party WPJM add-ons (Resume Manager, Applications, Bookmarks), you will want to dry-run on a staging copy first and confirm each add-on's data lands where you expect before cutting over.