Configuring Website Global Settings
Global settings control how your entire website behaves by default. Configuring them correctly from the start saves you from having to fix individual pages later. This guide covers every major global setting category: general site info, SEO defaults, email configuration, performance, and maintenance mode.
1. General Site Information
Access general settings from Settings > General in your dashboard. Key fields include:
- Site Title: Your website's name. Appears in the browser tab, search results, and social shares. Keep it under 60 characters.
- Tagline / Description: A short phrase describing what your site does. Used in meta descriptions if no page-level description is set.
- Site URL: The canonical web address of your site (e.g., https://www.isusoworks.ca). Should always use HTTPS.
- Admin Email: The email address that receives system notifications, form submissions, and security alerts.
- Timezone: Set this to your business's local timezone. Affects scheduled post publishing times and timestamp displays.
- Date and Time Format: Choose a format consistent with your region (e.g., MM/DD/YYYY for North America).
- Language: Sets the default language for the admin interface and can affect how dates and numbers are formatted.
Use a Monitored Email Address
The admin email receives important notifications including security alerts, failed login attempts, and new form submissions. Make sure it is an address your team actively monitors, not a generic or unmonitored inbox.
2. SEO Default Settings
Global SEO settings establish defaults that apply to every page that does not have its own SEO configuration. Find these in Settings > SEO or your SEO plugin's dashboard.
Title Tag Format
Define how page titles are constructed site-wide. A common pattern is:
For example: Web Development Services | Isuso Works
Default Meta Description
Write a fallback meta description (150-160 characters) that will be used on any page without a custom one. Make it informative and include your primary keywords.
Social Sharing (Open Graph)
- Default OG Image: A fallback image (1200 x 630 px) shown when a page is shared on social media without its own featured image
- Twitter Card Type: Set to "summary_large_image" for maximum visual impact on Twitter/X
3. Email Configuration
Your website sends automated emails for contact form confirmations, account creation, and notifications. Proper email configuration prevents these from landing in spam folders.
SMTP Settings
By default, many platforms use the server's local mail system, which has poor deliverability. Configure an SMTP provider instead:
- SMTP Host: Your mail server address (e.g., smtp.gmail.com)
- SMTP Port: 587 (TLS) or 465 (SSL)
- Username / Password: Your email account credentials
- From Name: How your business name appears in recipients' inboxes
- From Email: The reply-to address (e.g., info@isusoworks.ca)
Test Your Email Configuration
After setting up SMTP, use the "Send Test Email" button available in most settings panels. Send a test to your personal email and verify it arrives correctly formatted and not in spam. Also check that form submission confirmation emails work end-to-end.
4. Performance Settings
Global performance settings affect every page on your site:
- Caching: Enable page caching to serve static versions of your pages to visitors, reducing server load and improving load times. Set a cache expiry appropriate to how often your content changes (e.g., 24 hours for a mostly static site).
- Image Optimization: Enable automatic image compression and WebP conversion if supported by your platform.
- Lazy Loading: Enable lazy loading for images so they only load as visitors scroll down the page.
- Minification: Enable CSS and JavaScript minification to reduce file sizes by removing whitespace and comments.
5. Maintenance Mode
Maintenance mode temporarily shows a holding page to visitors while you make significant changes to the site. You can still log in and work on the backend normally.
To enable maintenance mode:
- Go to Settings > Maintenance or your maintenance plugin
- Enable maintenance mode and set a custom message for visitors (e.g., "We are updating the site. Back online shortly.")
- Optionally set an expected return date/time to display to visitors
- Remember to disable maintenance mode when your work is complete
Remember to Disable Maintenance Mode
It is easy to forget to turn off maintenance mode after making changes. Set a reminder. A site stuck in maintenance mode will turn away visitors and affect search engine indexing. Some teams use a checklist that includes "disable maintenance mode" as a deployment step.
6. User Registration Settings
Control whether visitors can create accounts on your website:
- Allow Registration: Enable this if you want a member area, e-commerce customers, or a community
- Default Role for New Users: Set to Subscriber or Customer for public registrations. Never default to Editor or Administrator
- Email Verification: Require users to verify their email before accessing the site. Prevents spam accounts
- Admin Approval: Optionally require an admin to approve new accounts before they are activated
7. Summary
Take time to review all global settings when you first launch your website and after any major platform update. Key actions:
- Set site title, description, timezone, and admin email accurately
- Configure SMTP for reliable email delivery
- Enable caching and image optimization for better performance
- Limit default new user roles to prevent accidental privilege escalation
- Test all settings after changes, especially email configuration
Related Articles
Managing User Roles and Permissions
Control who can access your website backend
Optimizing Website Performance
Advanced techniques for a faster website
Regular Website Maintenance Checklist
Keep your site healthy with routine checks
Creating and Editing Pages in Your CMS
Manage your website content effectively