# How to add Sitemap to submit to Google Search Console

This page will help to create a sitemap file to submit to [Google Search Console](https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap) . This lets Google crawl your site for better SEO purposes. This feature is available in paid plans.

{% hint style="warning" %}
This feature is available only in paid plans.
{% endhint %}

This feature is available only in paid plans.

Please follow the below steps.

1. Goto your Google spreadsheet
2. Goto 'DONT EDIT' sheet. In Column A, if you see "Sitemap", ignore Step 3 and move to Step 4.
3. Add a new cell in Column A as - "Sitemap" (without quotes)&#x20;
4. Now goto "OtherSettings" sheet and you should see a row as Sitemap&#x20;
5. Enter your Sitemap XML or Sitemap Text in the cell next to Sitemap.
6. Now goto your domain name and try the page /sitemap&#x20;
7. Example : <https://yourdomainame.com/sitemap>
8. Submit your Sitemap in Google console.

{% hint style="info" %}
Sitemap feature supports both XML and text formats.
{% endhint %}

**See samples below.**

* **XML Sitemap sample:**

1. Google sheet: <https://docs.google.com/spreadsheets/d/1zI-7WUP5dJtWIgaPwk9N-DMdUFvlF1LmwFGREVrAfHo/edit#gid=302271975>&#x20;
2. Sitemap Link : <https://sitemapxml.siteoly.com/sitemap>

* **Text Sitemap sample:**&#x20;

1. Google sheet: <https://docs.google.com/spreadsheets/d/1mE4ncXgfFgxBtkFCc5Zl-D8hqFpwu7UNs04kndpceBk/edit#gid=1366747567>
2. Sitemap Link : <https://sitemaptext.siteoly.com/sitemap>&#x20;


---

# 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.siteoly.com/advanced/how-to-add-sitemap.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.
