Step by step: moving a site, changing domain in database (Search & Replace) and Multisite network configuration.
EN

Migration and multisite – Advanced WordPress management

5.00 /5 - (29 votes )
Last verified: May 1, 2026
3min read
News
500+ WP projects

Two topics that scare beginner administrators: “How do I move a site without breaking anything?” and “What is this magical Multisite and do I need it?”. Let’s tackle them.

Learn more about WordPress development services at WPPoland.

#Part 1: WordPress migration

Moving a site (e.g., from local server to production or changing hosting) is a 3-step process:

  1. Files: Copy everything from public_html (via FTP).
  2. Database: Export the .sql file (e.g., through phpMyAdmin).
  3. Domain Change (Key moment!): WordPress stores the site address in many places in the database (in wp_options, but also in post content as image links).

Amateur mistake: Manually editing the SQL file in notepad. This breaks “serialized data” (serialized arrays) of plugins and widgets. Professional method: Use WP-CLI (wp search-replace 'old.com' 'new.com') or Better Search Replace script. They maintain data integrity.

#Part 2: Backups

The 3-2-1 rule:

  • 3 copies of data.
  • 2 different media (e.g., server + cloud).
  • 1 copy off-site (outside the office).

Don’t rely solely on hosting. Install UpdraftPlus or Duplicator and send copies to Google Drive/Dropbox. It’s your insurance policy against hacker attacks or server room fires in Strasbourg (greetings to OVH).

#Part 3: WordPress multisite

Multisite (MU) is a feature that allows running 100, 1000 or a million sites on one WordPress installation.

  • One set of files (core, themes, plugins).
  • One database (with separate tables for each site).
  • One super-administrator.

When to use?

  • You have a network of franchise sites (e.g., newyork.company.com, boston.company.com).
  • You’re a university giving a blog to every student/professor.
  • You run a multilingual service (though WPML/Polylang on a single installation often works better here).

When NOT to use?

  • When you have 5 sites for completely different clients. If one site “dies” (PHP error), they all go down. Shared user database can also be problematic.

Multisite is a powerful tool, but requires a solid server and admin knowledge. Don’t enable it “for fun”.

#Advanced Implementation Strategies

Successfully implementing these SEO techniques requires a systematic approach that balances technical optimization with content quality. Here’s how to execute each strategy effectively.

#Technical Setup and Configuration

Begin by conducting a comprehensive audit of your current SEO setup. Use tools like Google Search Console, Screaming Frog, or SEMrush to identify existing issues and opportunities. Document your baseline metrics including current rankings, organic traffic, and conversion rates.

#Content Optimization Workflow

  1. Keyword Research Phase

    • Identify primary and secondary keywords
    • Analyze search intent for each term
    • Map keywords to existing content
    • Identify content gaps
  2. Content Creation/Optimization

    • Write compelling titles and meta descriptions
    • Structure content with proper header hierarchy
    • Include relevant internal and external links
    • Optimize images with descriptive alt text
  3. Technical Implementation

    • Ensure mobile responsiveness
    • Improve page load speed
    • Implement schema markup
    • Fix crawl errors

#Measuring Success

Track these key performance indicators:

  • Organic traffic growth
  • Keyword ranking improvements
  • Click-through rates (CTR)
  • Conversion rates
  • Bounce rates

Regular monitoring allows you to adjust your strategy based on what’s working and what’s not. SEO is an ongoing process, not a one-time task.

Next step

Turn the article into an actual implementation

This block strengthens internal linking and gives readers the most relevant next move instead of leaving them at a dead end.

Want this implemented on your site?

If you want to convert the article into a working site improvement, redesign, or build plan, I can define the scope and implement it.

Related cluster

Explore other WordPress services and knowledge base

Strengthen your business with professional technical support in key areas of the WordPress ecosystem.

Article FAQ

Frequently Asked Questions

Practical answers to apply the topic in real execution.

SEO-ready GEO-ready AEO-ready 3 Q&A
What is the safest way to migrate a WordPress site?
Copy all files from the source server, export the database, then run WP-CLI search-replace or the Better Search Replace plugin to update domain references. Editing the SQL dump in a text editor will break serialized arrays stored by plugins and widgets.
When should I enable Multisite instead of separate WordPress installs?
Choose Multisite when sites share users, themes, or business logic, like university departments, franchise locations, or product variants. Avoid it for unrelated client sites where one update should not be able to break another tenant.
What can go wrong during a WordPress migration?
Mismatched PHP versions on the new host, hardcoded absolute URLs in custom plugins, and forgotten cron jobs are the three most common failures. Always run a dry migration on a staging subdomain and check WP-CLI search-replace dry-run before pointing DNS.

Need an FAQ tailored to your industry and market? We can build one aligned with your business goals.

Let’s discuss

Related Articles

Article 28 of Regulation 2022/2554 makes financial entities responsible for the ICT risk of every third-party they touch. I walk through the supplier due-diligence checklist I ship with WordPress engagements for banks and insurers in 2026.
wordpress

DORA Article 28 ICT third-party risk: WordPress hosting and WAF supplier audit

Article 28 of Regulation 2022/2554 makes financial entities responsible for the ICT risk of every third-party they touch. I walk through the supplier due-diligence checklist I ship with WordPress engagements for banks and insurers in 2026.

Article 28(3) of Regulation 2022/2554 obliges financial entities to keep a Register of Information on every ICT third-party arrangement. The fields a WordPress agency must populate to be entered.
wordpress

DORA Register of Information for WordPress vendors: required fields

Article 28(3) of Regulation 2022/2554 obliges financial entities to keep a Register of Information on every ICT third-party arrangement. The fields a WordPress agency must populate to be entered.

How to ship a Tailwind v4 design system inside WordPress 6.7+ block themes without breaking editor parity, theme.json tokens or JIT compilation. A practitioner playbook covering setup, block patterns, and the gotchas.
wordpress

Harnessing Tailwind CSS for WordPress development in 2026

How to ship a Tailwind v4 design system inside WordPress 6.7+ block themes without breaking editor parity, theme.json tokens or JIT compilation. A practitioner playbook covering setup, block patterns, and the gotchas.