> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/css/readme/free-listings/solve-css-not-selected-for-this-destination-for-free-listings.md).

# Solve 'CSS not selected for this destination' for Free Listings

Follow this guide if your products show the issue “CSS not selected for this destination” for Free Listings.

The **CSS not selected for this destination** error occurs when the Comparison Shopping Service (CSS) associated with your Merchant Center account hasn't been selected to represent your domain for Free Listings in Europe.

<details>

<summary>Why does this cause issues?</summary>

Google allows each merchant domain to select only one CSS for Free Listings in Europe.

If multiple Merchant Center accounts or CSSs are associated with the same domain, only offers uploaded through the CSS selected for Free Listings in Europe are eligible to show.

</details>

To resolve this, create a Google Merchant Center shell account, verify and claim your website URL, and select Channable CSS for Free Listings in Europe.

### <i class="fa-memo-circle-check">:memo-circle-check:</i> Before you start

**You'll need**

* Admin access to your website, or access to a supported verification method (e.g. Google Tag Manager, Google Analytics).
  * This is required to verify and claim your domain in the shell account

**Good to know**

* This won't affect your listings or cause downtime.
* Your product feeds and Shopping campaigns will continue running through Channable CSS.
* Changes to CSS settings can take up to 24 hours to take effect.

***

{% stepper %}
{% step %}

### Create an administrative (shell) Merchant Center account

1. In Google Merchant Center,[ create a new account](https://www.google.com/intl/en_us/retail/).
2. In the sidebar, go to **Settings > Business info**.
3. In the Details tab, at **Your online shop**, click **Add online shop**.
4. Enter your online store URL in the text field.
5. Click **Save**.

{% hint style="info" %}
This account is a shell account. Use it only to verify and claim your website URL, and to manage which CSS represents your domain for Free Listings.

Do not upload product data to this account.
{% endhint %}
{% endstep %}

{% step %}

### Verify and claim your URL

After you enter your URL, Google will ask you to verify that you own or manage the website.

1. Choose one of the available verification methods:
   * Use your eCommerce platform
   * Add an HTML tag or file
   * Use Google Tag Manager
   * Use Google Analytics
2. Select an option and follow the instructions that appear.
3. Click **Verify your online store**.

{% hint style="info" %}
Google may show a warning that another Merchant Center account already uses this domain. This is expected if your products are managed through a Merchant Center under another CSS.&#x20;
{% endhint %}

You can safely continue with the website claim for the shell account.

Once your website domain has been verified and claimed in the Google Merchant Center shell account, you can manage the authorized Comparison Shopping Services for that domain.
{% endstep %}

{% step %}

### Select Channable CSS for Free Listings&#xD;

Once your website has been claimed:

1. Go to **Settings > General**.
2. In the **Comparison Shopping Services** tab, expand **CSS selection**.
3. Hover over the row with **Channable CSS** and click <i class="fa-ellipsis-vertical">:ellipsis-vertical:</i> (the three dots).
4. Click **Make this the CSS for free listings in Europe**.

{% hint style="info" %}
You can also select Channable CSS for placing products outside of Europe. This setting affects both Shopping ads and Free Listings outside of Europe.
{% endhint %}
{% endstep %}

{% step %}

### Update your product source&#xD;

1. Go to your primary Merchant Center account that contains your product source.
2. Go to **Settings > Data sources**.
3. Click **Update** for the product source containing your products.

{% hint style="info" %}
It can take up to 24 hours for CSS authorization changes to apply.
{% endhint %}

After 24 hours, check your product status again. The issue should be resolved if Channable CSS has been selected successfully and your products meet Google’s Free Listings requirements.
{% endstep %}
{% endstepper %}

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/css/readme/free-listings/solve-css-not-selected-for-this-destination-for-free-listings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
