Yola is a website builder with a single-owner account model. Each account can manage multiple sites.
Permission Model
| Access Level | Edit Sites | Domain Management | Billing | Custom Code | Publishing |
|---|---|---|---|---|---|
| Account Owner | Yes | Yes | Yes | Yes (Premium) | Yes |
Yola does not support team collaboration or multiple user roles. The account owner has full control.
Analytics Integration
Add tracking via the site editor's HTML widget or site settings:
<!-- Yola: Use an HTML widget or Site Settings > Tracking Code -->
<!-- Add to every page via the site-wide header: -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');
</script>
Yola may also offer a Google Analytics integration field in Site Settings > SEO.
Custom Roles
Yola does not support custom roles or team collaboration.
Best Practices
- Use the built-in tracking code field when available
- For Premium plans, use the custom HTML header for GTM or additional analytics
- Yola provides basic built-in analytics -- use as a baseline before adding external tools
- Secure the account with a strong password since there are no per-site permission controls
- If managing multiple sites, track which sites have analytics configured