> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allgoodhq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage your landing page settings

> Control the default subdomain reference and the search-engine indexing policy that apply to every landing page on your edge domain.

**Landing Page** settings are site-wide: whatever you set here applies to every landing page hosted on your edge domain, not one page. This article covers two policies — where your pages are hosted, and whether search engines can index them. It also covers how to read the change history underneath them.

## Prerequisites

* Access to the **Landing Page** settings page
* A subdomain already registered on [Web Edge Sessions](/mk/settings/web-edge/sessions-setup) — until one is active, there's no default subdomain for this page to reference

## Hosting

The **Hosting** card shows your **Default subdomain** — for example, `demo.allgoodhq.net`. This field is read-only here; it's managed on [Web Edge Sessions](/mk/settings/web-edge/sessions-setup), and shown on this page for reference. Every landing page you publish is served at `{subdomain}/{slug}`, so the slug you give a page determines its URL under that subdomain.

## Control what search engines see

The **Indexing** card's **Robots posture** setting tells search engines whether your live landing pages should show up in search results. allGood applies your choice as the `X-Robots-Tag` header on every live page. That means it takes effect without you touching a single page's code.

<Frame caption="The Landing Page settings, with the robots posture.">
  <img src="https://mintcdn.com/allgoodtechnologyinc/bf1LRHwyriZvgDxT/images/mk/web-edge/setup-landing-page-settings.png?fit=max&auto=format&n=bf1LRHwyriZvgDxT&q=85&s=6af861f1e1d67db6cf91504dc3b75290" alt="The Landing Page settings, with the robots posture" width="1136" height="716" data-path="images/mk/web-edge/setup-landing-page-settings.png" />
</Frame>

<Steps>
  <Step id="open-landing-page-settings" title="Open Landing Page settings">
    Open **Landing Page** in your account settings.
  </Step>

  <Step id="choose-robots-posture" title="Choose your Robots posture">
    Under **Indexing**, open **Robots posture** and choose the option that matches whether you want your live landing pages found in search results.
  </Step>

  <Step id="click-save" title="Save your changes">
    Click **Save**.
  </Step>
</Steps>

<Note>
  Preview links are never indexed, no matter what Robots posture is set to. This setting only affects pages that are live. A per-page override isn't available yet — one posture applies to every landing page on your domain.
</Note>

Once saved, the new posture is now active. Every live landing page's `X-Robots-Tag` header reflects it right away, and a new entry appears in your change history below.

## Review your change history

The **Change history** card keeps every save you've made to this page. The most recent one is the value currently in use. Before you've changed anything, it shows **No changes yet — these settings are still at their defaults**. Use it to confirm what a policy used to be, or when it last changed, without asking around.

<Frame caption="The change history at the bottom of a settings screen.">
  <img src="https://mintcdn.com/allgoodtechnologyinc/bf1LRHwyriZvgDxT/images/mk/web-edge/setup-settings-history.png?fit=max&auto=format&n=bf1LRHwyriZvgDxT&q=85&s=f14587c6f4017973e88bee98aefff375" alt="The change history at the bottom of a settings screen" width="1105" height="408" data-path="images/mk/web-edge/setup-settings-history.png" />
</Frame>

If the issue doesn't resolve after saving, see the [Web Edge FAQ](/mk/settings/web-edge/faq).

## Related articles

* [Set up Web Edge Sessions for your site](/mk/settings/web-edge/sessions-setup)
* [Web Edge FAQ](/mk/settings/web-edge/faq)
* Create a landing page (TBD)
* Need the page-config API or slug-routing internals? See the developer reference: [Landing page settings](/mk/developer/web-edge/landing-page-settings)
