공식 문구를 찾을 수 없으며 일부 리치 스 니펫 / 스키마 전문가가 마크 업을 사용할 때 반복되는 콘텐츠의 올바른 사용법에 대한 통찰력을 얻을 수 있기를 바랍니다.
Schema.org를 마크 업 유형으로 사용하려는 사이트를 만들고 있으며 소유자는 최대한 많은 사용을 원합니다. 업체명, 전화 번호 및 주소는 이제 모든 페이지에 표시됩니다.이 정보가 표시되는 모든 페이지에서 리치 스 니펫을 사용하는 것이 유효하거나 유용합니다.
예를 들어이 정보는 사이트의 모든 페이지의 머리글 및 바닥 글에 나타나며 현재 마크 업의 예를 아래에서 참조하십시오.
<body itemscope itemtype="http://schema.org/LocalBusiness">
<header>
<a itemprop="url" href="http://www.domain.co.uk/">
<img itemprop="logo" src="image.png" alt="Company Name Logo" />
</a>
<span itemprop="telephone">01202 000 000</span>
</header>
<div> This is where the content will go</div>
<footer>
<span itemprop="name">Company Name</span>
<span itemprop="description"> A small little bit about this company</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">Address Goes here</span>
<span itemprop="addressLocality">Area Here</span>,
<span itemprop="addressRegion">Region Here</span>
</div>
</footer>
</body> !-- Local Business Schema Now Closed -->
위에서 볼 수 있듯이이 정보는 모든 단일 페이지에 표시됩니다. Schema.org 형식으로이 정보를 반복해서 사용하는 것이 유효합니까?