<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt"><div><span>Hello,<br><br>I looked through the spec and also through the email archives but couldn't find the answer to this question.<br><br>Can anyone help?<br><br>The code block below validates with no errors in the <span style="font-weight: bold;">Good Relations Validator</span>.<br><br>However when the code block is run through the <span style="font-weight: bold;">Google Structured Data Testing Tool</span>, the following error is returned:<br><span style="font-style: italic;">"Error: "name" field in ProductOrServicesSomeInstancesPlaceholder / ProductOrServicesModel is required."</span><br><br><div itemprop="http://purl.org/goodrelations/v1#hasOpeningHoursSpecification" itemscope <br>      
 itemtype="http://purl.org/goodrelations/v1#OpeningHoursSpecification"><br>Opening hours: Mo-Fri,<br>     <link itemprop="hasOpeningHoursDayOfWeek" <br>           href="http://purl.org/goodrelations/v1#Monday" /><br>     <link itemprop="hasOpeningHoursDayOfWeek" <br>           href="http://purl.org/goodrelations/v1#Tuesday" /><br>     <link itemprop="hasOpeningHoursDayOfWeek" <br>           href="http://purl.org/goodrelations/v1#Wednesday" /><br>     <link itemprop="hasOpeningHoursDayOfWeek" <br>           href="http://purl.org/goodrelations/v1#Thursday" /><br>     <link itemprop="hasOpeningHoursDayOfWeek"
 <br>           href="http://purl.org/goodrelations/v1#Friday" /><br>     <meta itemprop="opens" content="09:00:00">9:00 a.m. -<br>     <meta itemprop="closes" content="18:00:00">6:00 p.m.<br>  </div><br><br>The error goes way when I insert this as the second line:<br><span itemprop="name">The City Reader</span><br><br>I'd rather not have to insert this new text to get the code to validate.  Is there a way to get the code above to validate without having to add new text?<br><br>Thanks,<br><br>Gerald<br><br></span></div></div></body></html>