sitemap.xml 질문 채택완료
</p><p><url><loc><a href="<a href="http://a.com/bbs/board.php?bo_table=a</loc><changefreq>daily</changefreq><priority>1.0</priority></url>" target="_blank" rel="noopener noreferrer">http://a.com/bbs/board.php?bo_table=a</loc><changefreq>daily</changefreq><priority>1.0</priority></url></a>"><a href="http://a.com/bbs/board.php?bo_table=a</loc><changefreq>daily</changefreq><priority>1.0</priority></url>" target="_blank" rel="noopener noreferrer">http://a.com/bbs/board.php?bo_table=a</loc><changefreq>daily</changefreq><priority>1.0</priority></url></a></a></p><p><url><loc><a href="<a href="http://b.com/bbs/board.php?bo_table=b</loc><changefreq>daily</changefreq><priority>1.0</priority></url>" target="_blank" rel="noopener noreferrer">http://b.com/bbs/board.php?bo_table=b</loc><changefreq>daily</changefreq><priority>1.0</priority></url></a>"><a href="http://b.com/bbs/board.php?bo_table=b</loc><changefreq>daily</changefreq><priority>1.0</priority></url>" target="_blank" rel="noopener noreferrer">http://b.com/bbs/board.php?bo_table=b</loc><changefreq>daily</changefreq><priority>1.0</priority></url></a></a></p><p><url><loc><a href="<a href="http://c.com/bbs/board.php?bo_table=c</loc><changefreq>daily</changefreq><priority>1.0</priority></url>" target="_blank" rel="noopener noreferrer">http://c.com/bbs/board.php?bo_table=c</loc><changefreq>daily</changefreq><priority>1.0</priority></url></a>"><a href="http://c.com/bbs/board.php?bo_table=c</loc><changefreq>daily</changefreq><priority>1.0</priority></url>" target="_blank" rel="noopener noreferrer">http://c.com/bbs/board.php?bo_table=c</loc><changefreq>daily</changefreq><priority>1.0</priority></url></a></a></p><p><url><loc><a href="<a href="http://d.com/bbs/board.php?bo_table=d</loc><changefreq>daily</changefreq><priority>1.0</priority></url>" target="_blank" rel="noopener noreferrer">http://d.com/bbs/board.php?bo_table=d</loc><changefreq>daily</changefreq><priority>1.0</priority></url></a>"><a href="http://d.com/bbs/board.php?bo_table=d</loc><changefreq>daily</changefreq><priority>1.0</priority></url>" target="_blank" rel="noopener noreferrer">http://d.com/bbs/board.php?bo_table=d</loc><changefreq>daily</changefreq><priority>1.0</priority></url></a></a></p><p>
sitemap.xml을 작성해서 웹마스터 도구에 제출해야 되는데
예를들어서 도메인이 4개가 있으면
저렇게 sitemap.xml을 다 다릏게 주소를 줘도 되는건가요?
저렇게 sitemal.xml에 a,b,c,d라는 url을 적어주고
웹마스터 도구에서 사이트를 4개 등록해놓고
등록된 그 사이트 4개에 똑같은 sitemap.xml을 제출해줘도
되는걸까요?
답변 3개
https://www.xml-sitemaps.com/" target="_self">https://www.xml-sitemaps.com/
위 사이트에 도메인 넣으면 자동으로 사이트맵파일을 생성해 줍니다.
그걸 이용하셔 생성하시고, 대체로 파일이 크므로 열어 중복되거나 필요없는 부분은
삭제후 검색사이트에 제출하세요.
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
https://support.google.com/webmasters/answer/75712?hl=ko">https://support.google.com/webmasters/answer/75712?hl=ko
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 6개
하나의 xml에 다 집어넣지 말고 각 도메인에 맞는 내용만 넣으라는 말입니다.
[code]
<url><loc>http://a.com/bbs/board.php?bo_table=a</loc><changefreq>daily</changefreq><priority>1.0</priority></url>
<url><loc>http://b.com/bbs/board.php?bo_table=b</loc><changefreq>daily</changefreq><priority>1.0</priority></url>
<url><loc>http://c.com/bbs/board.php?bo_table=c</loc><changefreq>daily</changefreq><priority>1.0</priority></url>
<url><loc>http://d.com/bbs/board.php?bo_table=d</loc><changefreq>daily</changefreq><priority>1.0</priority></url>
[/code]
코드는 이게 맞는거죠?
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인