
















If your Blogger blog was locked for "Malware and Similar Malicious Content" and has since come back, read this before you touch anything: do not edit your theme, template, layout, or gadgets. Dozens of bloggers who got their sites restored have been locked out again within minutes, and the common thread in almost every re-lock is a write to the template — not a new post.
That single finding is buried 140 comments deep in Google's own support thread. It has not been reported anywhere else, and it is the difference between keeping your blog and losing it again.
On August 4, 2026, Google's automated systems began locking Blogger blogs en masse, citing the Malware and Similar Malicious Content policy. Owners received an email saying their blog had been removed. The dashboard showed a red padlock and a notice that the blog was removed for violating Blogger's Community Guidelines.
The first wave hit around 2:15 PM Eastern on August 4. Reports followed in sequence around the world: Brazil at roughly 2:30 PM local, France and Italy through the evening, Korea at about 2:00–2:15 AM KST on August 5, then India, Indonesia, Vietnam and the Gulf through the morning.
A Blogger Diamond Product Expert posting as WebLove.PL opened a tracking thread and stated plainly that the volume of identical reports pointed to misclassification by automated systems, adding that false positives happen, but not at this scale. The Blogger engineering team was notified. That thread has since drawn 171 replies and 356 "I have the same question" votes — and it remains the only acknowledgement of any kind. Google has published nothing on its blog, its status dashboard, or its social channels.
Counting distinct blogs named in the thread and adjacent threads gives a partial list running well past a hundred, across at least sixteen languages — English, Korean, Arabic, Portuguese, Spanish, French, German, Italian, Greek, Indonesian, Thai, Vietnamese, Romanian, Dutch, Polish and Hindi.
The affected sites have nothing in common except the platform:
Also caught: an 18-year-old Spanish maths blog, a 14-year-old quilting blog, a devotional lyrics site, a dog care blog in Hinglish, a Lombardy events calendar, a baseball news site, and — as one user noted with some irony — an account suspended for "spam" whose only post was pictures of a kitten.
One report deserves particular weight. A blogger running three separate blogs on three different Google accounts watched all three lock inside a fifteen-minute window. They decompiled and pretty-printed the minified JavaScript in their theme files, checked for redirects and hidden iframes, and ran multi-engine analysis through VirusTotal plus a sandbox behavioural report. Zero detections across every engine. Search Console is clean on all three properties.
That is about as close to a controlled experiment as a support forum ever produces, and it points squarely at the classifier rather than the content.
Restorations began around mid-morning UTC on August 5. Emails went out saying the blog had been reviewed and reinstated. Relief lasted, for many people, under an hour.
What follows is compiled from more than a dozen independent reports in the thread, and it forms a consistent pattern:
| What the user did after restoration | Outcome |
|---|---|
| Edited the template HTML | Locked again |
| Uploaded/imported a theme to a new blog | New blog locked within minutes |
| Applied a theme change to an unaffected blog | Locked ~10 minutes later |
| Removed image gadgets from layout | Locked again |
| Inserted ad code into the theme | Locked again ~90 minutes later |
| Removed ad-network scripts from theme HTML | Locked again |
| Checked Mediavine settings | Locked ~5 minutes later |
Clicked Stats in the dashboard | Locked immediately |
| Published a new post only | Mostly stayed up |
| Edited and republished existing posts/pages | Stayed up |
One blogger stated the distinction outright after testing across several of their own blogs: removal fires after updating the homepage or making template changes, while editing and republishing posts or static pages leaves the blog alone.
Two independent users confirmed the sharpest version of this. Each created a brand-new blog and imported their content successfully — then applied their theme, and the fresh blog was disabled within minutes. One noted the new blog was fine right up until the theme upload.
The practical implication: whatever misfired on August 4 appears to re-evaluate a blog whenever the template or layout is written to. Until Google confirms a fix, every theme edit is a coin flip.
Several theories circulating in Facebook groups and YouTube videos are contradicted by the thread itself:
.blogspot.com subdomain with zero monetisation in the three-account test above.Several users found anomalies in the hours immediately before their lock. These are individual reports rather than confirmed causes, but the cluster is interesting enough to document:
HTTP 429 (too many requests) from Google and being redirected to Google's /sorry/index anti-abuse page when trying to scrape their Blogger posts. Both say this began days before the lockdown.403 challenges to Google crawling IPs, and disabled them as a precaution.If you run Cloudflare in front of a custom-domain Blogger blog, checking that Googlebot is not being challenged costs nothing and rules out one variable.
Here is the detail that should set your priorities, and it is printed on the lock screen itself rather than in the email: a removed blog is permanently deleted within 89 days.
That is your real deadline. Not the appeal, not the review — the point at which the content stops existing. Google's own Content Policy states that appeals are typically decided within 10 business days and that, unless noted otherwise, restrictive actions are global and permanent.
Eighty-nine days sounds generous. It is not, if your appeal sits unanswered for six weeks and you have not exported anything.
Back up first. Appeal second. If you only do one thing today, take the Takeout export.
There is no separate public appeal form. The appeal lives inside your dashboard.
Info tab. Under "Note: this blog has been locked," click REQUEST REVIEW.Official policy: appeals are typically decided within 10 business days, though complex cases take longer. See Google's blogger policy.
Multiple users hit this. Working around it:
Product Experts are volunteers, not Google staff, but they can escalate patterns. Give them something they can forward:
blogId=)That last line is the most useful data point you can contribute right now.
Blogger's old one-click XML export in Settings is gone. Since July 1, 2025, Takeout is the only way to export posts, pages and comments.
Deselect allExport once, or schedule exports every two months for a year.zip and a maximum file size. 2GB is fine for most blogs — if your archive is larger, Google splits it across multiple files automatically, so there is no wrong answer hereReports in the thread genuinely conflict, and you should know this before you rely on it.
It worked for several users who successfully exported locked blogs and confirmed their posts were present in the file. One was rebuilt on a new blog from the export.
It failed for at least two users. One found their site simply absent from the exported files. Another stated flatly that the export did not contain their posts.
The likely explanation is state and timing. Takeout appears to snapshot at request time from a data store that may be inaccessible for blogs in certain enforcement states, and a "deleted" blog behaves differently from a "locked" one. There is also a queue delay, so a request placed while locked may complete after restoration or vice versa.
Practical advice: request the export now, and request it again the moment your blog is restored. Verify the second one actually contains your posts. Do not assume the first one worked.
feed.atomUnzip the Takeout archive and open the Blogs folder. Inside each blog's folder, two files matter:
| File | Contains |
|---|---|
feed.atom |
Every post, page and comment, including drafts. The direct replacement for the old Settings XML export. |
theme-layouts.xml |
Your theme and most widgets. |
Everything else can be deleted.
What you need to understand about feed.atom:
Settings → Import content can read it — fixing a long-standing bug where restores silently drop posts and comments.feed.atom stores the HTML that renders your images from Google's servers under blogger.googleusercontent.com. The pictures themselves are not in the file. Takeout does export your image files separately — but only the ones uploaded by the account making the request. On a multi-author blog, your co-authors' images are only in their Takeout archive.That third point is the whole argument for treating feed.atom as a migration file rather than a backup. A backup whose images live on servers controlled by the company that just locked you out is not a backup in any meaningful sense.
You can import feed.atom into a fresh blog via Settings → Import content. Two warnings, both from bloggers who tried it this week:
Do not import your theme. As documented above, this is what re-triggers the lock. Import content, use a stock Blogger theme, and wait.
Read Google's policy line first. Blogger's Content Policy explicitly states that if you have had a blog disabled, you should not create a replacement blog engaging in similar activity. In a genuine false positive, that guidance is arguably unfair — but it is the written policy, and rebuilding while an appeal is pending carries some risk. Weigh it.
If you run a custom domain, this section matters.
It can be reconnected. One user confirmed it works: Takeout export, create a new blog, point the same domain at it, and republish gradually. They were about 10 posts into 1,139 and reported it going smoothly, aside from a slider in their paid theme not loading.
But you pay for it. As another user pointed out, search engines treat the reconnected domain as a new site. Crawl history, visit metrics and accumulated authority reset. And cycling a domain between deleted and new Blogger blogs repeatedly risks getting the domain itself flagged.
So: reconnecting works once, at a real SEO cost. It is a rescue, not a strategy. If you are going to move your domain anyway, moving it somewhere that cannot lock you out is a better use of the same disruption.
Let me be straight about the argument rather than dressing it up.
Blogger is free, and it has been genuinely good to a lot of people for a very long time. Several blogs in that thread have been running since 2007. Nobody should feel foolish for having built there.
But this week established something concrete: an automated classifier at Google can remove your blog with no warning, no explanation, no human review, a ten-business-day appeal window, and an 89-day deletion clock — and when it misfires at scale, the company says nothing for over 24 hours. People in that thread describe livelihoods stalled, AdSense applications at risk, and 18 years of work sitting behind a padlock they cannot open. Several report being unable to access their own dashboard to even inspect what supposedly triggered it.
That is the actual risk profile. It has nothing to do with whether WordPress is nicer to use.
Blogger has received essentially no meaningful development in years, while Google retired the services around it — Album Archive, FeedBurner's core features, and the one-click backup. The direction is maintenance mode. Meanwhile, the practical gap has closed: WordPress 6.9+ on entry-level shared hosting is fast enough to pass Core Web Vitals without a developer, and as AI-driven search reshapes referral traffic, owning your own schema, internal linking, and email list matters more than it did two years ago.
If you are going to move, moving before your archive grows another two years is cheaper and less painful.
WordPress's built-in Blogger Importer is broken against the new export format — it was written for the old XML, and Google changed the file. Two free plugins handle feed.atom directly:
.atom file, imports in batches, downloads embedded images into your WordPress media library, rewrites Blogger URLs to local ones, and sets featured images from the first image in each post. Reviewers report ~80 posts per run; click again to resume.That image rehosting step is the entire point. It is what finally cuts your archive loose from blogger.googleusercontent.com. Until you do it, every image on your site is a link to a server Google controls.
One practical note the BtW Importer developer flags: Nginx-based hosts run these imports noticeably slower than Apache or LiteSpeed. For a large Blogger archive, this is the difference between an afternoon and a weekend of timeouts.
Do not skip redirects. Set up 301 redirects from your old Blogger URLs to the new permalinks, or you will lose the rankings you spent years building. On a custom domain, this is straightforward. On .blogspot.com you will lose some link equity — plan for it.
For a migrating Blogger site specifically, Hostinger is a sensible landing spot: it runs LiteSpeed, which is the practical difference between a Blogger import that finishes and one that times out halfway through 1,000 posts. You also get free SSL, a free domain on annual plans, one-click WordPress install, and automatic daily backups you actually control.
Use code freeup at checkout for an extra 20% off the current plan price.
The honest version: no host makes you immune to everything. What changes is who holds the off switch. On Hostinger, your posts sit in a MySQL database you can export any time, your images sit in a folder you can download, and no classifier can revoke your login at 2 AM.
Disclosure: Cyber Kendra earns a commission on purchases made through this link, at no additional cost to you. We recommend Hostinger because we use it.
As of August 5, 6:00 PM IST:
If your blog is back: export it today, leave your template alone, and treat the restoration as provisional.
No guarantee. Observed restorations ran roughly 6 to 20 hours from lock. Official policy allows up to 10 business days.
Not if you act. Removed blogs are permanently deleted within 89 days. Export before then.
Yes, and you should, so your appeal is honest. Check Search Console under Security Issues, the Google Safe Browsing Transparency Report, and run your domain through VirusTotal. Essentially, everyone who checked found all three clean.
Try Takeout — it works for some locked blogs and not others. Request it now, and again after restoration.
No. Deleting forfeits your appeal and your 89 days.
While the blog is locked, it serves no ads and earns nothing. Several users report pending AdSense applications caught mid-review.
If your blog was affected, add your Blog ID and lock time in the comments. We're maintaining a running record — particularly of re-locks and what triggered them — and will update this post as Google responds.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。