> For the complete documentation index, see [llms.txt](https://docs.cloudimage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudimage.io/setup/shortening-urls/origin-url-prefix.md).

# Origin URL prefix

To make your Cloudimage URLs shorter and improve SEO, you can configure an *origin prefix*. For example, if your images are stored at the URL `https://hello.s3.aws.com/`, you can set up prefix URL:

<figure><img src="/files/HxvTrlSVtsOsV8QZhTfB" alt=""><figcaption></figcaption></figure>

When you use:

//<mark style="color:blue;">**token**</mark>.cloudimg.io/<mark style="color:red;">**photos/paris.jpg**</mark>?<mark style="color:orange;">**width=800**</mark>

Cloudimage will search the origin image at the URL:

<mark style="color:red;">**//hello.s3.aws.com/photos/paris.jpg**</mark>

By using the origin prefix, you can avoid exposing the URL of your media to users.

The *Origin URL prefix* will apply to all Cloudimage transformations for your token. Make sure that all your origin images are served from the *Origin URL prefix* domain. Should you have multiple source domains, then please use [aliases](https://docs.cloudimage.io/go/cloudimage-documentation-v7/en/domains-urls/aliases) instead.

{% hint style="info" %}
The Origin prefix will interfere with your Cloudimage Library stored assets. In order to use this feature in conjunction with the Cloudimage Library, please contact our support.
{% endhint %}

{% hint style="info" %}
If your origin server needs authentication, please refer to the [Connecting storage bucket](/setup/connecting-storage-bucket.md) section.
{% endhint %}
