Peut on avoir sur une pag plusieurs itemtype identique comme cel
itemscope itemtype="https://schema.org/Organization" étànt présent deux fois sur la page
      
      
    <!DOCTYPE HTML>
<html lang="fr">
	<head>
	[…]
	</head>
	<body itemscope itemtype="http://schema.org/Webpage">
		<header id="header" role="banner" itemscope itemtype="https://schema.org/Organization">
			<a itemprop="url" href="http://example.com" title="mon site">
				<div itemprop="name">Example</div>
				<img itemprop="logo" src="http://example.com/logo.jpg" />
			</a>
		</header>
		<div itemscope itemtype="http://schema.org/Product">[…]</div>
		<footer>
		[…]
			<span itemscope itemtype="http://schema.org/Organization">
			  <link itemprop="url" href="http://example.com">
			  <a itemprop="sameAs" href="http://www.facebook.com/your-company">FB</a>
			  <a itemprop="sameAs" href="http://www.twitter.com/YourCompany">Twitter</a>
			</span>
		</footer>
	</body>
</html>
itemscope itemtype="https://schema.org/Organization" étànt présent deux fois sur la page