sitemap 등록 실패 오류 해결
검색엔진에 등록하는 sitemap.xml 작성시 오류
- 목차 -
sitemap 오류 해결하기
사이트맵을 읽을 수 있지만 오류가 있습니다.
sitemap.xml 에서 url 링크가 전체 링크로 들어있는지 확인해줍니다.
⭕️ https://yeol0324.github.io/etc/sitemap-bug-fix/ ❌ /etc/sitemap-bug-fix/
jekyll을 사용해서 생성을 했다면 _config.yml 에서 url 설정을 꼭! 해줄 것.
This page contains the following errors:
error on line 2 at column 1: Start tag expected, '<' not found
Below is a rendering of the page up to the first error.
urlset 형식 추가
xml 을 아무리 작성해도 자꾸 위의 오류가 발생했습니다.