Title: Microdata Markup
Last modified: August 22, 2016

---

# Microdata Markup

 *  Resolved [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/microdata-markup/)
 * Is there anyway to use Microdata Markup with events,
    i.e <span itemprop=”name”
   >EVENT NAME</span> <span itemprop=”name”>EVENT LOCATION</span>
 * etc etc?
 * [https://wordpress.org/plugins/events-manager/](https://wordpress.org/plugins/events-manager/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/microdata-markup/#post-5546843)
 * At the moment there’s no support for that out-of-the-box, but you could create
   a custom template.
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/microdata-markup/#post-5546853)
 * You mean it needs a custom template, i doubt i could create one 😉
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/microdata-markup/#post-5546890)
 * there’s nothing stopping you from adding the microdata markup to your formats
   though.
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/microdata-markup/#post-5546965)
 * Could you give an example so i can use that to try what you suggest?
    Do you 
   mean in say Default event list format
 * `{has_location}<br/><i><span itemprop="name">#_LOCATIONNAME</span>, <span itemprop
   ="name">#_LOCATIONTOWN</span> #_LOCATIONSTATE</i>{/has_location}`
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/microdata-markup/#post-5546984)
 * Found this helped.
    Now working `http://schema-creator.org/event.php`
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/microdata-markup/#post-5546986)
 * Not sure on dates that span more than one day as i can’t use #_EVENTDATES as 
   that lists as start date but shows the full date start and finish
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/microdata-markup/#post-5546990)
 * Set as so
 *     ```
       <div itemscope itemtype="http://schema.org/Event">
       <div itemprop="name"><strong>#_EVENTNAME</strong></div>
       <div><meta itemprop="startDate" content="#_EVENTDATES #_EVENTTIMES">#_EVENTDATES #_EVENTTIMES</div>
       </div>
       <div itemprop="location" itemscope itemtype="http://schema.org/PostalAddress">
       <div itemprop="streetAddress">#_LOCATION</div>
       <div><span itemprop="addressLocality">#_LOCATIONTOWN</span>, <span itemprop="addressRegion">#_LOCATIONSTATE</span></div></div>
   
       #_EVENTNOTES
       ```
   
 * For some reason though it is fine on single events, but on my page with Default
   event list, using `[events_list_grouped ]`it just will not save the information
   not sure how i get round this?

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Microdata Markup’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [mrppp](https://wordpress.org/support/users/mrppp/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/microdata-markup/#post-5546990)
 * Status: resolved