Upload all the pages that matter in your site
Knowledge Base
> Add knowledge
> Sitemap
<priority>
tag, helping scrapers determine which pages to scrape first.https://<your_website>.com/sitemap.xml
or https://<your_website>.com/sitemap_index.xml
. If your website does not have a sitemap, you can use a tool like XML-Sitemaps.com to generate one or crawl a website instead.https://example.com
, try accessing https://example.com/sitemap.xml
.https://example.com/sitemap_index.xml
(for Yoast).robots.txt
file. Try accessing https://example.com/robots.txt
and see if there’s a sitemap URL mentioned there.site:example.com sitemap.xml
into the search bar and see if any results come up..htaccess
file (for Apache servers) or other server configuration files to see if there’s a rewrite rule or redirection related to the sitemap.