Israel Unya
Member
Angemeldet: 2024-11-25 09:55:35
2024-12-15 12:06:25

I had recently just migrated from WoWonder to SNgine.

 

My current organic site traffic is still coming from the indexed content from my old WoWonder sitemaps, but they are now hitting 404 pages.

 

Since SNgine does not use sitemaps, should I delete the sitemaps from my WoWonder and have Google reindex my new posts from SNgine?

Jane Marcia
Admin
Angemeldet: 2024-11-24 00:49:31
2024-12-18 01:32:17

Should You Delete the Old Sitemap?

Not immediately. Simply deleting the sitemap won't inform Google where to find your new content. Instead, you need to handle the transition carefully using redirects.

The best way to preserve your organic traffic is to redirect the old URLs to equivalent or relevant pages in Sngine.

Use 301 redirects (permanent redirects) to guide both users and search engines to the correct locations.

301 redirects pass most of the SEO authority from your old pages to the new ones.

If you still have access to your old WoWonder URL structure, create a mapping:

Old WoWonder URLs → New Sngine URLs.

Add 301 redirects in your server configuration:

For Apache (.htaccess):

Redirect 301 /old-wowonder-post-url https://yoursite.com/new-sngine-post-url

For Nginx:

rewrite ^/old-wowonder-post-url$ https://yoursite.com/new-sngine-post-url permanent;

Israel Unya
Member
Angemeldet: 2024-11-25 09:55:35
2024-12-18 05:55:32

I have not imported my WoWonder posts into SNgine yet.

Please clarify I will need to do this first before setting up the redirect. 

Jane Marcia
Admin
Angemeldet: 2024-11-24 00:49:31
2024-12-18 14:25:56

I don't think you can redirect something that doesn't exist so I suggest you import your post first. Or if you rewrite the post. You redirect the old post to the new post.