Questions tagged [xml-sitemap]

An XML sitemap is an XML file where you provide information about the pages, videos, and other files on your site, and the relationships between them. Questions related to how XML sitemaps affect SEO are off-topic for Stack Overflow. They may be on-topic at the Webmasters Stack Exchange.

An XML sitemap is an XML file where you provide information about the pages, videos, and other files on your site, and the relationships between them. Search engines like Google read this file to more intelligently crawl your site. A sitemap tells Google which pages and files you think are important in your site, and also provides valuable information about these files: for example, for pages, when the page was last updated, how often the page is changed, and any alternate language versions of a page.

The standard for the protocol can be found at https://www.sitemaps.org/

Here is the format of a basic XML sitemap:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
      <loc>http://www.example.com/</loc>
      <lastmod>2020-01-01</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
   </url>
</urlset> 
216 questions
0
votes
1 answer

How can I do Google Sitemap for Spring boot Application

I have a spring application deployed on the cloud server, digital ocean. i tried to generate the sitemap.xml file using https://www.xml-sitemaps.com/ but it only gives me one page. which can be access on https://hostname.com i would like my sitemap…
Taj Masindi
  • 136
  • 4
  • 10
0
votes
0 answers

Prestashop Sitemap don't reflect products I added in year 2018

I tried re-generating sitemap so many times from the Google sitemap module in Prestashop. But somehow it just wouldn't show the new products i have added in year 2018. See http://dreamscaper.sg/1_en_0_sitemap.xml If you scroll down, you can see the…
Ling
  • 1
0
votes
1 answer

Submit sitemaps using Python and Google Search Console API

I'm writing a Python script to submit sitemaps in a row to the Search Console. Python quickstart example is working OK : https://developers.google.com/webmaster-tools/search-console-api-original/v3/quickstart/quickstart-python I tried with the…
0
votes
3 answers

Google crawling XML file

I need xml file for indexing my website for google crawling. I'm using some software to make XML file. My question is do I need to list all dynamic pages. I mean like…
Jay
  • 1,384
  • 1
  • 17
  • 30
0
votes
1 answer

For XML Sitemaps, can a document contain multiple Protocol Extensions?

I did a lot of research before asking this question. I even went to Google and searched for "sitemap" filetype:xml -- to look at some big-league sitemap files to see if there was an answer here. Actual Question: XML sitemaps support "extensions":…
0
votes
1 answer

How get custom routes to show up in the google sitemap?

We are using the google sitemap module: https://github.com/wilr/silverstripe-googlesitemaps We have a TourPage.php which has custom routes on its controller, in our sitemap.xml it shows the parent page fine, but no routes are showing up: e.g At the…
ifusion
  • 2,163
  • 6
  • 24
  • 44
0
votes
1 answer

Drupal 8 sitemap

Which are the possible way to get an XML sitemap in drupal 8 for image and video? these are the module which i have tried Simple XML sitemap:- this is the format for the sitemap XML https://support.google.com/webmasters/answer/178636?hl=en instead…
mishal
  • 63
  • 11
0
votes
1 answer

Sitemap generators unable to generate sitemap

I have this website https://shopus.pk. I am unable to generate sitemaps using Sitemap generator tools. They just give error like "Error: 422 Unprocessable Entity" or just give me only 1 URL like following:-
Hussain Niazi
  • 579
  • 1
  • 3
  • 21
0
votes
1 answer

How to submit a sitemap for a dynamic website?

I created a dynamic sitemap, where I generate links from database and output an XML as the result (https://ufotoday.com/sitemap) Now, since this sitemap is changing all the time, do I need to anything to make google re-scan the sitemap (I'm not sure…
Yovav
  • 2,557
  • 2
  • 32
  • 53
0
votes
1 answer

Are the xsi and schema portions needed in an XML sitemap? What do they mean?

For the XML sitemap of my website, I noticed that different articles suggest different things. For example, prior to my page listings, some articles suggest starting it this way:
StudioB
  • 117
  • 9
0
votes
1 answer

Custom sitemap.xml for opencart multi stores

I am new to Opencart. I have 3 stores on one opencart platform and custom sitemap.xml file for each store. Any help would be appreciated in uploading/setting them.
user3282626
  • 99
  • 1
  • 10
0
votes
1 answer

Image sitemaps -- list same images on every page?

My website has very few images: 2 versions of the logo, a favicon, and a default user image. They are used on many pages. These images are also referenced from a /publicrelations page. The website also has an animated image that is only in the…
citizen
  • 353
  • 3
  • 13
0
votes
2 answers

Typo3 - dd_googlesitemap multiple sitemap

I am using following two extension: dd_googlesitemap and dd_googlesitemap_dmf I have two Sitemaps: Default pages: index.php?Eid=dd_googlesitemap My extension: index.php?Eid=dd_googlesitemap&Sitemap=DMF&selector=myExtSelector I need only one…
Stigi
  • 109
  • 1
  • 1
  • 8
0
votes
1 answer

Dynamic Sitemap Generation

I'm currently using a CMS solution that does not generate any type of Sitemap for use with Google/Bing/Yahoo!/etc. I've requested it for 4 years now but they do not show any interest in adding it any time soon. With that being said, I'm trying to…
twg_
  • 995
  • 2
  • 7
  • 15
0
votes
1 answer

sitemaps on cross submits

I went through the following link http://www.sitemaps.org/protocol.html for sitemaps & cross submits but did not get clarification if the following approach is correct or not: I've the following websites one for desktop users and other for mobile…
Kdev
  • 59
  • 2
  • 9