Features
What we configure in every WordPress Multisite deployment
A set of features we configure as standard in every Multisite deployment. Each element is designed with network security, performance across multiple sites, and ease of daily management in mind.
Roles and permissions
User hierarchy and access control
Multisite introduces an additional management layer: the Super Admin role, which governs the entire network, alongside individual site administrators with restricted permissions. We configure granular access so that a branch administrator can manage the content of their own site but cannot access network settings, install plugins, or view content belonging to other sites. For larger organizations we also create custom roles with precisely defined capabilities.
Plugins and themes
Managing extensions at the network level
Plugins and themes in Multisite can be activated globally (for the whole network) or individually (for selected sites). The Super Admin controls which plugins are available to site administrators and which are reserved at the network level. We test every plugin for Multisite compatibility before deployment, because not all WordPress extensions handle the Multisite architecture correctly.
Per-site SEO
Independent SEO optimization for each site
Every site in the Multisite network has its own technical SEO settings: unique meta tags, a separate XML sitemap, its own schema.org structured data, and an independent indexing configuration. We set up correct canonical URLs and hreflang tags for multilingual sites so that search engines treat each site in the network as a standalone entity with its own SEO profile.
Security
Multi-layered protection for the entire network
Multisite security requires a specific approach because a vulnerability in a single plugin can affect every site in the network. We deploy a network-level WAF firewall, brute-force login protection, isolation of upload directories between sites, daily malware file scanning, two-factor authentication for the Super Admin, and separate backups of individual sites with the ability to restore a single site without impacting the rest of the network.
Performance
Optimization for the load of multiple sites
A Multisite network with dozens of sites generates far heavier database load than a single WordPress installation. InnoDB buffer pool tuning, Redis object cache configuration, PHP-FPM process pool optimization, image compression to WebP/AVIF, and Core Web Vitals configuration are a standard part of our deployment. Every site in the network must load quickly regardless of traffic on the other sites.
Analytics
Google Analytics and conversion tracking per site
We configure separate Google Analytics 4 properties and Google Tag Manager containers for each site in the network, or a single GA4 property with separate data streams. Each site gets its own conversion, goal, and event tracking. For networks running advertising campaigns, we deploy ad pixels (Meta, Google Ads, LinkedIn) assigned to specific sites so that conversion data never bleeds between them.
GDPR
GDPR compliance for every site in the network
Each site in a Multisite network may collect personal data from different user groups and be subject to different privacy policies. We configure a GDPR-compliant cookie banner, separate privacy policies and data-processing notices for each site, forms for exercising data-subject rights (access, deletion, portability), and consent collection in contact forms. Sites in the network remain legally independent from one another.
Multilingual
Sites in multiple language versions
Multisite is a natural solution for organizations that need websites in several languages. Each language version operates as a separate site in the network with its own content, SEO meta tags, and hreflang configuration. Unlike multilingual plugins (WPML, Polylang) installed on a single site, the Multisite approach provides full content isolation between language versions and greater flexibility in configuring each one.