Problems with the sitemap google search

Hello
I am developing this site https://hipercursosonline.ga/
However, when trying to insert his sitemap into google search, the error “Could not read the sitemap” appears and more
nothing, the sitemap is accessible and saying that it can be indexed without errors.
I’ve tried to do with several plugins but the result is always the same.

I’ve been breaking my head for 2 days but nothing has resolved :slightly_frowning_face:

Here I will leave the print link… (in Portuguese)
https://drive.google.com/file/d/1_Po14KwauDafxucgR8b6fO_V-zDohBW5/view?usp=sharing

https://drive.google.com/file/d/1w9GN-5Q9b6m9sLZY7A4732dfrZ4NVHxv/view?usp=sharing

Hi and welcome to the forum

Your robots.txt seems to be blocking googlebot (the location where the sitemap plugin is)

and therefore GSC is unable to process your sitemap

try deleting these “Disallow and Allow” lines in your robots.txt
and let it look like this:

User-agent: *
Allow: /

you can leave the sitemap part (last line)
save and
try again in GSC
just to see if it works

if it works then
try to return the rest as it was (block again what you want to be blocked in robots.txt)
but you probably need to allow access to wp-content

5 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.