Title: Sugeng Offline Migrator for Blogger
Author: Sugeng R
Published: <strong>August 26, 2026</strong>
Last modified: August 27, 2026

---

Search plugins

![](https://ps.w.org/sugeng-offline-migrator-for-blogger/assets/banner-772x250.png?
rev=3666957)

![](https://ps.w.org/sugeng-offline-migrator-for-blogger/assets/icon-256x256.png?
rev=3666957)

# Sugeng Offline Migrator for Blogger

 By [Sugeng R](https://profiles.wordpress.org/massugeng/)

[Download](https://downloads.wordpress.org/plugin/sugeng-offline-migrator-for-blogger.0.1.5.zip)

 * [Details](https://wordpress.org/plugins/sugeng-offline-migrator-for-blogger/#description)
 * [Reviews](https://wordpress.org/plugins/sugeng-offline-migrator-for-blogger/#reviews)
 *  [Installation](https://wordpress.org/plugins/sugeng-offline-migrator-for-blogger/#installation)
 * [Development](https://wordpress.org/plugins/sugeng-offline-migrator-for-blogger/#developers)

 [Support](https://wordpress.org/support/plugin/sugeng-offline-migrator-for-blogger/)

## Description

Sugeng Offline Migrator for Blogger moves a Blogger blog to WordPress using only
your Google Takeout backup files. Because everything is read from files, blogs that
were deleted or locked can still be migrated.

Unlike importers that require your old blog to stay online, Sugeng Offline Migrator
for Blogger works fully offline. You download the Takeout archive once, upload it
to the wizard, and the plugin does the rest: posts, pages, threaded comments, drafts,
labels, images, and 301 redirects.

Key features:

 * Import posts, pages, threaded comments, drafts, and labels from the Takeout feed.
   atom.
 * Restore original Blogger slugs and URLs from the b:filename metadata.
 * Two image options that can be combined: import offline from the Takeout Albums
   folder, and/or download still-live external URLs to the media library; image 
   URLs inside content are rewritten automatically. Leave both unchecked to skip
   image import.
 * Two permalink modes: Mode A keeps the original Blogger URLs, Mode B uses new 
   root URLs (/slug/) with automatic 301 redirects from the old URLs.
 * Redirect export: review old-to-new URL mapping and export CSV/JSON compatible
   with the Redirection plugin, so old URLs keep working even after this plugin 
   is removed.
 * Optional conversion of content HTML to Gutenberg blocks during import.
 * Chunked AJAX processing, safe for large feeds on shared hosting.
 * Jobs can be resumed after a page refresh without duplicating content.
 * Accepts both .zip and .tgz Takeout archives.

## Screenshots

[⌊Step 1: upload the Google Takeout archive.⌉⌊Step 1: upload the Google Takeout 
archive.⌉[

Step 1: upload the Google Takeout archive.

[⌊Step 2: choose the blog and permalink mode.⌉⌊Step 2: choose the blog and permalink
mode.⌉[

Step 2: choose the blog and permalink mode.

[⌊Step 3: run the migration with live progress.⌉⌊Step 3: run the migration with 
live progress.⌉[

Step 3: run the migration with live progress.

[⌊Migration report and redirect export.⌉⌊Migration report and redirect export.⌉[

Migration report and redirect export.

## Installation

 1. Upload the `sugeng-offline-migrator-for-blogger` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the Plugins menu.
 3. Open Tools  Sugeng Offline Migrator for Blogger in your dashboard.
 4. Upload your Google Takeout archive (zip or tgz), choose the blog and permalink 
    mode, then run the migration.

How to get the Takeout file: open Google Takeout, select the Blogger product, export,
then download the archive in zip or tgz format.

## FAQ

### Does the Blogger blog need to stay online?

No. All data is read from the Google Takeout backup files, so deleted or locked 
blogs can still be migrated.

### What is the difference between Mode A and Mode B?

Mode A keeps the original Blogger URL structure (/2026/03/slug.html). Mode B uses
new root URLs (/slug/) and automatically creates 301 redirects from the old URLs,
including the /p/slug.html pattern for static pages.

### How do redirects keep working after the plugin is removed?

Download the redirect export (CSV/JSON) from the Export redirect screen and import
it into the Redirection plugin. While Sugeng Offline Migrator for Blogger stays 
active, old URLs are redirected automatically without any extra plugin.

### Will existing content be deleted?

No. The plugin only adds new content and never deletes existing posts, pages, or
media. Imports are idempotent: re-running the same migration does not create duplicates.

### What is removed on uninstall?

Only internal plugin options (job state and image mapping). Imported content stays
on your site.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Sugeng Offline Migrator for Blogger” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Sugeng R ](https://profiles.wordpress.org/massugeng/)

[Translate “Sugeng Offline Migrator for Blogger” into your language.](https://translate.wordpress.org/projects/wp-plugins/sugeng-offline-migrator-for-blogger)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/sugeng-offline-migrator-for-blogger/),
check out the [SVN repository](https://plugins.svn.wordpress.org/sugeng-offline-migrator-for-blogger/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/sugeng-offline-migrator-for-blogger/)
by [RSS](https://plugins.trac.wordpress.org/log/sugeng-offline-migrator-for-blogger/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1.5

 * Mode A redirect export and entry count now include posts whose filename date 
   differs from their post date, matching the saved redirect rules.
 * Missing target posts and pages now fall through to WordPress 404 instead of redirecting
   permanently to a dead URL.
 * Migration report stays on screen after completion instead of reloading the page.
 * Comments whose parent post failed to import are now counted in the error total.
 * Uninstall now removes all plugin options.
 * Clearer file type validation message for non zip/tgz uploads.

#### 0.1.4

 * Default interface language is now English for international users. Simplified
   wording for the upload limit explanation and upload button.
 * Plugin menu moved from the sidebar to Tools  Sugeng Offline Migrator for Blogger.
 * Upload status message now clears correctly after the upload finishes.
 * Foreign-language translations (including Indonesian) can now be contributed via
   translate.wordpress.org.

#### 0.1.3

 * Tested up to WordPress 7.1.

#### 0.1.2

 * Plugin renamed to Sugeng Offline Migrator for Blogger with a distinctive name
   and updated text domain.

#### 0.1.1

 * Chunked AJAX upload: large Takeout archives are split into small parts and reassembled
   server-side, so files larger than the host’s upload_max_filesize still upload
   successfully.
 * Hourly cleanup of abandoned upload sessions.

#### 0.1.0

 * First release: feed.atom parser, content and comment importer, offline image 
   migration from albums, two permalink modes with 301 redirects, chunked AJAX wizard
   with resume, zip/tgz support.

## Meta

 *  Version **0.1.5**
 *  Last updated **16 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [blogger](https://wordpress.org/plugins/tags/blogger/)[import](https://wordpress.org/plugins/tags/import/)
   [migration](https://wordpress.org/plugins/tags/migration/)[redirect](https://wordpress.org/plugins/tags/redirect/)
   [takeout](https://wordpress.org/plugins/tags/takeout/)
 *  [Advanced View](https://wordpress.org/plugins/sugeng-offline-migrator-for-blogger/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/sugeng-offline-migrator-for-blogger/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/sugeng-offline-migrator-for-blogger/reviews/)

## Contributors

 *   [ Sugeng R ](https://profiles.wordpress.org/massugeng/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/sugeng-offline-migrator-for-blogger/)