Skip to content

Help: My host's 'free migration' destroyed my SEO

General Discussion Locked by Budi 6 replies 202 views
This thread is locked — new replies are not accepted. (Duplicate — see the earlier thread on this)
#1

So I signed up with Contabo for their "free migration" and they moved my wordpress but ALL the URLs changed. My permalinks went from /2025/12/post-name to /blog/post-name and google is punishing me hard. Traffic down 60% in a week. Hostign support says "not our problem we just moved files"

Anyone dealt with this? Can I fix with redirects or am I screwed? My ad revenue is dying!

8 #2

Your email deliverability probably took a hit too if they mangled your DNS during migration. For what it's worth, check whether your SPF record still points to the right outbound IP; I've seen "free migrations" that break authentication entirely.

For the SEO damage, 301 redirects at the web server level will pass most link equity. Map old to new in your .htaccess or nginx config. If the structure change was predictable, regex can handle bulk redirects. If not, you'll need a manual mapping or a plugin.

Also: demand their migration logs. They owe you documentation of what changed.

SPF, DKIM, DMARC — holy trinity ✉️
#3

This happens more often with Linux-to-Linux migrations than Windows-to-Windows, since IIS has built-in URL rewrite modules that providers actually test. That's not helpful if you're already on a LAMP stack. The 301 advice above is solid regardless of platform.

#4

Here we go again. Demand logs in writing so when they ghost you there's a paper trail for your chargeback

grabs popcorn, checks /r/drama
#5

Went down again; ticket open; no response

#6

I examined the migration script they use; it's floating around on a paste site from 2019; it hardcodes /blog/ as the destination path because that was their template environment in 2019; they never updated it for custom structures; this is negligence dressed as convenience; -- Sebastian

Vive la résistance... électrique
4 #7
lucgone said:
Hardcodes /blog/ as the destination path because that was their template environment in 2019

Bro thats WILD!!! U should name and shame on the other forum too!!! Server scripts from 2019??? Hosting industry is a joke!!! Make a spreadsheet of all broken URLs and 301 them!!! Also check if they copied the.htaccess!!! Sometimes they forget!!!

Thread closed

Replies are closed on this thread. Duplicate — see the earlier thread on this.