insight
TYPO3 multisite: many sites, one foundation
What is TYPO3 multisite? An approach to running several websites, brands or country sites in a single TYPO3 installation, with a shared foundation and separate content. It cuts maintenance when many sites belong together.
What multisite means
TYPO3 multisite describes running several websites in a single TYPO3 installation. Instead of standing up a separate system for each brand, country or location, all sites share one foundation: the same codebase, the same extensions, the same editing interface. Content stays cleanly separated, with each site having its own area, domain or path. TYPO3 is particularly well suited to this because multilingual content, tenants and granular permissions are built into the concept.
When it is worth it (and when not)
Multisite shines when many sites belong together and share similar structures, such as the country sites of a group, the brands of a holding, or the locations of a chain. Maintenance effort drops noticeably because central changes happen once instead of many times. It is less useful when there are just two very different sites that share almost nothing. In that case the setup effort outweighs the benefit, and separate installations are often the calmer choice.
Languages and permissions
The real leverage lies in combining languages, countries and permissions. In a multisite you can manage language versions in an orderly way, support translation workflows, and give editors exactly the areas they are responsible for. A country team sees and edits only its own site, while shared rules are set centrally. That creates consistency without losing local independence.
A practical example (anonymized)
In one project, an outlet presence was consolidated into a single TYPO3 multisite. Instead of many separate maintenance processes there was one foundation with clearly separated brand and country areas, a shared base and locally responsible editorial teams, built for fast on- and offboarding of individual outlet sites. The presence grew from 7 to 19 outlets across 9 countries, with markedly lower maintenance effort and a consistent presence.
Takeaway
Multisite is not an end in itself, it is an answer to a particular situation: many related sites that should be steered centrally and maintained locally. Where that applies, TYPO3 multisite saves time and money and keeps the sites consistent. Where it does not, honesty is in order, because the wrong use makes things more complicated rather than simpler.
questions