{"id":5489,"date":"2021-07-27T09:46:28","date_gmt":"2021-07-27T07:46:28","guid":{"rendered":"https:\/\/help.marketingminer.com\/?post_type=kb&#038;p=5489"},"modified":"2021-08-06T14:44:18","modified_gmt":"2021-08-06T12:44:18","slug":"what-is-a-sitemap-and-how-to-create-one","status":"publish","type":"kb","link":"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/","title":{"rendered":"What is a sitemap and how to create one"},"content":{"rendered":"\n<p>A sitemap is an <strong>XML file<\/strong> that provides information about all the important pages, files, images, or videos on your website. It provides search engines with an overview of all available content that should be discovered, crawled, and indexed.&nbsp;<\/p>\n\n\n\n<p>It assists crawlers to understand what\u2019s on your website. It also helps to find pages that are not linked internally on the site.&nbsp;<\/p>\n\n\n\n<p>It\u2019s good practice to add your sitemap location to the <a href=\"https:\/\/help.marketingminer.com\/en\/article\/robots-txt-what-is-it-and-how-does-it-work\/\">robots.txt file<\/a>. Sitemap example:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Sitemap: https:\/\/www.marketingminer.com\/sitemap.xml<\/code><\/pre>\n\n\n\n<h2>How does an XML sitemap look like?&nbsp;<\/h2>\n\n\n\n<p><strong>Here\u2019s what a typical XML sitemap looks like:&nbsp;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"761\" height=\"396\" src=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/ukazka-sitemap-xml.png\" alt=\"Here\u2019s what a typical XML sitemap looks like\" class=\"wp-image-5454\" srcset=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/ukazka-sitemap-xml.png 761w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/ukazka-sitemap-xml-300x156.png 300w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/ukazka-sitemap-xml-150x78.png 150w\" sizes=\"(max-width: 761px) 100vw, 761px\" \/><\/figure>\n\n\n\n<p>Many CMS create and manage sitemaps automatically and they can look a bit different. However, their purpose is always the same.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"486\" src=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/yoast-seo-sitemap-xml-1024x486.png\" alt=\"YoastSEO XML sitemap\" class=\"wp-image-5457\" srcset=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/yoast-seo-sitemap-xml-1024x486.png 1024w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/yoast-seo-sitemap-xml-300x142.png 300w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/yoast-seo-sitemap-xml-768x364.png 768w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/yoast-seo-sitemap-xml-150x71.png 150w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/yoast-seo-sitemap-xml.png 1033w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>In the example above, you can see an automatically generated XML sitemap by <strong>YoastSEO<\/strong>, a <strong>WordPress plugin<\/strong>. Remember, it\u2019s not important how the sitemap looks like, it\u2019s all about the functionality.&nbsp;<\/p>\n\n\n\n<h3>Sitemap index<\/h3>\n\n\n\n<p>All sitemaps are limited to a maximum of <strong>50,000 URLs<\/strong>. If you exceed the limit, you will have to create a new one. If you break your list into multiple sitemaps, you can optionally create a <strong>sitemap index<\/strong>. A sitemap index is an XML file (same as a sitemap) that contains links to a number of sitemaps files.&nbsp;<\/p>\n\n\n\n<p>Let\u2019s take a look at an XML sitemap example to analyze its parts in more detail:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?>\n  &lt;sitemapindex xmlns=\"http:\/\/www.sitemaps.org\/schemas\/sitemap\/0.9\">\n    &lt;sitemap>\n      &lt;loc>https:\/\/www.marketingminer.com\/sitemap1.xml&lt;\/loc>\n    &lt;\/sitemap>\n    &lt;sitemap>\n      &lt;loc>https:\/\/www.marketingminer.com\/sitemap2.xml.gz&lt;\/loc>\n    &lt;\/sitemap>\n  &lt;\/sitemapindex>\n<\/code><\/pre>\n\n\n\n<h4>URL set<\/h4>\n\n\n\n<p>Every sitemap needs to have a <strong>&lt;urlset&gt;<\/strong> tag that describes which version of the XML sitemap protocol standard is used. You will often see version 0.9 which is supported by most search engines.&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;urlset xmlns=\"http:\/\/www.sitemaps.org\/schemas\/sitemap\/0.9\"><\/code><\/pre>\n\n\n\n<h4>URL<\/h4>\n\n\n\n<p>Now we get to the most important part, the <strong>&lt;url&gt; <\/strong>tag. Every URL definition can contain the following tags:&nbsp;&nbsp;<\/p>\n\n\n\n<ul><li><strong>&lt;loc&gt;<\/strong> \u2013 contains an absolute URL. It should reference the canonical URL of the page you want to index. This is the required property for all <strong>&lt;url&gt; <\/strong>tags.&nbsp;<\/li><li><strong>&lt;lastmod&gt;<\/strong> \u2013 references the time at which the content on that URL was last updated. The date is in <a href=\"https:\/\/www.w3.org\/TR\/NOTE-datetime\">W3C date-time format<\/a> (<strong>yyyy-mm-dd)<\/strong>.&nbsp;<\/li><li><strong>&lt;priority&gt;<\/strong> \u2013 specifies the priority of the URL, relative to all other links from the sitemap on a scale between 0.0 to 1.0. A higher number is more important.&nbsp;<\/li><li><strong>&lt;changefreq&gt;<\/strong> \u2013 represents how frequently content on the page is likely to change. This tag tells crawlers how often they should recrawl the page. Valid values: <em>always, hourly, daily, weekly, monthly, yearly, never<\/em>.<\/li><\/ul>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;url>\n     &lt;loc>https:\/\/www.marketingminer.com\/en&lt;\/loc>\n     &lt;lastmod>2020-10-08T13:32:20+00:00&lt;\/lastmod>\n     &lt;priority>1.00&lt;\/priority>\n     &lt;changefreq>monthly&lt;\/changefreq>\n&lt;\/url>\n<\/code><\/pre>\n\n\n\n<h2>Other sitemaps<\/h2>\n\n\n\n<p>Sitemaps don\u2019t only include website URLs, you can also create custom sitemaps for your media content as well as news sitemaps.&nbsp;<\/p>\n\n\n\n<ul><li><strong>Video sitemap<\/strong> \u2013 contains video information.&nbsp;<\/li><li><strong>Image sitemap<\/strong> \u2013 provides information about images on your website.&nbsp;<\/li><li><strong>Google News sitemap<\/strong> \u2013 this sitemap is useful especially for news sites when it\u2019s important for Google to discover news articles as quickly as possible. To achieve this, your website needs to be accepted into <strong>Google News <\/strong>first.&nbsp;<\/li><\/ul>\n\n\n\n<h3>Video sitemap<\/h3>\n\n\n\n<p>Video sitemap is a great way how to inform the crawler about your videos that are hosted on your own server to understand what the content is about. We recommend only adding new video content while it is still fresh.&nbsp;<\/p>\n\n\n\n<p>&nbsp;Here\u2019s what a video sitemap with all required parameters looks like:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;urlset xmlns=\"http:\/\/www.sitemaps.org\/schemas\/sitemap\/0.9\"\n        xmlns:video=\"http:\/\/www.google.com\/schemas\/sitemap-video\/1.1\">\n   &lt;url>\n     &lt;loc>https:\/\/www.marketingminer.com\/video\/sitemap.html&lt;\/loc>\n     &lt;video:video>                       &lt;video:thumbnail_loc>https:\/\/www.marketingminer.com.com\/thumbs\/sitemap.jpg&lt;\/video:thumbnail_loc>\n       &lt;video:title>XML sitemap file example&lt;\/video:title>\n       &lt;video:description>What sitemap.xml is and how to create it step by step\n         time&lt;\/video:description>\n       &lt;video:content_loc>\n          https:\/\/youtube.com\/sitemap_video.mp4&lt;\/video:content_loc>\n       &lt;video:player_loc>\n         https:\/\/www.example.com\/videoplayer.php?sitemap_video=123&lt;\/video:player_loc>\n      &lt;\/video:video>\n   &lt;\/url>\n&lt;\/urlset>\n<\/code><\/pre>\n\n\n<div class=\"mkb-shortcode-container\">        <div class=\"mkb-tip\">\n            <div class=\"mkb-tip__icon\">\n                <i class=\"fa fa-lg fa-lightbulb-o\"><\/i>\n            <\/div>\n            <div class=\"mkb-tip__content\">\n                <strong>TIP:<\/strong> Find out more information about video sitemaps (with optional tags included) in Google\u2019s documentation: <a href=\"https:\/\/developers.google.com\/search\/docs\/advanced\/sitemaps\/video-sitemaps\">https:\/\/developers.google.com\/search\/docs\/advanced\/sitemaps\/video-sitemaps<\/a>.             <\/div>\n        <\/div>\n        <\/div>\n\n\n<h3>Image sitemap<\/h3>\n\n\n\n<p><strong>Image sitemaps <\/strong>are vital for being found by search engine crawlers. They help Google discover images that wouldn\u2019t normally be found. For example, images that your site reaches with JavaScript code.&nbsp;<\/p>\n\n\n\n<p>Here\u2019s an example of image sitemap:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?>\n&lt;urlset xmlns=\"http:\/\/www.sitemaps.org\/schemas\/sitemap\/0.9\"\n        xmlns:image=\"http:\/\/www.google.com\/schemas\/sitemap-image\/1.1\">\n  &lt;url>\n    &lt;loc>https:\/\/www.marketingminer.com.com\/image_sitemap.html&lt;\/loc>\n    &lt;image:image>\n      &lt;image:loc>https:\/\/www.marketingminer.com.com\/sitemap.jpg&lt;\/image:loc>\n    &lt;\/image:image>\n   &lt;\/url>\n&lt;\/urlset>\n<\/code><\/pre>\n\n\n\n<p>Together with an <a href=\"https:\/\/help.marketingminer.com\/en\/article\/image-seo-what-is-alt-text-and-why-should-you-use-it\/\">alt tag<\/a>, image sitemaps provide crawlers with additional information about the images on the website.&nbsp;<\/p>\n\n\n<div class=\"mkb-shortcode-container\">        <div class=\"mkb-tip\">\n            <div class=\"mkb-tip__icon\">\n                <i class=\"fa fa-lg fa-lightbulb-o\"><\/i>\n            <\/div>\n            <div class=\"mkb-tip__content\">\n                TIP: Find out more about image sitemaps and best practices here: <a href=\"https:\/\/developers.google.com\/search\/docs\/advanced\/sitemaps\/image-sitemaps\">https:\/\/developers.google.com\/search\/docs\/advanced\/sitemaps\/image-sitemaps<\/a>.\u00a0            <\/div>\n        <\/div>\n        <\/div>\n\n\n<h3>Google News sitemap<\/h3>\n\n\n\n<p>If you want to increase the chances of your content showing in<strong> Google News<\/strong>, you should consider creating news sitemap that was created for this very reason.&nbsp;<\/p>\n\n\n\n<p>Here\u2019s the example of Google news sitemap:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?>\n&lt;urlset xmlns=\"http:\/\/www.sitemaps.org\/schemas\/sitemap\/0.9\"\n        xmlns:news=\"http:\/\/www.google.com\/schemas\/sitemap-news\/0.9\">\n  &lt;url>\n   &lt;loc>https:\/\/www.marketingminer.com\/en\/blog\/wordpress-plugin-v-1-0-launched.html&lt;\/loc>\n   &lt;news:news>\n   &lt;news:publication>\n     &lt;news:name>Marketing Miner for WordPress has launched&lt;\/news:name>\n     &lt;news:language>en&lt;\/news:language>\n   &lt;\/news:publication>\n   &lt;news:publication_date>2021-04-20&lt;\/news:publication_date>\n     &lt;news:title>Marketing Miner for WordPress has launched&lt;\/news:title>\n    &lt;\/news:news>\n  &lt;\/url>\n&lt;\/urlset>\n<\/code><\/pre>\n\n\n\n<p>Google news sitemaps are a bit different as they <strong>can\u2019t contain any articles that were published more than two days ago<\/strong>. The older URLs will be automatically removed from the news sitemap to only store the fresh content.&nbsp;<\/p>\n\n\n<div class=\"mkb-shortcode-container\">        <div class=\"mkb-tip\">\n            <div class=\"mkb-tip__icon\">\n                <i class=\"fa fa-lg fa-lightbulb-o\"><\/i>\n            <\/div>\n            <div class=\"mkb-tip__content\">\n                <strong>TIP:<\/strong> Learn more about Google News sitemaps here:\u00a0<a href=\"https:\/\/developers.google.com\/search\/docs\/advanced\/sitemaps\/news-sitemap\">https:\/\/developers.google.com\/search\/docs\/advanced\/sitemaps\/news-sitemap<\/a>.            <\/div>\n        <\/div>\n        <\/div>\n\n\n<h2>Do you need a sitemap.xml file?&nbsp;<\/h2>\n\n\n\n<p>Google finds new pages by crawling links it discovers on pages. But if your website is new without rich history, backlinks, and a great internal linking structure, it\u2019s really hard for search engine crawlers to discover your content.&nbsp;<\/p>\n\n\n\n<p>In this case, you need to implement a sitemap on your website to list all the important pages that you want search engine crawlers to find and index so users can see them in the search results.&nbsp;<\/p>\n\n\n\n<p>Here\u2019s when you should consider having a sitemap.xml file on your website:&nbsp;<\/p>\n\n\n\n<ul><li><strong>New websites &#8211; <\/strong>As we mentioned above, if you have a new website, make sure to create an XML sitemap and submit it to Google Search Console. Thanks to this action, Google will easily discover your content and index it.&nbsp;<\/li><li><strong>Large websites<\/strong> &#8211; If you have a website with lots of landing pages and poor internal linking structure, we recommend adding new landing pages to your sitemap dynamically to make sure the search engine crawler won\u2019t miss them. This is mainly the case for large eCommerce sites.&nbsp;<\/li><li><strong>News websites<\/strong> &#8211; Websites that regularly produce lots of timely and topical articles (typically news sites) should have sitemaps too. They improve how quickly Google crawlers find your newsworthy content to index and show it in Google News. For news sites, we talk about <a href=\"https:\/\/developers.google.com\/search\/docs\/advanced\/sitemaps\/news-sitemap\">Google News Sitemap<\/a> that we already mentioned above.&nbsp;<\/li><li><strong>Rich media content &#8211; <\/strong>As we discussed before if your media content is difficult to access (for example, images that your site reaches with JavaScript code), we recommend using different types of sitemaps (video, image\u2026).&nbsp;<\/li><\/ul>\n\n\n\n<h2>Learn about sitemaps<\/h2>\n\n\n\n<ul><li>Submitting a sitemap <strong>doesn\u2019t automatically guarantee<\/strong> the link referenced in it will be indexed and shown in the search results.&nbsp;<\/li><li>Each sitemap can include a maximum of 50,000 URLs and it must be no larger than 50 Mb. For large websites, we recommend creating a <strong>sitemap index <\/strong>file that contains links to all your sitemaps (in the image below, you can see how it looks like for WordPress).&nbsp;<\/li><li>You should only include <strong>indexable, canonical URLs<\/strong> to your sitemap. Make sure to use full <strong>absolute URLs<\/strong>, and not relative URLs.&nbsp;<\/li><li>Google recommends putting a sitemap file in the root directory of your website and naming it sitemap.xml.&nbsp;<\/li><li>Your sitemap index file must be <strong>UTF-8 <\/strong>encoded.&nbsp;<\/li><li>It\u2019s good practice to add your sitemap.xml to the <strong>robots.txt<\/strong> file.&nbsp;<\/li><\/ul>\n\n\n\n<h2>How to create sitemaps&nbsp;<\/h2>\n\n\n\n<p>When creating a sitemap, it\u2019s important to remember that you have to build it manually when not using a CMS that can create dynamically generated sitemaps. Let\u2019s take a look at both ways in more detail below.&nbsp;<\/p>\n\n\n\n<h3>Manually creating a sitemap&nbsp;<\/h3>\n\n\n\n<p>If you don\u2019t use a CMS with an automatically generated sitemap, you can create it manually (we recommend checking <strong>yourdomainname.com\/sitemap.xml<\/strong> first to make sure your sitemap doesn\u2019t already exist).&nbsp;<\/p>\n\n\n\n<p>In this instance, <a href=\"https:\/\/www.screamingfrog.co.uk\/xml-sitemap-generator\/\"><strong>Screaming Frog<\/strong><\/a> tool will be your best bet to generate a sitemap for free if your website doesn\u2019t have more than 500 URLs. If your site is large, you will have to consider paid options.&nbsp;<\/p>\n\n\n\n<p>We also recommend using the XML Sitemap Generator tool that crawls all your important web pages and automatically creates sitemaps: <a href=\"https:\/\/www.xml-sitemaps.com\/\">https:\/\/www.xml-sitemaps.com\/<\/a>.&nbsp;<\/p>\n\n\n<div class=\"mkb-shortcode-container\">        <div class=\"mkb-tip\">\n            <div class=\"mkb-tip__icon\">\n                <i class=\"fa fa-lg fa-lightbulb-o\"><\/i>\n            <\/div>\n            <div class=\"mkb-tip__content\">\n                <strong>TIP:<\/strong> Here\u2019s a list of recommended web sitemap generators by Google: <a href=\"https:\/\/code.google.com\/archive\/p\/sitemap-generators\/wikis\/SitemapGenerators.wiki\">https:\/\/code.google.com\/archive\/p\/sitemap-generators\/wikis\/SitemapGenerators.wiki<\/a>.\u00a0\u00a0            <\/div>\n        <\/div>\n        <\/div>\n\n\n<p>When your sitemap.xml file is generated, make sure to download it and upload it to the root of the website.&nbsp;<\/p>\n\n\n<div class=\"mkb-shortcode-container\">        <div class=\"mkb-tip\">\n            <div class=\"mkb-tip__icon\">\n                <i class=\"fa fa-lg fa-lightbulb-o\"><\/i>\n            <\/div>\n            <div class=\"mkb-tip__content\">\n                <strong>TIP<\/strong>: A search engine crawler doesn\u2019t have to necessarily find all important web pages and for this reason, we recommend looking at your generated sitemap.xml file first to ensure that all important pages, that you want to be indexed, are included.\u00a0            <\/div>\n        <\/div>\n        <\/div>\n\n\n<h3>WordPress<\/h3>\n\n\n\n<p>Most CMS such as WordPress, Prestashop, Joomla, Wix, or Shopify have plugins that generate dynamic sitemaps.xml files already.&nbsp;<\/p>\n\n\n\n<p>In this guide, we look at the most widely used CMS platform, WordPress, and how you can create sitemap.xml files by using<strong> Yoast SEO<\/strong> plugin.&nbsp;<\/p>\n\n\n\n<p>At first, you need to go to this page to download Yoast SEO plugin: <a href=\"https:\/\/wordpress.org\/plugins\/wordpress-seo\/\">https:\/\/wordpress.org\/plugins\/wordpress-seo\/<\/a>.&nbsp;<\/p>\n\n\n\n<p>After you download and install the plugin, go back to WordPress and in the left menu navigate to <strong>SEO &gt; General &gt; Features<\/strong> and in <strong>XML sitemaps<\/strong>, select <strong>ON<\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"797\" height=\"143\" src=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/wordpress-yoastseo-xml-sitemap.png\" alt=\"WordPress YoastSEO sitemap XML ON\" class=\"wp-image-5479\" srcset=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/wordpress-yoastseo-xml-sitemap.png 797w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/wordpress-yoastseo-xml-sitemap-300x54.png 300w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/wordpress-yoastseo-xml-sitemap-768x138.png 768w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/wordpress-yoastseo-xml-sitemap-150x27.png 150w\" sizes=\"(max-width: 797px) 100vw, 797px\" \/><\/figure>\n\n\n\n<p>Now, the Yoast SEO plugin can automatically generate a sitemap.xml file that will be available at <strong>yourdomainname.com\/sitemap.xml<\/strong> or <strong>yourdomainname.com\/sitemap_index.xml<\/strong> for the sitemap index.&nbsp;<\/p>\n\n\n\n<h2>How to add a sitemap to Google Search Console<\/h2>\n\n\n\n<p>When your sitemap.xml file is ready and uploaded to your website, you can submit it to Google to crawl it as soon as possible. There are more ways how to let Google know about your sitemaps.&nbsp;<\/p>\n\n\n\n<p>The quickest way to notify Google is to ping them specifically with the location of the sitemap: http:\/\/www.google.com\/ping?sitemap=<strong>yourdomainname.com\/sitemap.xml<\/strong><\/p>\n\n\n\n<p>After you submit your sitemap, you should see this message as confirmation that it has been received.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"69\" src=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/google-ping-sitemap-1024x69.png\" alt=\"Google sitemap ping\" class=\"wp-image-5460\" srcset=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/google-ping-sitemap-1024x69.png 1024w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/google-ping-sitemap-300x20.png 300w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/google-ping-sitemap-768x52.png 768w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/google-ping-sitemap-1536x104.png 1536w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/google-ping-sitemap-150x10.png 150w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/google-ping-sitemap.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>As you can see above, Google recommends adding your sitemap to <a href=\"https:\/\/search.google.com\/search-console\/about\">Google Search Console<\/a> to monitor its status of the submit or crawl and possibly other issues.&nbsp;<\/p>\n\n\n\n<p>Sign in to your Google Search Console account and navigate to <strong>Sitemaps<\/strong>. In this section, you can add your sitemap\u2019s URL (it\u2019s mostly sitemap.xml or sitemap_index.xml).&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"552\" src=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/add-a-new-sitemap-too-google-search-console-1024x552.png\" alt=\"Add a new sitemap to Google Search Console\" class=\"wp-image-5490\" srcset=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/add-a-new-sitemap-too-google-search-console-1024x552.png 1024w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/add-a-new-sitemap-too-google-search-console-300x162.png 300w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/add-a-new-sitemap-too-google-search-console-768x414.png 768w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/add-a-new-sitemap-too-google-search-console-150x81.png 150w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/add-a-new-sitemap-too-google-search-console.png 1424w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>And that\u2019s it! After you submit your sitemap files, you should see the <strong>Status<\/strong> column. This is where you can find out if the sitemap was loaded and processed successfully or with errors.&nbsp;&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"777\" src=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/sitemap-status-google-search-console-1024x777.png\" alt=\"Sitemap status processing in Google Search Console\" class=\"wp-image-5493\" srcset=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/sitemap-status-google-search-console-1024x777.png 1024w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/sitemap-status-google-search-console-300x228.png 300w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/sitemap-status-google-search-console-768x583.png 768w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/sitemap-status-google-search-console-150x114.png 150w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/sitemap-status-google-search-console.png 1428w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>After clicking on the <strong>See Index Coverage<\/strong> button or navigating to the <strong>Coverage<\/strong> section in the left menu, you can view detailed information about specific URLs that were crawled.&nbsp;<\/p>\n\n\n\n<p>It looks something like this:&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"940\" src=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/index-coverage-gsc-1024x940.png\" alt=\"Index coverage in GSC\" class=\"wp-image-5496\" srcset=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/index-coverage-gsc-1024x940.png 1024w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/index-coverage-gsc-300x275.png 300w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/index-coverage-gsc-768x705.png 768w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/index-coverage-gsc-150x138.png 150w, https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/index-coverage-gsc.png 1248w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>If you have any troubles with crawling and indexing your site, we recommend looking at the <strong>Sitemap errors<\/strong> section on this page to find out more details: <a href=\"https:\/\/support.google.com\/webmasters\/answer\/7451001#errors&amp;zippy=%2Ccomplete-error-list\">https:\/\/support.google.com\/webmasters\/answer\/7451001#errors&amp;zippy=%2Ccomplete-error-list<\/a>&nbsp;<\/p>\n\n\n\n<p>Learn more about what sitemaps and Google Search Console here:&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-rich is-provider-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Sitemaps in Search Console - Google Search Console Training\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/JlamLfyFjTA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2>Conclusion<\/h2>\n\n\n\n<p>If you use a CMS, like WordPress, it is relatively quick and easy to generate your sitemap by using their plugins.&nbsp;<\/p>\n\n\n\n<p>If not, you can create your sitemap manually or choose third-party tools to create it. These tools will crawl all your URLs and create a new sitemap that you will have to edit first to make sure it doesn\u2019t include pages you don\u2019t want to show up in the search results.&nbsp;<\/p>\n\n\n\n<p>Don\u2019t forget to submit your sitemap to Google to ensure that Googlebot will find and crawl it as soon as possible.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A sitemap is an XML file that provides information about all the important pages, files, images, or videos on your website. It provides search engines with an overview of all available content that should be discovered, crawled, and indexed.&nbsp; It assists crawlers to understand what&rsquo;s on your website. It also helps to find pages that &#8230; <a title=\"What is a sitemap and how to create one\" class=\"read-more\" href=\"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/\" aria-label=\"More on What is a sitemap and how to create one\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":[],"kbtopic":[36],"kbtag":[87,84],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is a sitemap and how to create one - Marketing Miner Knowledge Base<\/title>\n<meta name=\"description\" content=\"A sitemap is an XML file that provides information about all the important pages, files, images, or videos on your website. It provides search engines\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is a sitemap and how to create one - Marketing Miner Knowledge Base\" \/>\n<meta property=\"og:description\" content=\"A sitemap is an XML file that provides information about all the important pages, files, images, or videos on your website. It provides search engines\" \/>\n<meta property=\"og:url\" content=\"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/\" \/>\n<meta property=\"og:site_name\" content=\"Marketing Miner Knowledge Base\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/marketingminer\/\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-06T12:44:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/what-is-a-sitemap-and-how-to-create-one.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1233\" \/>\n\t<meta property=\"og:image:height\" content=\"692\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/what-is-a-sitemap-and-how-to-create-one.png\" \/>\n<meta name=\"twitter:site\" content=\"@marketingminer\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/\",\"url\":\"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/\",\"name\":\"What is a sitemap and how to create one - Marketing Miner Knowledge Base\",\"isPartOf\":{\"@id\":\"https:\/\/help.marketingminer.com\/en\/#website\"},\"datePublished\":\"2021-07-27T07:46:28+00:00\",\"dateModified\":\"2021-08-06T12:44:18+00:00\",\"description\":\"A sitemap is an XML file that provides information about all the important pages, files, images, or videos on your website. It provides search engines\",\"breadcrumb\":{\"@id\":\"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/help.marketingminer.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is a sitemap and how to create one\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/help.marketingminer.com\/en\/#website\",\"url\":\"https:\/\/help.marketingminer.com\/en\/\",\"name\":\"Marketing Miner Knowledge Base\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/help.marketingminer.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/help.marketingminer.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/help.marketingminer.com\/en\/#organization\",\"name\":\"Marketing Miner\",\"url\":\"https:\/\/help.marketingminer.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/help.marketingminer.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2020\/06\/cropped-Logo-01@3x.png\",\"contentUrl\":\"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2020\/06\/cropped-Logo-01@3x.png\",\"width\":4098,\"height\":819,\"caption\":\"Marketing Miner\"},\"image\":{\"@id\":\"https:\/\/help.marketingminer.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/marketingminer\/\",\"https:\/\/twitter.com\/marketingminer\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is a sitemap and how to create one - Marketing Miner Knowledge Base","description":"A sitemap is an XML file that provides information about all the important pages, files, images, or videos on your website. It provides search engines","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/","og_locale":"en_US","og_type":"article","og_title":"What is a sitemap and how to create one - Marketing Miner Knowledge Base","og_description":"A sitemap is an XML file that provides information about all the important pages, files, images, or videos on your website. It provides search engines","og_url":"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/","og_site_name":"Marketing Miner Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/marketingminer\/","article_modified_time":"2021-08-06T12:44:18+00:00","og_image":[{"width":1233,"height":692,"url":"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/what-is-a-sitemap-and-how-to-create-one.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2021\/07\/what-is-a-sitemap-and-how-to-create-one.png","twitter_site":"@marketingminer","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/","url":"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/","name":"What is a sitemap and how to create one - Marketing Miner Knowledge Base","isPartOf":{"@id":"https:\/\/help.marketingminer.com\/en\/#website"},"datePublished":"2021-07-27T07:46:28+00:00","dateModified":"2021-08-06T12:44:18+00:00","description":"A sitemap is an XML file that provides information about all the important pages, files, images, or videos on your website. It provides search engines","breadcrumb":{"@id":"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/help.marketingminer.com\/en\/article\/what-is-a-sitemap-and-how-to-create-one\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/help.marketingminer.com\/en\/"},{"@type":"ListItem","position":2,"name":"What is a sitemap and how to create one"}]},{"@type":"WebSite","@id":"https:\/\/help.marketingminer.com\/en\/#website","url":"https:\/\/help.marketingminer.com\/en\/","name":"Marketing Miner Knowledge Base","description":"","publisher":{"@id":"https:\/\/help.marketingminer.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/help.marketingminer.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/help.marketingminer.com\/en\/#organization","name":"Marketing Miner","url":"https:\/\/help.marketingminer.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/help.marketingminer.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2020\/06\/cropped-Logo-01@3x.png","contentUrl":"https:\/\/help.marketingminer.com\/wp-content\/uploads\/2020\/06\/cropped-Logo-01@3x.png","width":4098,"height":819,"caption":"Marketing Miner"},"image":{"@id":"https:\/\/help.marketingminer.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/marketingminer\/","https:\/\/twitter.com\/marketingminer"]}]}},"_links":{"self":[{"href":"https:\/\/help.marketingminer.com\/en\/wp-json\/wp\/v2\/kb\/5489"}],"collection":[{"href":"https:\/\/help.marketingminer.com\/en\/wp-json\/wp\/v2\/kb"}],"about":[{"href":"https:\/\/help.marketingminer.com\/en\/wp-json\/wp\/v2\/types\/kb"}],"author":[{"embeddable":true,"href":"https:\/\/help.marketingminer.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/help.marketingminer.com\/en\/wp-json\/wp\/v2\/comments?post=5489"}],"version-history":[{"count":3,"href":"https:\/\/help.marketingminer.com\/en\/wp-json\/wp\/v2\/kb\/5489\/revisions"}],"predecessor-version":[{"id":5590,"href":"https:\/\/help.marketingminer.com\/en\/wp-json\/wp\/v2\/kb\/5489\/revisions\/5590"}],"wp:attachment":[{"href":"https:\/\/help.marketingminer.com\/en\/wp-json\/wp\/v2\/media?parent=5489"}],"wp:term":[{"taxonomy":"kbtopic","embeddable":true,"href":"https:\/\/help.marketingminer.com\/en\/wp-json\/wp\/v2\/kbtopic?post=5489"},{"taxonomy":"kbtag","embeddable":true,"href":"https:\/\/help.marketingminer.com\/en\/wp-json\/wp\/v2\/kbtag?post=5489"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}