📝

General Tab

Free + PRO

The heart of configuration — title, SEO, notifications, countdown, security and GDPR in one place.

Title & Message

Free

Customize the main title and message displayed to visitors during maintenance. The title supports basic HTML (bold, italic, links) and the message can contain paragraphs. Live preview is available via the floating button in the admin.

Scheduled Maintenance

PRO

Set a start and end date and time to automatically activate maintenance. The plugin handles activation/deactivation without manual intervention. Ideal for planned updates outside peak hours. Auto-deactivation sends 'Notify Me' notifications if configured.

SEO & Search Engines

Free

Automatically enables the HTTP 503 code (Service Temporarily Unavailable) with a configurable Retry-After header in hours (24h default) and noindex/nofollow meta tag. Google understands the page is temporary and maintains your rankings. Compatible with Yoast SEO and Rank Math.

Powered by Credits

PRO

By default, a discreet 'Powered by 1001Web.ca' link appears at the bottom. The PRO version allows you to remove it completely for a 100% custom page matching your client's brand.

Notify Me Notifications

Free + PRO

Built-in free form that lets your visitors leave their email to be notified when the site reopens. The button text and confirmation message are customizable. A collected email counter displays directly in the admin section. Auto-send on reopening is available in PRO.

Turnstile CAPTCHA

Free

Cloudflare Turnstile protection on the 'Notify Me' form and visitor password form. Invisible to real visitors — only blocks bots. Requires site/secret keys from the Cloudflare dashboard (free). No Google reCAPTCHA needed.

Countdown Timer

FREE

Countdown in 3 visual styles: Boxes (classic), Minimal (clean) and Circles (animated). Auto-disables on expiration. When combined with scheduled maintenance, the countdown syncs with the end date. Displays days, hours, minutes and seconds.

GDPR Compliance

Free

Enables system fonts instead of loading Google Fonts — no requests to external servers. No third-party cookies, no tracking, no external analytics. Compliant with European GDPR and Quebec's Law 25. A simple toggle in the admin to enable it.

General Tab — all configuration sections

General Tab — all configuration sections

🎨

Appearance tab

Free + PRO

The richest tab — logo, presets, colors, typography, animations, video, parallax and social media.

Design Presets

PRO

14+ ready-to-use HD designs, one click applies a complete preset. Includes: Starter Gold, Chantier, Starter Sunset, Ciel & Sapins, Infrastructure, Minéral, Sable, Naturelle, Sombre, Verdure, Entreprise, Colline Maison, Rose Folle, Video Calm and more. PRO-only — the free version offers 5 complete themes to get started.

Custom Colors

Free

5 color pickers with individual opacities: background 1, background 2, title, message and button. Each color has an opacity slider from 0% to 100%. Changes are instantly visible in the preview.

Background Image

PRO

Upload your own background image from the WordPress media library. The image adapts automatically (cover, centered). Combines with container colors and opacity for a professional result.

Container Style

Free

Controls the appearance of the central content block: background color, opacity and drop shadow. Allows creating a floating card effect or transparent background depending on the desired design.

Typography & Google Fonts

Free + PRO

Full access to the Google Fonts library for title and message — hundreds of professional fonts. Custom font sizes (in pixels) are available in PRO. GDPR mode loads system fonts instead.

Entry Animations

Free

4 animation types: fade, slide, bounce and zoom — independently configurable for logo, text and buttons. Slide direction is customizable (up, down, left, right). Adjustable duration and delay.

Lottie Animations

PRO

Modern vector animations in Lottie format (JSON). Lightweight, scalable and smooth. Choose from built-in animations or paste the URL of your own Lottie file. Professional rendering without impacting performance.

YouTube Video Background

PRO

Integrates a YouTube video as page background — autoplay, looped, muted and without controls. Ideal for ambient videos (nature, timelapse, abstract). Royalty-free video recommendations are included directly in the interface.

3D Parallax Effect

PRO

