Subdomains
Jul 03, 2026
Subdomains are extensions of your domain name (e.g., blog.yourdomain.com) used to organize different parts of your website.
Before You Begin
- A primary domain already connected to your Websitely instance.
Creating a Subdomain
- Go to your DNS management page.
- Add a new CNAME or A record.
- Set the Host to your desired subdomain (e.g.,
blog). - Set the Target to your website’s IP address or the main domain.
- Save the record.
Best Practices
- Use subdomains for separate applications like testing environments, documentation, or international language versions of your site.
Frequently Asked Questions
Can I have unlimited subdomains?
Yes, you can create as many subdomains as your DNS provider allows.