Page As Subdomain Lite
Convert page into Subdomain, instanly convert any wordpress page to subdomain, i.e page-name.site.com
The facts
- Rating
- 3.2★ from 11
- Active installs
- 500+
- Price
- Free
- Last updated
- 1 Jun 2026
- Added
- Oct 2015
- Requires WP
- 3.0.1
- Tested up to
- WP 7.0.4
- Downloads
- 47,429
Our analysis
AI-assistedPage As Subdomain Lite is a WordPress plugin that allows you to convert individual pages of your site into subdomains, which can enhance your site's SEO. To use it, you need to create a page, select it from the plugin's settings, and save. A wildcard subdomain setup may be required, which is often already configured by hosting providers.
This plugin is suitable for users looking to improve their site's SEO through subdomains without needing extensive technical knowledge. It is a free tool that can be beneficial for website owners who want to experiment with subdomain configurations.
Best for: Website owners looking to enhance SEO through subdomains.
What it does well
- ✓Converts single pages into subdomains
- ✓Free to use from the WordPress.org directory
- ✓User-friendly setup process
- ✓Compatible with WordPress version 7.0.4
Where it falls short
- •Requires wildcard subdomain setup
- •Limited to converting single pages only
- •Basic features compared to the Pro version
Verdict
Page As Subdomain Lite offers a straightforward way to create subdomains from pages, but its functionality is limited without the Pro version.
From the developer
M. Ali Saleem's own description of Page As Subdomain Lite, lightly tidied.
As the title WordPress Page as Subdomain Lite says it all this plugin convert any of your single page into sub domain used for wordpress seo.
WordPress Page as Subdomain Pro empower WordPress to easily convert any single page into Subdomains for website.
Important
Do not forget to setup a WildCard Subdomain.
Usage
With Better Voice
Simply Create a Page. Then Visit Pages > Subdomains > Select Page from dropdown and hit Save Settings.
You may require one time Configuration of adding Wildcard Subdomain but most of the Host already did it.
If you want to know how to add Wildcard Subdomain
Click here
Pro Features
-
Convert All Pages to Subdomain
-
Exclude Pages
-
Login Cookie
Related Plugins
Post As Subdomain Free
Post As Subdomain Pro
Category Subdomain Pro
WooCommerce Category Subdomain Pro
Page as Subdomain Pro
Troubleshoot
Getting Logged out issue?
Set following in your wp-config.php replace domain.com with your domain, notice the dot before domain.
define('COOKIE_DOMAIN', '.domain.com');
define('COOKIEPATH', '/');
define('COOKIEHASH', md5('domain.com'));
No �Access-Control-Allow-Origin�
Add following to your .htaccess file.