我在Google's Structured Data Testing Tool中测试了以下代码,但它抛出了这个错误:
为http://www.example.com/提供的所有值必须具有相同的域。
为什么这么说?我的域名与网站相同。
<div itemtype="http://schema.org/Organization" itemscope>
<meta itemprop="name" content="exemple" />
<meta itemprop="telephone" content="085 4014677" />
<link itemprop="sameAs" href="https://twitter.com/exemple" />
<link itemprop="url" href="https://www.exemple.nl/" />
<div itemprop="address" itemtype="http://schema.org/PostalAddress" itemscope>
<meta itemprop="postalCode" content="exemple" />
<meta itemprop="addressLocality" content="exmple" />
<meta itemprop="streetAddress" content="exemple" />
</div>
<div itemprop="contactPoint" itemtype="http://schema.org/ContactPoint" itemscope>
<meta itemprop="telephone" content="+31 005 400 40 70" />
<meta itemprop="contactType" content="customer service" />
<meta itemprop="email" content="info@exemple.nl" />
<div itemprop="hoursAvailable" itemtype="http://schema.org/OpeningHoursSpecification" itemscope>
<meta itemprop="opens" content="9:00" />
<meta itemprop="closes" content="17:30" />
</div>
</div>