Creates a 3D depth impression on mouse movement. Intensity is adjustable via a slider. Combines with HD presets and animations for a premium rendering. Works on desktop and gracefully disables on mobile.

Visitor Statistics

Free

Built-in counter displaying the number of unique visitors who viewed the maintenance page. Visible in the admin, useful for measuring traffic during maintenance periods.

Social Media Panel

PRO

Floating side panel with your Facebook, Instagram, LinkedIn, YouTube, TikTok, X (Twitter) links and contact info (phone, email). Automatically adapts to the active preset. Keeps you connected with clients even during maintenance.

Custom Presets

PRO

Save your current configuration as a reusable preset. Export it as a JSON file and import it to other sites. Ideal for agencies maintaining multiple client sites with consistent designs.

💡 Use Case

Scenario: Your client is a construction contractor. You choose the 'Construction' preset, add their logo, change the button color to their corporate orange, and enable the slide animation. In 3 minutes, their maintenance page is professional and on-brand.

Appearance tab — presets, colors, typography, animations

Appearance tab — presets, colors, typography, animations

🔐

Access Tab

Free + PRO

5 levels of access control — from simple password to custom tokens and detailed logs.

Visitor Password

Free

Share a secure password to give access to specific visitors. The password is hashed with bcrypt via wp_hash_password. Session cookies are SHA-256 signed with httponly, secure and samesite flags. Access duration is configurable (24h default) and all active accesses are revocable in one click.

Whitelist (Allow)

PRO

Grant access by WordPress roles (editor, author, etc.), specific IP addresses or ranges, User-Agent strings, country codes and URL patterns. WordPress administrators always have automatic access. Rules are cumulative — a visitor authorized by any criterion can access the site.

Blacklist (Block)

PRO

Block unwanted visitors even when maintenance is disabled. Same granular criteria as the whitelist: IP, User-Agent, country and URL with wildcard support. Useful against bots, scrapers and unauthorized access permanently.

Custom Access Tokens

PRO

Create unique named access links with a configurable expiration duration. Example: 'Client ABC — 48 hours'. Each token is independent and individually revocable. Ideal for sharing access with clients or collaborators without giving them the global password.

Blacklist Logs

PRO

Complete history of every access attempt blocked by the blacklist. Displays IP, User-Agent, requested URL and date/time. Buttons to refresh or clear logs. CSV export for external analysis or archiving.

Remote Control (Remote UX)

PRO

Activate or deactivate maintenance mode from anywhere in 3 secure steps: connect your site, verify identity, confirm action. Visual interface with tricolor indicators (green = online, yellow = in progress, red = maintenance). Works from maintenancegenius.ca without accessing the WordPress dashboard.

💡 Use Case

Scenario: You're developing a site for 3 stakeholders. The client receives a 48h 'Client ABC' token. The designer has their IP whitelisted. The writer is a WordPress editor. If the client's token leaks, you delete it and create a new one — without affecting other accesses.

Access Tab — password, lists, tokens, logs and remote control

Access Tab — password, lists, tokens, logs and remote control

🩺

Diagnostic tab

Free

8 automatic checks to confirm your maintenance is actually working — not just in theory.

Email delivery

Free

Sends a real test email to confirm wp_mail() works on your server. Without working email, subscriber notifications and admin alerts fail silently.

Maintenance page delivery

Free

Verifies the HTTP 503 code is properly returned while maintenance is active. Confirms Google and visitors see the correct response, not an error or a cached page.

Database write

Free

Writes, reads back and deletes a test value — including through the object cache (Redis/Memcached) if active. Detects object caches serving stale data, a common cause of hard-to-diagnose bugs.

Cache Guard (mu-plugin)

Free

Confirms the protective mu-plugin is in place. It intercepts requests before caching plugins to guarantee the maintenance page always displays — never a cached page.

Caching plugin conflicts

Free

Detects the presence of WP Rocket, W3TC, LiteSpeed, WP Super Cache, WP Fastest Cache, SiteGround Optimizer or WP-Optimize. Cache Guard normally handles these conflicts automatically.

