# Search Engine Crawling

**By default, the Inveterate Landing Page is set to be crawled and indexed by Google and other search engines.**

There will be situations where you may want to prevent Google from indexing your Landing Page, follow the instructions below to block your Landing Page from Google search results.

1. Navigate to your theme in Shopify
2. Open the theme code editor
3. Find your Theme.Liquid file
4. Insert the code below anywhere between your \<head> and \</head> tags

```
{% if request.path == '/community/membership' %}
  <meta name="robots" content="noindex,nofollow">
{% endif %}
```

<div data-full-width="true"><figure><img src="/files/ok6nbm4Bqm6f7EcKH8zC" alt=""><figcaption></figcaption></figure></div>


---

# 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://help.inveterate.com/help-center/advanced-guides/search-engine-crawling.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.
