# Custom Domain

{% hint style="info" %}
Instead of using a default Maker link, your pages can live directly under your website—for example, `pages.yourbrand.com`.
{% endhint %}

### What You Can Do

* **Connect a custom domain** (e.g., `maker.yourbrand.com`)
* **Show Maker-generated pages directly** on your site—no iframe or embed code needed
* **Support full SEO benefits** since the content is hosted under your domain
* **Design microsites, event pages, or landing pages** without touching your website backend

***

### Step-by-step

1. **Publish a Project** in Maker
2. **Go to Domain Settings** → Click “Connect Domain”
3. **Enter your custom domain** (e.g., `pages.yourbrand.com`)
4. **Verify your domain**
5. **Done!** Your Maker content now appears on your domain.

> Example:
>
> * Default: `yourbrand.maker.new/launch-page-2509`
> * Custom Domain:  [**`pages.yourbrand.com/launch-page-2509`**](http://pages.yourbrand.com/launch-page-2509)

***

### Root Domain vs. Project Path

* **Root project**: Appears directly on the homepage of your domain (`pages.yourbrand.com`)
* **Other projects**: Available under slugs like `pages.yourbrand.com/my-story`

***

### Why Use This Instead of Embedding?

* No iframes = faster load times & fewer issues
* Keeps your content under your domain for SEO
* Perfect for microsites or standalone campaigns

***

{% embed url="<https://vimeo.com/1128775124?share=copy&fl=sv&fe=ci>" %}

***

### FAQs

<details>

<summary><strong>Q:</strong> Can I edit the project slug (like <code>/launch</code>)?</summary>

Slugs are auto-generated, but can be edited by clicking on the pencil icon.

<div align="left"><img src="/files/YyroNWyCO2na2eTtsQM4" alt="slug update.png" width="375"></div>

</details>

<details>

<summary><strong>Q:</strong> Will this affect our main website?</summary>

No. You can reserve a subdomain (like `maker.yourbrand.com`) just for Maker projects. It won’t interfere with your blog or shop.

</details>

<details>

<summary><strong>Q:</strong> Will SEO still work?</summary>

Yes—if you connect your own domain. Maker content hosted under your brand's domain will get full SEO visibility.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.maker.co/tips-and-tricks/custom-domain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
