Salin dan Bagikan
Cara Optimasi SEO untuk WordPress Multisite Network
WordPress Multisite presents unique SEO challenges. Learn how to optimize network-wide dan individual site SEO properly.
WordPress Multisite Overview
What is Multisite
Features:
- Single WP installation
- Multiple websites
- Shared plugins/themes
- Centralized management
URL Structure Options
Types:
1. Subdirectories: example.com/site1/
2. Subdomains: site1.example.com
3. Domain mapping: site1.com
Each has SEO implications.
SEO Implications per Structure
Subdirectory Multisite
SEO considerations:
Pros:
- Shares domain authority
- Single domain to manage
- Easier link building
Cons:
- Can't geo-target individual
- All sites share reputation
- One penalty affects all
Subdomain Multisite
SEO considerations:
Pros:
- Can geo-target per subdomain
- Somewhat isolated
- Separate GSC properties
Cons:
- Less authority sharing
- More complex management
- Google treats as separate
Domain Mapping
SEO considerations:
Pros:
- Completely independent SEO
- Full branding per site
- Individual geo-targeting
Cons:
- No authority sharing
- Multiple domains to manage
- Most complex setup
Network-Wide SEO Setup
SEO Plugin Selection
Options:
- Yoast SEO Premium (Multisite support)
- Rank Math (Network activation)
- All in One SEO (Multisite)
Network-activate for consistency.
Plugin Configuration
Network settings:
1. Network activate plugin
2. Set network defaults
3. Allow per-site override
4. Configure permissions
Consistent Settings
Network-wide:
- XML sitemap format
- Schema defaults
- Social media defaults
- Redirect rules
Per-Site SEO Strategy
Individual Site Optimization
Each site needs:
- Unique title/tagline
- Own meta templates
- Site-specific keywords
- Custom schema
Content Strategy
Consider:
- Avoid duplicate content
- Unique value per site
- Cross-linking strategy
- Content differentiation
Sitemap Management
Network Sitemap
Options:
1. Individual sitemaps per site
2. Network index sitemap
3. Domain-specific sitemaps
Sitemap Submission
Per subdomain/domain:
- Submit each to GSC
- Individual sitemap files
- Monitor separately
Subdirectory Sitemaps
Single domain:
- One sitemap index
- Or separate per site
- Consider sitemap limits
Google Search Console Setup
For Subdomains/Domains
Each site:
1. Add to GSC separately
2. Verify ownership
3. Submit sitemap
4. Monitor individually
For Subdirectories
Options:
1. Main domain only
2. URL prefix per site
3. Combines view
Robots.txt Configuration
Network Robots.txt
Challenge:
- WP Multisite has single robots.txt
- Applies to all sites
- May need customization
Custom Robots per Site
// functions.php or plugin
add_filter('robots_txt', function($output, $public) {
if (get_current_blog_id() === 2) {
// Custom rules for site ID 2
$output .= "Disallow: /custom-path/\n";
}
return $output;
}, 10, 2);
Cross-Linking Strategy
Internal Linking
Consider:
- Links between network sites
- Contextual relevance
- User journey
- Link equity flow
When to Cross-Link
Do if:
- Relevant content
- User benefit
- Same topic cluster
- Natural context
When to Avoid
Don't if:
- Forced/unnatural
- Completely different topics
- Link scheme appearance
- No user value
Avoiding Duplicate Content
Network-Wide Content
Risks:
- Syndicated content
- Shared posts
- Template content
- Legal pages
Solutions
Options:
1. Canonical to original
2. Unique content per site
3. Noindex duplicates
4. Completely rewrite
Canonical Implementation
<!-- On duplicate -->
<link rel="canonical" href="https://main-site.com/original-post/" />
Technical SEO for Multisite
Performance
Considerations:
- Shared hosting resources
- CDN per site/network
- Caching strategy
- Database optimization
Object Caching
Network-wide:
- Redis/Memcached
- Per-site cache
- Shared resources
CDN Setup
Options:
- Network-wide CDN
- Per-site CDN config
- Subdomain handling
Schema Markup
Network Schema
Shared:
- Organization (if same)
- Website type
- Default author
Site-specific:
- Local Business
- Product schemas
- Site-specific data
Implementation
// Per-site schema customization
add_filter('wpseo_schema_organization', function($data) {
$blog_id = get_current_blog_id();
if ($blog_id === 2) {
$data['name'] = 'Site 2 Name';
$data['url'] = 'https://site2.example.com';
}
return $data;
});
User Management SEO Impact
Author Pages
Considerations:
- Users can be on multiple sites
- Author pages per site
- Potential duplicate bios
Author SEO
Solutions:
- Noindex author pages
- Unique bios per site
- Canonical to main profile
Analytics Setup
GA4 for Multisite
Options:
1. Single property, multiple streams
2. Separate properties per site
3. Hybrid approach
Single Property Benefits
Pros:
- Network-wide view
- Cross-site tracking
- Simplified management
Separate Properties Benefits
Pros:
- Clean per-site data
- Easier access management
- Site-specific reports
Security and SEO
Network Security
Important because:
- One hack affects all
- Malware spreads
- Reputation damage network-wide
Security Measures
Implement:
- Network-wide security plugin
- Strong passwords
- Limited super admin access
- Regular updates
Multisite SEO Checklist
Initial Setup:
☐ Choose URL structure wisely
☐ Network-activate SEO plugin
☐ Set network defaults
☐ Configure per-site settings
Per Site:
☐ Unique titles/descriptions
☐ Site-specific keywords
☐ Custom meta templates
☐ Individual GSC setup
Technical:
☐ Sitemap per site/network
☐ Robots.txt configuration
☐ Canonical strategy
☐ Performance optimization
Content:
☐ Unique content per site
☐ Thoughtful cross-linking
☐ No duplicate content
☐ Site differentiation
Monitoring:
☐ Per-site GSC monitoring
☐ Network-wide analytics
☐ Security monitoring
☐ Regular audits
Common Multisite SEO Mistakes
Over Cross-Linking
Avoid:
- Linking every site to every site
- Footer link networks
- Unnatural patterns
Duplicate Content
Avoid:
- Same content on all sites
- Syndication without canonical
- Copied legal pages
Ignoring Individual SEO
Avoid:
- One-size-fits-all approach
- Same keywords all sites
- Neglecting site-specific needs
Kesimpulan
WordPress Multisite SEO requires balance antara network-wide consistency dan per-site optimization. Choose URL structure carefully, implement proper canonicals, dan create unique content per site. Monitor each site individually while maintaining network-wide SEO standards.
Artikel Terkait
Link Postingan : https://www.tirinfo.com/cara-optimasi-seo-wordpress-multisite/
Editor : Hendra WIjaya
Publisher :
Tirinfo
Read : 4 minutes.
Update : 7 January 2026