Creating XML Sitemaps
- How are images added to Sitemap?
- How are multilingual pages indicating in the Sitemap?
- How does filtering of unsupported content work?
- I have a very large website, what happens when number of scanned pages will go beyond the maximum allowed number of 50,000 URL?
- How to use data filters?
- How do I tell search engines about my Sitemap?
How are images added to Sitemap?
Generator allows to gather and add to the Sitemap file information on images, located on your website pages. For URL-sections of each page, on which images will be found, corresponding information will be added, according to the Google Sitemap-Image protocol.
Next example shows part of the record in Sitemap file for URL http://website.tld/sample.html, which has two images:
<url> <loc>http://website.tld/sample.html</loc> <image:image> <image:loc>http://website.tld/logo.jpg</image:loc> </image:image> <image:image> <image:loc>http://website.tld/photo.jpg</image:loc> </image:image> </url>
How are multilingual pages indicating in the Sitemap?
Mysitemapgenerator can find localized page versions targeting different languages and/or countries.
Our crawler handles HTML tags and HTTP headers.
An example of specifying alternate page URL via HTML Link Element (placed in the <head> section of a web page):
<link rel="alternate" href="http://www.website.tld/alternate_page.html" hreflang="en-GB" />
Link: <http://www.website.tld/alternate_page.html>; rel="alternate"; hreflang="en-GB"
The value of the hreflang attribute must indicate the language code in the ISO 639-1 format and optionally a country code in the ISO 3166-1 Alpha 2 format of an alternate URL.
How does filtering of unsupported content work?
Unlike the free version, where check of the links availability ends simultaneously with the end of the crawl process (when 500 URL were found), in the paid version of the generator check proceeds to the last link, even if the crawl is already completed. This guarantees that redirects or dead links will not be included into Sitemap.
Although this is in agreement with the Sitemaps protocol and is not an error, the possible presence of links, for example, redirect can cause a redirect corresponding warnings in Google Webmaster Tools on the presence of non-direct links in the website map.
I have a very large website, what happens when number of scanned pages will go beyond the maximum allowed number of 50,000 URL?
By default large sitemap is broken down in accordance with the sitemap protocol and search engines recommendations – you will get several Sitemap files, containing no more than 50,000 URL each.
Also you may choose the number of URLs per file by yourself.
How to use data filters?
Data filter – convenient tool used dudring the creation of sitemap, which allows along with page URL to specify the following important data for search engines: priority of particular pages in relation to other website pages and updating mode.
Additionally, filter allows excluding particular pages from the crawl process, which are not needed in the Sitemap file.
Data filters can be applied either for separate pages (for this you need to input full URI of the pages), or for groups of the pages (for this you need to input a part of URL, which corresponds to all similar pages. For example: ".jpg" or "/directory/files").
How do I tell search engines about my Sitemap?
To do this, register your website in webmaster services, provided by search engines (for example: www.google.com/webmasters for Google).
After registration, you will be able to submit your sitemap directly in your account.
Another common way is to include the following line in the robots.txt file:
Sitemap: http://website.tld/mysitemapfile2.xml
Sitemap: http://website.tld/mysitemapfile3.xml
- What are the steps to submit a Sitemap to Google Search Console?
- Pending for a new Sitemap to be fetched by Google
- How long does it take for Google to read and process a Sitemap?
What are the steps to submit a Sitemap to Google Search Console?
- Log in to your Google Search Console account.
- In the sidebar, select your property for the exact domain that you want to submit a Sitemap for.
- Navigate to the "Sitemaps" item under the "Index" section on the left site navigation pane.
- Enter your XML Sitemap URL in the "Add a new sitemap" field and click "submit".
Pending for a new Sitemap to be fetched by Google
After you submit a new Sitemap, it will appear in the "Submitted sitemaps" report list with the "Could'n fetch" status and no "last read" date.
Don't worry about it, it's just the initial status assigned by Search Console which means your file is pending processing.
After a while (usually a day or two) the status will change and the "last read" date will appear next to it.
How long does it take for Google to read and process a Sitemap?
There is no specific time provided by Google to complete the process. Google has an automated system that crawls websites and processes certain documents based on its algorithms and available crawl budget.
Therefore, for each specific website it may be different. You can track your Sitemap status by using the Sitemaps report provided by Search Console.
- What are the steps to submit a Sitemap to Bing Webmaster Tools?
- How long does it take for Bing to read and process a Sitemap?
What are the steps to submit a Sitemap to Bing Webmaster Tools?
- 1. Log in to your Bing Webmaster Tools account.
- 2. From the site selection list at the top, select your website that you want to submit a Sitemap for.
- 3. In the left sidebar, click "Sitemaps" and then "Submit sitemap" button at the top.
- 4. Enter your XML Sitemap URL into the text field and click "save".
Once you've submitted your Sitemap, you'll need to wait for it to be downloaded and processed by Bing.
How long does it take for Bing to read and process a Sitemap?
There is no specific time provided by Bing to complete the process.
Therefore, for each specific website it may be different. You can track your Sitemap status by using the Sitemaps report provided by Bing Webmaster Tools.
- What are the steps to submit a Sitemap to Yandex?
- How long does it take for Yandex to read and process a Sitemap?
What are the steps to submit a Sitemap to Yandex?
- 1. Log in to your Yandex Webmaster account.
- 2. At the top of the sidebar, select your website that you want to submit a Sitemap for.
- 3. In the left sidebar, click "Indexing options" and then "Sitemap files".
- 4. Enter your XML Sitemap URL into the text field and click "add".
Once you've added your Sitemap, you'll need to wait for it to be downloaded and processed by Yandex.
How long does it take for Yandex to read and process a Sitemap?
Yandex says that the Sitemap file is usually processed within two weeks of adding it to Yandex Webmaster.
You can track your Sitemap status by using the Sitemaps report provided by Yandex Webmaster.