WP-Cron

Free

Verifies scheduled tasks (scheduled maintenance activation/deactivation) can run at the planned time. Alerts you if DISABLE_WP_CRON is blocking the trigger.

Cloudflare Turnstile

Free

If Turnstile is enabled, confirms the site and secret keys are properly configured. Missing keys silently reject every protected form submission.

Server environment

Free

Summarizes your PHP, WordPress, HTTPS and security salts. Alerts you if your PHP version is end-of-life (EOL) — a security and performance risk.

Built-in support request

Free

4-step support form right in the admin: what's the issue, what happened, how to reach you, review and send. No need to leave WordPress to ask for help.

💡 Use Case

Scenario: A client reports the maintenance page isn't showing. You open the Diagnostic tab — the "Caching plugin conflicts" check flags WP Rocket active without a purge. You clear the cache manually, re-run diagnostics: everything's green.

Diagnostic tab — 8 automatic checks and support form

Diagnostic tab — 8 automatic checks and support form

⚙️

Advanced tab

Free

Advanced SEO, technical and monitoring settings, grouped into a dedicated tab for clarity.

Data & uninstall

Free

Controls what happens to your settings if the plugin is uninstalled. By default (off): your settings, presets and stats are kept for a lossless reinstall. Only enable this if you want a full cleanup.

HTTP 503 Code & Retry-After

Free

The plugin automatically returns an HTTP 503 code (Service Temporarily Unavailable) with a configurable Retry-After header in hours. Google understands it's temporary and doesn't penalize your SEO. Recommended value: 1 to 24 hours depending on planned maintenance duration.

Meta noindex / nofollow

Free

Option to add noindex and nofollow meta tags to the maintenance page. Prevents Google from indexing the temporary page. Compatible with Yoast SEO and Rank Math — the plugin disables their output on the maintenance page to avoid conflicts.

Powered by Credits

Free + PRO

By default, a small 'Powered by Maintenance GENIUS' link appears at the bottom of the page. PRO users can remove it for a 100% custom page matching their brand.

GDPR / Law 25 Mode

Free

A simple toggle to enable GDPR compliance: system fonts replace Google Fonts, no requests to external servers, no third-party cookies, no tracking. Compliant with European GDPR and Quebec's Law 25.

Turnstile Configuration

PRO

Enter your Turnstile keys (Cloudflare) to enable invisible CAPTCHA on the notification form and visitor access. Transparent anti-bot protection without disturbing real visitors.

Uptime monitoring

PRO

Automatically checks that your site responds, at the interval you choose (2 to 30 minutes). Clear visual status: online, offline, or monitoring paused. You get alerted before your visitors do.

Monitoring settings

PRO

Choose the check interval and the minimum delay between two notifications, to avoid being flooded with alerts if the site flaps. Option to keep monitoring active even when maintenance mode is off.

Email notifications

PRO

Add as many recipients as needed (one per line) — the whole team gets notified the moment the site goes down or comes back up.

💡 Use Case

Scenario: You launch a 4-hour maintenance for a redesign. You set Retry-After to 4 hours, enable noindex meta, and GDPR mode because the client is European. Google checks back after 4h and finds the site online — zero SEO impact.

Advanced tab — HTTP 503, GDPR, credits and Turnstile

Advanced tab — HTTP 503, GDPR, credits and Turnstile

🔑

License tab

Activate your PRO license in one click — key masked on display, deactivation possible anytime.

License Activation

PRO

Paste the PRO key you received by email after purchase. The status switches to "PRO License Active" with the key shown masked (e.g. MG-**************16). The license is managed via the built-in WHMCS Licensing system on client.1001web.ca, with domain verification. A "Deactivate license" button lets you remove it anytime.

License tab — one-click activation

License tab — one-click activation

Free vs PRO Comparison

