I have an error with a sitemap, this is what appears in the index file: https://www.casanospam.com/index.xml
I think this line: <atom:link href="/index.xml" rel=“self” type=“application/rss+xml”/>
should contain the full url of the website.
And google search console is giving the following error:
It looks like it is missing the baseURL but it is already inserted in the config.yaml file.
This is the content of the config.yaml file:
baseURL: ‘https://www.casanospam.com/’
title: Bigspring Light
theme: bigspring-light
paginate: ‘3’
summaryLength: ‘15’
disqusShortname: ‘’
googleAnalytics: ‘’
markup:
goldmark:
renderer:
unsafe: yes
Try configuring the sitemap in your config.yaml file and share that instead in GSC (https://your-site.com/sitemap.xml). Also, add this between <head></head> if necessary <link rel="sitemap" type="application/xml" title="Sitemap" href="{{ "sitemap.xml" | absURL }}">