> For the complete documentation index, see [llms.txt](https://docs.direqt-search.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.direqt-search.com/content-indexing/indexing-troubleshooting.md).

# Indexing Troubleshooting

### No Sitemap Found

This error occurs when no valid sitemap is detected at the expected location. A valid sitemap at your site root is recommended for optimal search performance.

#### **Troubleshooting Steps**

1. **Create a Sitemap**

   If your site doesn't have a sitemap, generate a sitemap in XML format following the [Sitemaps.org protocol](https://www.sitemaps.org/).&#x20;
2. **Place the Sitemap at Your Site Root**

   Ensure your sitemap is posted at your site root  (e.g., `https://yourdomain.com/sitemap.xml`)

### Invalid URL

This error occurs when the provided URL is incorrectly formatted, inaccessible, or blocked.

#### **Troubleshooting Steps**

1. **Check the URL Format**

Common issues:

* The URL is missing `https://` or `http://` (e.g., `example.com/page` instead of `https://example.com/page`).
* The URL contains spaces, special characters, or encoding errors.
* The URL is a relative path instead of a full link (e.g., `/page` instead of `https://example.com/page`).

2. **Verify URL Accessibility**

Common issues:

* The URL returns a 404 (Not Found) or 403 (Forbidden) error.
* The page is behind a login screen or restricted to specific users.
* The website is temporarily down&#x20;
* The page has a `noindex` meta tag preventing search engines from accessing it.
* The website has firewall or security settings blocking our crawler.


---

# 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://docs.direqt-search.com/content-indexing/indexing-troubleshooting.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.