Free PRO
Price0 $$49 CAD/year
Designs5 complete themes+ 14 HD & video presets
Remote controlRemote UX 3 steps
Coming Soon Mode (HTTP 200)
YouTube Video Background
Custom Background Image
Social Media Panel
Access TokensNamed + expiration
Whitelist/BlacklistWP RolesIP, User-Agent, country, URL
Auto Email Sending
Logs + CSV
Lottie + Parallax
Scheduled Maintenance
Countdown Timer3 styles
Remove Powered by
Custom Font Sizes
Custom PresetsSave/Export
AI Assistant5/day (your key)Unlimited
SupportCommunity24h Priority

1 domain • Priority support 24h

🚀

Coming Soon Mode

FREE

Your site doesn't exist publicly yet? Collect your first subscribers and prepare your launch — two plugins in one.

HTTP 200 + noindex

FREE

Unlike Maintenance mode (503), Coming Soon mode returns a 200 code with noindex — the correct behavior for a pre-launch site that shouldn't be indexed yet

A single toggle

FREE

Switch between Maintenance and Coming Soon from the General tab — the admin bar always shows the active mode (green badge in Coming Soon)

Dedicated Horizon theme

FREE

A complete theme designed for launches: design, typography and layout built to create anticipation. Shown at the top of the grid in Coming Soon mode

Pre-launch email collection

FREE

The "Notify me" form captures curious visitors' emails — build your subscriber list before you even open

Automatic launch notification

FREE

When you turn off the mode, every subscriber automatically gets an email: your opening day already has an audience

Launch countdown

FREE

Display your opening date with the 3-style countdown (free) — it disables itself automatically on expiry

Automatic canonical tag

FREE

Canonical meta tag automatically managed in Coming Soon mode — no conflicting SEO signals during pre-launch

💡 Use Case

Scenario: You're launching a store in 3 weeks. Coming Soon mode enabled, Horizon theme, countdown set. Visitors leave their email. Launch day: you flip the toggle — the site opens and every subscriber is notified automatically.

Coming Soon mode — Horizon theme and email collection

Coming Soon mode — Horizon theme and email collection

🖥️

AI tab

Free + PRO

API key, system information, security, backup, AI assistant and updates — all technical support in one tab.

AI API Key

Free + PRO

Set up your own Anthropic API key (BYOK — Bring Your Own Key). It's stored on your server and never passes through 1001Web. This key powers the AI assistant further down the same tab.

Plugin Information

Free

Displays the current plugin version (v2.9.127) and license status (Free or PRO Activated). Useful for technical support and quick verification of your installation status.

System Environment

Free

Details your server setup: WordPress version, PHP version, web server, allocated memory and upload limit. This information is essential for troubleshooting and technical support.

Plugin Security

Free

Real-time checks: CSRF protection (WordPress nonces), input sanitization, output escaping, permission checks, no direct SQL (WordPress Options API), and hashed passwords (bcrypt).

Backup & Migration

Free + PRO

Export your data (settings, presets, collected emails, access logs, full config) and import them into another site in one click. Free for basic settings, extended options in PRO.

AI Assistant

Free + PRO

Ask your configuration, troubleshooting or best-practice questions right in the admin. With your Anthropic API key (BYOK, it never leaves your server): unlimited, free questions.

Useful Links

Free

Direct access to technical support, the PRO purchase page and the 1001Web.ca website. Opens links in new tabs so you don't leave the admin interface.

Updates

Free

Shows the installed version and a button to manually check for a new version. Updates follow WordPress's native system and also appear under Plugins → Updates.

AI tab — API key, diagnostics, security, backup and assistant

AI tab — API key, diagnostics, security, backup and assistant

Ready to Protect Your Site?

Maintenance GENIUS — developed by 1001Web.ca since 2008 in Montreal.

📥 Download for free 📖 Full Documentation 📚 Knowledge Base
🤖

AI Assistant

Maintenance GENIUS — Instant Help
🤖
Hello! I'm the Maintenance GENIUS AI assistant. Ask me anything about the plugin — installation, configuration, presets, access, security, PRO, etc.