Blogger
Blogger is a blog-publishing service that allows multi-user blogs with time-stamped entries.
Websites Using Blogger
What Is Blogger?
Blogger is Google's free, fully hosted blogging platform, originally launched by Pyra Labs in 1999 and acquired by Google in 2003. It lets anyone publish a blog on a blogspot.com subdomain (or a custom domain) without paying for hosting, installing software, or managing servers. If you want the short answer: Blogger is the simplest way to get a blog online under Google's infrastructure for free, and it remains one of the longest-running blogging services still in active operation.
Blogger predates most of the modern web. While newer platforms have eclipsed it in feature depth, it still hosts a substantial long tail of personal blogs, hobby sites, and legacy content. Exact market-share figures vary by source and methodology, so treat any single percentage with caution; what is consistently reported across technology-detection surveys is that Blogger sits in the mid-tier of CMS usage, well behind WordPress but ahead of many niche platforms, with a footprint heavily weighted toward older sites and certain regional markets.
Because it is operated by Google and costs nothing, Blogger is frequently the first publishing tool people encounter. That low barrier to entry is its defining characteristic and the reason it appears so often when you analyze the technology behind small and older websites.
How Blogger Works
Blogger is a software-as-a-service product. Google runs all the infrastructure, and you interact with it through a web dashboard at blogger.com. There is nothing to download and no database to administer.
When you create a blog, Google assigns it a subdomain such as yourname.blogspot.com. You can later map a custom domain (for example www.example.com) through DNS settings, but the underlying content is still served from Google's Blogger backend. Posts, pages, and comments live in Google's systems, and the public pages are rendered from a template.
The template system is Blogger's most distinctive technical feature. Themes are written in a flavor of XHTML extended with Blogger-specific XML tags in the b: namespace, such as b:section, b:widget, b:includable, and b:loop. These tags tell Google's rendering engine where to place the post loop, widgets, navigation, and other dynamic elements. Data values are injected with expressions like data:post.title and data:blog.url. This server-side templating is what produces the final HTML a visitor receives.
Images uploaded to Blogger are stored on Google's content delivery network and served from blogspot.com and googleusercontent.com hosts. Historically, image URLs used bp.blogspot.com subdomains (for example 1.bp.blogspot.com, 2.bp.blogspot.com, 3.bp.blogspot.com, and 4.bp.blogspot.com); these patterns are a strong fingerprint and still appear on countless pages. Drafts and previews are handled through draft.blogger.com.
Because everything is hosted and rendered by Google, Blogger sites inherit Google's uptime, HTTPS support, and global CDN. The trade-off is that you have very limited control over the server environment, no access to a real database, and no plugin system in the WordPress sense.
Posts move through a simple lifecycle: you compose in the dashboard editor, save as a draft (handled through draft.blogger.com), optionally schedule a publish time, and then publish to the live blog. Each published post gets a permalink derived from its title and publication date, typically following a /year/month/slug.html pattern that is a recognizable Blogger URL signature. Pages, by contrast, are static and sit outside the dated post structure.
Blogger also generates machine-readable feeds automatically. Every blog exposes Atom and RSS feeds (for example /feeds/posts/default), and label-filtered feeds let readers and tools subscribe to specific topics. Comments are stored and rendered by Google, with optional moderation, threaded replies, and spam filtering. Because the rendering happens on Google's servers, the HTML a visitor receives is already assembled, which keeps the client-side footprint light compared with JavaScript-heavy platforms.
How to Tell if a Website Uses Blogger
Blogger leaves several reliable fingerprints. Here are the signals to look for and the tools that surface them.
Signals in the page and network
- Domain and hostname. The clearest signal is a
*.blogspot.comaddress. Even when a custom domain is mapped, the blog often still resolves through Google's Blogger infrastructure. - Image asset domains. Look for image URLs on
*.bp.blogspot.com(such as1.bp.blogspot.com) or*.googleusercontent.com. These are Blogger's media hosts. - Generator meta tag. Blogger themes typically include
<meta content='blogger' name='generator'/>in the page head. This is one of the most direct declarations of the platform. - Template namespace tags. In the raw theme XML you will find Blogger-specific tags like
b:section,b:widget,b:includable, and attributes such asdata:post.*. The default themes also emit widget IDs likeBlog1,HTML1, andHeader1. - Static asset paths. References to Google-hosted scripts and stylesheets, plus the comment and feed endpoints (Atom/RSS feeds under
/feeds/posts/default), are common. - Navigation and admin links. Default themes often include a Blogger navbar and links back to
blogger.comordraft.blogger.com.
Tools to confirm it
| Tool | What you do | What it reveals |
|---|---|---|
| View Source | Open the page source in your browser | generator meta set to blogger, b: tags, bp.blogspot.com image URLs |
| Browser DevTools | Inspect the Network tab and Elements panel | Asset requests to *.bp.blogspot.com and googleusercontent.com, widget IDs |
curl -I | Run curl -I https://example.com | Server and header hints; redirects toward blogspot.com infrastructure |
| Wappalyzer | Run the browser extension on the page | Flags Blogger in the CMS category |
| BuiltWith | Enter the domain on the BuiltWith site | Historical and current detection of Blogger |
For a broader walkthrough of identifying any content management system, see our guide on how to tell what CMS a website is using and the general primer on how to find out what technology a website uses.
Key Features
Blogger keeps its feature set deliberately small, which is part of its appeal.
- Free hosting on Google infrastructure. No hosting bill, automatic HTTPS, and a global CDN.
- Blogspot subdomain or custom domain. Start free on
blogspot.comand optionally map your own domain. - Template editor. Choose from built-in themes or edit the full theme XML for complete control over markup.
- Built-in widgets (gadgets). Drag-and-drop blocks for archives, labels, popular posts, profile, and search.
- Native Google integrations. Tight links with Google accounts, AdSense for monetization, and easy Google Analytics insertion.
- Comment system. Built-in commenting with moderation and spam controls.
- Labels and feeds. Tag-based organization plus automatic Atom and RSS feeds.
- Multi-author support. Invite contributors with author or admin roles.
Because there is no plugin marketplace, advanced functionality usually requires editing the theme XML and adding third-party JavaScript widgets manually.
A few features deserve a closer look because they shape how Blogger sites behave in the wild. The theme XML editor is unusually open: you can replace the entire template, which means experienced users can build genuinely custom designs, while beginners can stick with the visual theme designer. The layout editor exposes named sections into which gadgets are dropped, and those section and widget identifiers (main, sidebar, Blog1, HTML2) carry through to the rendered markup. The monetization path through AdSense is unusually direct because both products are Google's; linking an AdSense account and inserting ad units is a built-in option rather than a third-party integration. Finally, Blogger's multi-blog support lets a single Google account own many blogs, which is common among hobbyists who run several topical sites from one login.
Pros and Cons
Blogger's strengths and weaknesses both stem from its simplicity and its ownership by Google.
Pros
- Completely free, including hosting, bandwidth, and HTTPS.
- Extremely easy to start; you can publish your first post in minutes.
- Reliable uptime backed by Google's infrastructure.
- No server maintenance, updates, or security patching to manage.
- Native AdSense integration makes monetization straightforward.
Cons
- Limited features compared with WordPress, Ghost, or modern site builders.
- No real plugin ecosystem; extensibility relies on manual theme edits.
- Dated default themes and a smaller selection of modern designs.
- Platform risk: Google has discontinued products before, and your blog depends on a free service.
- Limited control over SEO technical details and site structure relative to self-hosted options.
- Migration away from Blogger can be awkward, though export tools exist.
Blogger vs Alternatives
Blogger competes with both hosted and self-hosted publishing tools. The right choice depends on how much control, cost, and feature depth you need.
| Platform | Hosting model | Cost | Extensibility | Best for |
|---|---|---|---|---|
| Blogger | Fully hosted by Google | Free | Low (theme XML only) | Hobby blogs, beginners, legacy sites |
| WordPress.org | Self-hosted | Hosting cost varies | Very high (60k+ plugins) | Serious blogs, businesses, full control |
| WordPress.com | Hosted by Automattic | Free tier plus paid plans | Medium to high (plan dependent) | Bloggers who want hosting handled |
| Ghost | Self-hosted or Ghost(Pro) | Paid (Pro) or self-host | Medium (integrations, themes) | Professional publishers, newsletters |
| Medium | Fully hosted | Free plus membership | Very low | Writers who want built-in audience |
If you are weighing a move to a more capable CMS, compare Blogger with our profiles of WordPress and Ghost, which cover the trade-offs in depth.
In short: choose Blogger when free and effortless matter most; choose WordPress when you need plugins, e-commerce, and deep customization; choose Ghost when publishing and newsletters are your focus.
The most instructive comparison is Blogger versus WordPress.com, because both are hosted and both have free tiers. WordPress.com offers a far richer feature set, a modern block editor, a large theme library, and clear upgrade paths to e-commerce and plugins on higher plans. Blogger counters with a genuinely free custom-domain mapping (you only buy the domain), zero upsell pressure, and the simplest possible publishing flow. For a writer who wants to type and publish with no decisions to make, Blogger is hard to beat; for anyone who expects to grow into a business site, WordPress in either form is the safer long-term bet. Against Medium, the calculus is different again: Medium provides a built-in reading audience but almost no design control or ownership, whereas Blogger gives you a site you control on a domain you can keep.
Use Cases
Blogger fits a recognizable set of scenarios.
- Personal and hobby blogs. Travel diaries, recipe collections, photography journals, and family updates where simplicity beats sophistication.
- First-time bloggers. People who want to learn blogging without paying for hosting or learning server administration.
- AdSense-monetized content sites. The native AdSense integration makes Blogger a low-friction way to run an ad-supported niche site.
- Legacy archives. Long-running blogs started years ago that continue publishing or simply remain online as an archive.
- Quick microsites. Lightweight informational sites where a full CMS would be overkill.
For competitive research and lead generation, identifying Blogger sites can also signal the maturity of a prospect's web stack, which pairs well with broader technology profiling.
Frequently Asked Questions
Is Blogger still around and supported?
Yes. Blogger remains an active Google product and continues to serve millions of existing blogs while accepting new ones. Google has added HTTPS, responsive themes, and ongoing maintenance over the years. That said, it receives fewer major feature updates than commercial platforms, so it is best viewed as a stable, low-change service rather than a rapidly evolving one.
How can I tell if a site is on Blogger if it uses a custom domain?
Check the page source for a generator meta tag set to blogger, look for image URLs on *.bp.blogspot.com or *.googleusercontent.com, and inspect the theme for b: namespace tags. Running the domain through Wappalyzer or BuiltWith, or examining headers with curl -I, will usually confirm Blogger even when a custom domain hides the blogspot.com address.
Is Blogger good for SEO?
Blogger handles the basics: clean HTTPS, automatic feeds, custom titles, meta descriptions, and labels. It is served from Google's fast infrastructure. However, you have less granular control over technical SEO than with a self-hosted CMS, and customizing structured data or advanced URL handling requires editing theme XML. For content-driven SEO it can work, but power users often outgrow it.
Can I move my content off Blogger later?
Yes. Blogger provides an export function that produces an XML file of your posts, pages, and comments. Tools and importers exist for migrating that export into WordPress and other platforms. URL structures differ, so plan redirects carefully to preserve any search rankings during a migration. The core service is also free, including hosting, bandwidth, and HTTPS on a blogspot.com subdomain, with the only optional cost being a custom domain you register and map yourself.
Want to identify the CMS, e-commerce, and marketing stack behind any site instantly? Try StackOptic at https://stackoptic.com.
Alternatives to Blogger
Compare Blogger
Analyze a Website
Check if any website uses Blogger and discover its full technology stack.
Analyze Now