Questions tagged [xml-sitemap]
XML Sitemaps are files that list all the important URLs on a website so that search engine crawlers can efficiently and fully crawl a website.
345
questions
2
votes
0
answers
36
views
Manage sitemaps for multiple sites in Google Search Console
We are dynamically generating sitemap.xml files and hosting them on content delivery network (CDN) which is not on our primary web site domain.
Primary website: https://bla.example/sitemap-index.xml &...
1
vote
1
answer
21
views
All-In-One-SEO plugin sitemap is blank
recently I was working on a project and needed to upload the sitemap to Google search console, I am using All-in-One-SEO plugin for generating sitemap and SEO of this site.
However when I go to the ...
0
votes
0
answers
21
views
Google Search Console Indexed, not submitted in sitemap [duplicate]
I've attempted to index my new site but on the Coverage section for the URL inspection, I get the following issue>
Indexed, not submitted in sitemap
I'm not sure if it's due to the Sitemaps being ...
1
vote
0
answers
13
views
Why can’t I find my Yoast sitemap in the root directory?
I use Yoast on my WordPress website. When I visit mysite.com/sitemap_index.xml, I can see the sitemap but when I look in the root directory, there is no file as sitemap. I tried “show hidden files” on ...
2
votes
1
answer
19
views
Googlebot is crawling unpublished pages from Adobe AEM and getting 404 errors
My company is currently using Adobe AEM as a CMS for our company website. We are currently having issues with 4xx errors appearing specifically 404 as unpublished pages are still being crawled. What ...
3
votes
1
answer
161
views
Redirect Errors in Google Search Console when trying to index site
I've built a small site for a local trader which is not a complicated site in any way. In fact it is 100% static. I have a few years experience and in that time have never encountered an error with ...
1
vote
1
answer
96
views
Extract URLs from all Child XML sitemaps found in Sitemap Index
I have a main XML Sitemap Index https://www.example.com/sitemap-index.xml that has multiple child XML sitemaps underneath it:
https://www.example.com/sitemap1.xml
https://www.example.com/sitemap2.xml
...
0
votes
0
answers
10
views
Google Search console cannot fetch my sitemap [duplicate]
I am using Wordpress. My sitemap definitely exists at https://www.example.com/sitemap.xml but when I try to put it on Google search console it shows in red letters under status "Couldn't fetch&...
2
votes
2
answers
66
views
Cannot upload sitemap from other domain in Google Search Console
In the screenshot of Google Search Console below, I am looking at my property at example.com/my-site.
The black scribble is my site at example.com/my-site, and the yellow is me attempting to link my ...
2
votes
1
answer
205
views
Semrush says sitemap.xml contains an incorrect page due to non-canonical URL
I am having an issue with my home page or index.php page. When I set canonical to
<link rel="canonical" href="https://example.com/" />
I get an SEO error from Semrush for ...
3
votes
1
answer
263
views
sitemap.xml not rendered as XML document in browser
I have created an simple sitemap.xml where I followed all the information I found in https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap#xml
Unfortunately, whenever I open the ...
2
votes
2
answers
117
views
For a single page app, What is the proper way to offer large sitemap.xml files to webcrawlers?
I am building a single page app (SPA) with Angular. The data to be displayed inside the app is fetched from the backend using REST calls. It concerns a social media website which means it will have a ...
2
votes
2
answers
67
views
What happens when you submit a sitemap to google for a website that is not up yet?
I'm building an angular web application that is able to periodically autogenerate sitemaps.
Once it is done autogenerating all the sitemaps it automatically informs google of the location of the ...
2
votes
2
answers
63
views
Why is google search console misreading my URLs and sitemap.xml?
I have a very stranget issue on my site with Google Search Console.
I've added my sitemap here: https://formulastocks.com/sitemap.xml
which links to 2 other site maps:
https://formulastocks.com/...
0
votes
0
answers
28
views
Sitemap for multilingual e-commerce site with multiple markets
I have an e-commerce site which have multiple languages and markets, using the following URL structure:
site.com/{market}/{language}/some/page, e.g. site.com/eu/sv/some/page. Currently, the users can ...