Subdomain and custom domain
Use the free subdomain or connect your own domain like blog.yourcompany.com with a CNAME.
Every blog gets a free subdomain, and you can connect your own domain.
Subdomain (default)
Your blog is live at your-slug.aiblogr.app. Change the slug under Settings → Blog site and the address updates with it.
Custom domain
- In Settings → Blog site, enter your domain (for example
blog.yourcompany.com). - Add a CNAME record at your DNS provider pointing the domain to
cname.aiblogr.app. - Once DNS propagates, your blog serves on that domain.
A custom domain is the simplest SEO-clean setup — one DNS record and you're done. Only the workspace owner can change domains.
Frequently asked questions
Subdomain, custom domain, or subdirectory — which should I use?
Use the subdomain to get started instantly. Use a custom domain (blog.yourcompany.com) for branding with one CNAME. Use a subdirectory (yoursite.com/blog) when you specifically want the blog under your main domain for SEO — that needs a reverse proxy (see the developer guide).