Schema.org attributes are reserved names?

Can you guys remove the reserved names that are also connected to Schema.org attributes? The one I ran into so far is “datetime”. Building sites for local businesses I really want to utilize these possible ranking/indexing features.

http://www.screencast.com/t/tcnE2dLyF

1 Like

Schema.org names aren’t reserved. Datatime is a value not a name. Itemprop, itemscope, and itemtype should be used in the name field.

@AlexN Well just by going schema.org’s examples it seems like more information is required for hours of operation: openingHours - Schema.org Property
Their example:
<time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time>

1 Like

Ohh good catch. That would be useful!
:smile: