Title: Meta Data
Last modified: August 31, 2016

---

# Meta Data

 *  Resolved [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/meta-data-18/)
 * Could someone help me to place similar to below in my EVENT LIST FOrmat so that
   every event i add when shown in list can have meta data as such
 *     ```
       <script type="application/ld+json">
       		[{
       			"@context" : "http://schema.org",
       			"@type" : "Festival or other",
       			"name" : "name of event",
       			"image" : "http://www.xxxxxx.co.uk/photo/xxxxx.jpg",
       			"url" : "http://www.xxxxxx.co.uk/",
       			"startDate" : "2016-07-02T18:00:00+01:00",
       			"doorTime" : "18:00",
       			"eventStatus" : "http://schema.org/EventScheduled",
       			"typicalAgeRange" : "18+",
       			"location" :
       			{
       				"@type" : "Place",
       				"name" : "some place",
       				"address" :
       				{
       					"@type" : "PostalAddress",
       					"streetAddress" : "School Road",
       					"addressLocality" : "some town",
       					"postalCode" : "some postcode",
       					"addressCountry" : "GB"
       				}
       			}
       			}]
       		</script>
       ```
   
 * [https://wordpress.org/plugins/events-manager/](https://wordpress.org/plugins/events-manager/)

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

 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/meta-data-18/#post-7070636)
 * Sorry, I’m not sure what you’re trying to do here. Can you explain a bit more?
   Thanks.
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/meta-data-18/#post-7070637)
 * Well it is an event plugin, it would just be nice if we could integrate meta 
   data rich snippets into the events using either microdata or json schema
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/meta-data-18/#post-7070677)
 * OK i can manually add this in the add event box for each event changing the content
   of code for each. That then shows on single event and on event list.
    Not ideal
   but works

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

The topic ‘Meta Data’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [mrppp](https://wordpress.org/support/users/mrppp/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/meta-data-18/#post-7070677)
 * Status: resolved