Whether you are running major core updates, redesigning your homepage, or fixing a critical error, you don’t want visitors to see your website while it is broken. Enabling a proper WordPress maintenance mode allows you to instantly lock down the frontend of your website. When enabled, it displays a professional maintenance page to visitors while allowing administrators to access the site normally.

AdminEase also ensures this process is safe for your search engine rankings by automatically sending SEO-friendly 503 headers and “Retry-After” instructions to search engines.

How to Enable Maintenance Mode

  1. Log in to your WordPress admin panel.
  2. Navigate to the AdminEase menu.
  3. Click on the Debug tab.
  4. Locate the Enable Maintenance Mode setting and toggle it to the ON position.
  5. Save your settings.

How It Works: Admins vs. Visitors

It is important to understand how traffic is handled once this feature is active:

  1. For Public Visitors: Anyone visiting your normal website URLs will be blocked from viewing your content. They will be presented with a maintenance page.
  2. For Administrators: You will not be locked out. Users with the edit_posts capability (like Administrators and Editors) can bypass the maintenance screen. You can continue to navigate the /wp-admin/ dashboard, install plugins, edit posts, and modify settings exactly as you normally would.
  3. Caching Plugins: AdminEase automatically tells common caching and minification plugins (like W3 Total Cache or Autoptimize) to bypass processing while maintenance mode is active.

Customizing Your Maintenance Page

Once enabled, you can fully customize the look and feel of the maintenance screen without writing any code:

  • Page Title: Set the title that appears in the user’s browser tab. (Defaults to your Site Name – Maintenance Mode).
  • Headline: Change the main heading displayed on the page.
  • Maintenance Message: Write a custom message to your visitors. You can even use basic HTML tags for formatting.
  • Show Site Logo: Toggle this on to automatically display your site’s logo from the WordPress Customizer settings.
  • Colors: Use the color pickers to customize the Primary Color, Secondary Color, and Text Color to match your brand’s aesthetic.

SEO Settings

AdminEase handles the technical SEO requirements of putting a site in maintenance mode automatically:

  • It sets an HTTP/1.1 503 Service Temporarily Unavailable header. This tells Google not to index the maintenance page, as the downtime is only temporary.
  • SEO Retry-After: You can define a specific number of seconds to tell search engines when they should come back to crawl the site again. The default is 3600 seconds (1 hour). You can set this to 0 to disable the Retry-After header entirely.