Hello. I recently finished my website and was submitting it to search engines. So, I decided to check my sitemap once and I noticed a blank <loc>
tag in it. I don’t really know why that’s happening. It’s not a deal breaking problem, but, I would like to clean it if it’s possible.
Here’s the sitemap: https://hrishikeshk.netlify.app/sitemap.xml
And here’s my repository: https://www.github.com/Hrishikesh-K/Portfolio.
My guess is that it’s because of taxonomy. In my config.toml
I have specified it like this:
[taxonomies]
tag = "tags"
I didn’t want categories taxonomy, so, I declared it like this.
Can someone please let me know if that’s the case and a possible fix?
EDIT: I have also mentioned disableKinds = ["taxonomyTerm", "RSS"]
in my config.toml