I have generated a sitemap from online generators, it seems to be working and even i tested it on old google search console sitemap testor and it works. but when i submit it in both versions it just displays error message.
Using the yoast SEO plugin which built out 10 sitemaps, the index got red the first time and only one of the sub-sitemaps did. I manually visited the other sitemaps (likely they took to long to respond I thought) and deleted the sitemap on google search console and re-uploaded. All were read that time.
7
Answers
Your sitemap domain address might have changed. If it is wordpress use yoast plugin, where search console will automatically consider sitemap.xml
In my case, it’s the sitemap that had a syntax error.
You should open sitemaps in Firefox, it will tell you if you have a syntax error.
This is a known bug. See this Google support answer.
I had this issue and it was because I didn’t set the content-type to
application/xml
This sitemap validator notified me of the issue: https://www.xml-sitemaps.com/validate-xml-sitemap.html
I had the same problem and the solution was very simple, just put the full path to your sitemap.
Where the console asks ‘add new sitemap’, instead of writing
/sitemap.xml
, write the full path, such ashttps://example.com/sitemap.xml
.That should fix the problem.
Using the
yoast SEO
plugin which built out 10 sitemaps, the index got red the first time and only one of the sub-sitemaps did. I manually visited the other sitemaps (likely they took to long to respond I thought) and deleted the sitemap on google search console and re-uploaded. All were read that time.Enter the full URL of your sitemap, e.g., https://example.com/sitemap.xml. Also, ensure your sitemap name does not include numbers and symbols.