No. WordPress isn’t blocked in mainland China, and it never has been.
The software downloads, installs and runs normally on a server in Shanghai or Beijing. It sits ahead of any single domestic CMS on foreign-owned sites filed in China, and there are well over a million Chinese-language installs behind it.
So why does the myth survive? Because a default install reaches out to somewhere between 8 and 20 external hosts before a visitor sees anything. Some of those hosts are blocked. One of them can hold the whole page hostage. The site loads, technically. It just bleeds time on every request, and your team back in Europe never sees it happen.
Last checked from mainland vantage points on 29 August 2026.
What WordPress pulls in from outside
Install WordPress on a mainland server with a commercial theme and a normal plugin set, and you’ve quietly signed up to fetch assets from Google, Automattic, a JavaScript CDN, a font CDN, and whatever your forms and analytics vendors use.
From Frankfurt or Singapore those calls resolve in milliseconds and nobody notices. From Shanghai the results split three ways. Some resolve fine. Some resolve slowly enough to hurt. Some never come back, and the browser sits there waiting until it gives up.
Chinafy’s 2026 benchmark tested 614 sites across eleven verticals using WebPageTest from Beijing, Virginia and London. 66.4% of them failed to load successfully in Beijing. Median visual load was 17.2 seconds, and 44% of Beijing tests timed out entirely.
Chinafy, State of Global Website Performance in China, April 2026
Those numbers describe foreign websites in general. WordPress just happens to be what most of them run on. We see the same pattern on Webflow, on HubSpot, on hand-rolled React builds, which is worth remembering before anyone proposes a migration as the fix.
What’s actually blocked, checked in 2026
Most of the lists circulating on the English web were written between 2019 and 2023 and copied forward since. Several entries have changed. This is the current picture from mainland vantage points.
| Dependency | Status from mainland China | What happens |
|---|---|---|
| Google Hosted Libraries (ajax.googleapis.com) | Fully blocked | Render halts. No first byte at all |
| Google reCAPTCHA | Fully blocked | Forms can’t be submitted |
| Google Analytics | Fully blocked | Beacon never arrives, data is lost |
| Google Maps JS API | Fully blocked | Map area stays empty |
| YouTube and Vimeo embeds | Fully blocked | Player and oEmbed call both fail |
| Gravatar | Blocked | Slows comments and the whole admin |
| Google Fonts (fonts.googleapis.com) | Reachable and fast | Loads normally, roughly 110ms |
| Google Tag Manager | Intermittent | Container may load, collection still fails |
| wordpress.org and update servers | Reachable, rate limited | HTTP 429 on plugin and core updates |
| cdnjs, unpkg, jsDelivr | Reachable, slow | Roughly 480ms to 820ms first byte |
| Stripe and PayPal scripts | Reachable | Licensing, not the firewall, is the blocker |
For the wider picture beyond WordPress, our guide on what the Great Firewall blocks covers the DNS and packet-level machinery underneath all of this.
One line of code causes most of the damage
If a theme loads jQuery from Google Hosted Libraries, and thousands of commercial themes still do, the page stops dead.
That script tag is render blocking. The browser won’t paint until it resolves, and from mainland China it never resolves. In repeated probes from an Alibaba Cloud instance in Zhangjiakou, requests to ajax.googleapis.com returned no first byte on any run before we abandoned the test at sixty seconds.
The visitor sees white, waits four or five seconds, and leaves. Analytics would record nothing, assuming analytics worked. It’s the most common reason a foreign site gets written off as blocked in China when it’s doing no such thing.
Fixing that one tag is genuinely a ten-minute job. Bundle jQuery locally, or dequeue it if the theme doesn’t need it. Clearing every outbound dependency on a typical marketing site runs closer to a day or two of developer time. If you’ve inherited a page-builder theme with ninety plugins, budget a week and expect to remove things rather than replace them.
The Google Fonts entry most guides still get wrong
This one earns its own section, because the received wisdom has gone stale and a lot of agency marketing copy is still repeating it.
Tested 29 August 2026 from a mainland instance: fonts.googleapis.com completed 73 of 73 requests at a median 111ms time to first byte. fonts.gstatic.com completed 73 of 73 at a median 102ms. Both domains resolve to Google IP ranges hosted inside China when a domestic resolver is used.
ChinaWebFoundry internal probe, August 2026
The font files reach the visitor. What’s blocked is fonts.google.com, the browsing interface, which inconveniences your designers and leaves your users alone.
There’s still a good argument for self-hosting, and it’s better than the one usually given. That mainland resolution path depends on the visitor’s DNS. A domestic resolver hands back a China-hosted Google IP. An overseas resolver hands back a blocked one, and the request hangs. Self-hosting takes the visitor’s DNS out of the equation. Say that instead of repeating a block that expired, and you’ll be right in both directions.
We self-host fonts on every build anyway. Partly for the reason above, mostly because it’s one fewer thing to re-test every time somebody’s resolver changes.
wordpress.org is reachable. It’s also rate limited
The plugin repository, the theme repository and the core update servers all respond from mainland China. They also return HTTP 429 against mainland IP ranges often enough that a site can sit for weeks without a security patch.
This has been true since at least October 2019, and it’s why a domestic mirror ecosystem grew up around it. The most visible piece is the WP-China-Yes project, which redirects update, plugin install and theme install calls to mainland mirrors.
A site on default settings won’t tell you it has stopped updating. It slips behind and says nothing, which on WordPress is a security problem rather than an inconvenience. Somebody has to open the update screen and look.
WordPress.com is a different question
Self-hosted WordPress, the software you download from wordpress.org, is fine.
WordPress.com, the hosted service Automattic runs, isn’t wholesale blocked either, though nearly every guide says it is. The apex domain frequently resolves. What’s blocked is a large share of what sits underneath it, including the Chinese-language properties and a great many individual user blogs.
For a company the distinction is academic, because there’s a harder constraint underneath. You can’t complete an ICP filing (ICP备案) for a domain whose hosting you don’t control, and without a filing you can’t legally serve from a mainland server. A WordPress.com site can’t be made compliant, whether or not it happens to load today. Our ICP filing guide walks through what the paperwork asks for.
What this means if you’re building
The practical conclusion is unglamorous. Switching platforms to escape a problem you haven’t diagnosed is an expensive way to keep it, because the dependencies come along for the ride.
A WordPress site works in China when four things are true:
- The outbound dependencies are removed or replaced
- The site is served from inside the mainland, or from Hong Kong while the filing is pending
- The ICP filing is done, which takes three to six weeks and requires a mainland entity
- The pages are built so Baiduspider can crawl them, which is a separate discipline from making them fast
None of that is exotic. All of it is work somebody has to sit down and do, and a theme bought on a marketplace has done none of it. If you’re weighing up an agency to do it for you, we wrote a checklist for vetting one.
Questions we get asked
Can I use a VPN to test whether my site works in China?
Not usefully. A VPN from outside China still routes you through your own network and your own resolver, so you’re testing your VPN rather than the firewall. Test from a mainland vantage point, or use a tool that does. This is the most common reason a team believes their site is fine when it isn’t.
Will a global CDN fix this?
It helps with distance and does nothing about blocked hosts. Cloudflare’s standard network serves mainland visitors from Hong Kong, Japan or the US west coast, so you’re still crossing the border on every request. Its in-country network is an Enterprise product operated with JD Cloud, and it requires a valid ICP filing per domain, which puts you back at the paperwork.
Do I need an ICP filing or an ICP licence?
A filing (ICP备案) covers an informational site. Roughly three to six weeks, once a mainland entity exists. A commercial licence (ICP许可证) applies when the site itself earns revenue, and that realistically runs twelve to eighteen weeks.
Is Astro a better choice than WordPress for China?
Sometimes. A static build removes a whole class of runtime dependency and loads faster behind the firewall. It also removes the editing experience a marketing team expects, and that trade tends to matter more than the milliseconds. The honest answer depends on who updates the site and how often.
How fast should a site load from Shanghai?
Under two seconds is achievable on mainland hosting once the dependencies are cleaned up. One recent migration went from 23.4 seconds on a European origin to 1.2 seconds, and roughly half of that came from deleting external calls rather than from moving the server. Our guide on hosting a website in China covers the origin side.
Need help with this?
ChinaWebFoundry handles WordPress projects in China end to end. If any of this feels like more than you want to tackle alone, get in touch.
Talk to Us