sitemap error

trojenxx

Junior Member
Joined
Sep 1, 2019
Messages
121
Reaction score
19
Hi , hope you're doing well

how can I fix this issue, please

1687449747383.png
 
You need to add full url of your sitemap, then it will work for you. like

https://www.example.com/sitemap.xml
 
The problem is a sitemap is expected at that location and it can't be found. Most probably the name is just sitemap.xml try that and make the domain name full.

Otherwise you need to generate a sitemap_index.xml and place it in the root directory.
 
The problem is a sitemap is expected at that location and it can't be found. Most probably the name is just sitemap.xml try that and make the domain name full.

Otherwise you need to generate a sitemap_index.xml and place it in the root directory.
RankMath generated that sitemap automatically.

should I add sitemap_index.xml and place it in the root directory?
 
Look in your root directory - what is there? sitemap_index.xml or sitemap.xml?

If you do not have sitemap_index.xml in your root dir then yes add one there.
 
Hey I Faced the Same Issue But This Way Helped Me Fix, Even You Also Give a Try.

Disallow: /wp-admin/
crawl-delay: 10
sitemap: https://example.com/sitemap_index.xml
 
Back
Top