모든 것을 색인 하려면 사이트 맵 을 사용해야합니다 . 모든 URL을 포함하는 단점은 없으며, 대규모로 일부 URL을 놓칠 위험이 있습니다.
사이트 맵에서 모든 URL은 서로 다른 데이터 세트를 가질 수 있습니다. 요소 정의를 살펴보고 더 중요한 URL에 대한 설정을 조정하십시오.
<url>
<loc>http://www.example.com/about</loc>
<lastmod> 2010-06-30</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<changefreq> are about how frequently a page may change. Adjust the value as needed,
항상 and
매시간 값 은 페이지가 자주 업데이트된다는 것을 나타냅니다.
always
hourly
daily
weekly
monthly
yearly
never
그리고 당신은 값을 설정할 수 있습니다 <priority>
:
<priority>1.0</priority>
<priority>0.9</priority>
<priority>0.8</priority>
<priority>0.7</priority>
<priority>0.6</priority>
<priority>0.5</priority>
<priority>0.4</priority>
<priority>0.3</priority>
<priority>0.2</priority>
<priority>0.1</priority>
<priority>0.0</priority>
따라서 페이지가 더 중요하다고 판단되면 우선 순위에 따라 항목을 설정하십시오. 매우 중요 1.0
, 중요 0.9
, 규칙적 중요성 0.5
및 중요하지 않음 0.1
또는로 설정 0.0
됩니다. 그것은 당신이 찾고있는 통제력을 줄 것입니다.
즉, URL 이 50,000 개 미만인 것으로 가정하면 모든 것을 유지하는 데 단점이 없습니다 .