Drupal Basic Configuration: Managing Website Info and Maintenance Mode Correctly
After installing Drupal, you should not start working directly on content, modules, or design adjustments without checking the basic website settings first. The basic configuration determines how your Drupal website appears to the outside world, which system email address is used, and how visitors are informed if your website is temporarily unavailable.
Two areas are particularly important: the website information and the maintenance mode. Both functions belong to the basic tasks of any Drupal administration and should be used deliberately for new websites, relaunches, updates, and technical maintenance work.
Why Basic Configuration is Important in Drupal
Drupal is a powerful content management system for websites, portals, corporate sites, associations, educational institutions, public authorities, and complex web projects. Precisely because Drupal is highly flexible, the basic settings should be maintained cleanly. Incorrect or incomplete information can lead to problems with system notifications, user registrations, password resets, search engine optimization, and visitor communication.
A common mistake is to leave the automatically set website name, a generic email address, or a default front page unchanged after installation. This makes the website look unfinished, notifications may end up in spam, or visitors do not see clear information during maintenance work.
Opening Website Information in Drupal
You can find the central information about your website in the Drupal backend under:
Configuration -> System -> Basic site settings
Depending on the Drupal version, installed language, and permission system, the labels may differ slightly. In a German-language Drupal installation, the area is usually called Website-Informationen. In an English installation, you will mostly find it under Configuration -> System -> Basic site settings.
Setting the Website Name
The website name is one of the most important basic entries in Drupal. Depending on the theme, it is used in the header area, in browser titles, in email notifications, or in internal system messages. Choose a clear, distinct name that corresponds to your brand, organization, or the purpose of the website.
For a corporate website, the official company name is recommended, for example. For a project, a customer portal, or a knowledge base, the name should be chosen so that users immediately recognize where they are.
- Good: CURIAWEB Customer Portal
- Good: Association Name Member Area
- Unfavorable: Drupal Website
- Unfavorable: New Page
A clear website name not only supports user-friendliness, but also SEO and AI-powered search systems. Search engines and AI answer engines can better categorize content when the website name, page title, meta information, and visible content are consistent.
Using a Slogan Effectively
The slogan is optional, but can be helpful depending on the type of website. It briefly describes what the website is about. Not every Drupal theme displays the slogan visibly, yet it can be useful for structure, branding, and internal consistency.
A good slogan should be short, easy to understand, and descriptive. Avoid overloaded phrasing or purely promotional sentences without informational value. For a Drupal website on a Swiss hosting provider, a slogan could be, for example:
Manage professional web content securely
For SEO and GEO, i.e., optimization for traditional search engines and AI-based answer systems, precise terms are valuable. Instead of a general slogan like We make the web better, a specific description is often more helpful, such as Drupal website for companies, associations, and organizations.
Configuring the System Email Address Correctly
The system email address is used by Drupal for automated notifications. This can include password resets, registration emails, contact form submissions, or system information. It is essential that this address matches your domain and is technically set up correctly.
If possible, do not use a private address like Gmail, Outlook, or GMX if your website runs under its own domain. A professional address is better, such as:
- noreply@yourdomain.ch
- info@yourdomain.ch
- support@yourdomain.ch
It is important that the email address exists or is correctly forwarded. Additionally, SPF, DKIM, and DMARC should be set up correctly for your domain. These DNS records improve deliverability and reduce the risk of Drupal system emails landing in the spam folder.
Checking the Front Page and Error Pages
In the basic site settings, depending on the Drupal configuration, you can also determine which page is used as the front page. By default, Drupal often shows an overview page or a generic front page. For a production website, you should define a clear, published, and search engine friendly front page.
Typical examples of front page paths are:
- /home
- /frontpage
- /node/1 for a specific Drupal content page
Make sure that the chosen front page is published and can be accessed by anonymous visitors. If the front page is accidentally visible only to logged-in users, visitors may see an error message or a blank page.
Custom error pages for 403 Access Denied and 404 Page Not Found can also be useful. A helpful 404 page improves user navigation, reduces bounce rates, and can direct visitors to important areas such as search, contact, or the home page.
Activating Maintenance Mode in Drupal
Maintenance mode is an important feature when making major changes to your Drupal website. While maintenance mode is active, normal visitors see a maintenance message. Administrators or authorized users can still log in and work on the website.
You can find the maintenance mode under:
Configuration -> Development -> Maintenance mode
How to activate maintenance mode:
- Log into the Drupal backend with an administrator account.
- Open Configuration -> Development -> Maintenance mode.
- Check the box Put site into maintenance mode.
- Enter a clear maintenance message.
- Save the configuration.
- Check the website in a private browser window or with a logged-out user.
When You Should Use Maintenance Mode
Maintenance mode should not be activated for every tiny text change. It is primarily useful when visitors might see faulty content, technical problems, or incomplete features during the work.
- Drupal Core Updates: Especially for security-relevant updates or version leaps.
- Module Updates: When critical modules, dependencies, or database updates are involved.
- Theme Changes: When design, layout, or templates are heavily modified.
- Database Work: For example, during migrations, imports, or major content adjustments.
- Troubleshooting: When a technical issue is being investigated and visitors should not access broken areas.
For minor editorial changes, new blog articles, or single image adjustments, maintenance mode is normally not required.
Formulating a Good Maintenance Message
A maintenance message should be short, friendly, and informative. Visitors should understand that the website is not offline permanently. Avoid technical details, error codes, or vague phrasing.
A good example:
We are performing technical improvements and will be back online shortly. Thank you for your understanding.
If your website is business-critical, you can additionally provide a contact option, such as an email address or phone number. However, make sure not to disclose any unnecessary internal information.
SEO Impacts of Maintenance Mode
A briefly activated maintenance mode is usually non-problematic for SEO. It becomes problematic if a website is unavailable for a long time or if search engines permanently see only a maintenance page. Therefore, plan maintenance work to be as short as possible and outside of peak visiting hours.
For search engines and AI systems, it is important that your website remains reliably accessible in the long term. A professional maintenance message is better than a technical error message, a white screen, or an incompletely loaded website. Nevertheless, maintenance mode should be deactivated immediately after the work is completed.
Working Securely During Maintenance
Maintenance work should be carried out prepared. Before making major changes, create a full backup of files and the database. Also, check if you have access to your hosting control panel, your database management, and if applicable, SSH or SFTP.
For administrators, the same security rules apply during maintenance as in normal operation. Use strong passwords, separate user accounts, and if possible, two-factor authentication. Do not work permanently with shared admin credentials; instead, assign personal user accounts with appropriate roles and permissions.
Checklist: Drupal Basic Configuration After Installation
- Website name set correctly and uniquely
- Slogan checked or deliberately left blank
- System email address entered with own domain
- Email deliverability checked via SPF, DKIM, and DMARC
- Front page correctly defined and publicly accessible
- 404 and 403 error pages checked or adjusted
- Maintenance message prepared
- Administrator accounts and permissions verified
- Backup created before major changes
- Maintenance mode deactivated after work
Frequently Asked Questions about Drupal Basic Configuration
Can I change the website name later?
Yes. The website name can be adjusted in the basic site settings at any time. Note, however, that depending on the theme, email templates, and configuration, the name can have a visible impact in multiple places.
Which email address should I use in Drupal?
An address under your own domain is recommended, for example info@yourdomain.ch or support@yourdomain.ch. This makes communication look more professional and deliverability can be better controlled.
Can administrators still see the website in maintenance mode?
Yes. Users with the appropriate permissions can still log in and edit the website. Normal visitors, on the other hand, see the configured maintenance message.
Is maintenance mode harmful to SEO?
In the short term, maintenance mode is generally not a problem. However, it should not remain active longer than necessary. After completing the work, the website should be unlocked immediately.
Should I create a backup before activating maintenance mode?
A backup is not strictly necessary before activating maintenance mode itself. However, before updates, module changes, database work, or theme adjustments, a full backup is highly recommended.
Conclusion
The basic configuration of a Drupal website seems simple at first glance, but it has a major impact on professionalism, security, user-friendliness, email deliverability, and search engine optimization. Take your time after installation to deliberately set up the website name, slogan, system email address, front page, and maintenance mode.
A cleanly configured Drupal website is easier to manage, looks more trustworthy, and provides a better foundation for future expansions, content, and SEO measures. Especially for business websites, customer portals, or multilingual projects, it pays off to maintain this foundation carefully.