Vickylove
Vickylove3d ago

Issue with GSC indexing

I am trying to setup automated indexing for my site but got the error message "Failed to parse URL from undefined". how can i fix it?
No description
9 Replies
AI Support
AI Support3d ago
AI Support Bot Information
<@1028947452751007754> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human! Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers. Please note: Team members will review and answer the questions on best efforts basis.
Gaurav Chadha
Gaurav Chadha2d ago
Hi @Vickylove, from the screenshot it shows the the issue with the input body, not a valid JSON, seems due to wrong back quotes? you can use this
{
"sitemapUrl": "https://larriifybookclub.com/sitemap.xml"
}
{
"sitemapUrl": "https://larriifybookclub.com/sitemap.xml"
}
Vickylove
VickyloveOP2d ago
Thanks @Gaurav Chadha , i tried it too, and i am still have the issue
No description
Gaurav Chadha
Gaurav Chadha2d ago
its an issue with the site the xml does not exist or it's unreachable https://larriifybookclub.com/sitemap.xml. You'll require you can see the xml when you run this on browser.
No description
Vickylove
VickyloveOP2d ago
oh ok, let me retry it
Vickylove
VickyloveOP2d ago
still got the same error. i used this: https://larrifybookclub.com/sitemap_index.xml
No description
Gaurav Chadha
Gaurav Chadha2d ago
it's an issue with the sitemap it's not loading on google, you'll require to ensure that your sitemap returns an xml like this one https://docs.buildship.com/sitemap.xml
Vickylove
VickyloveOP2d ago
appreciate the support. i will look into it and see how i can resolve it.
Vickylove
VickyloveOP2d ago
Thanks @Gaurav Chadha i was able to resolve it . i just relace insert the xml link in the field with this https://larrifybookclub.com/sitemap_index.xml
No description