• Resolved mrppp

    (@mrppp)


    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" : "https://schema.org",
    			"@type" : "Festival or other",
    			"name" : "name of event",
    			"image" : "https://www.xxxxxx.co.uk/photo/xxxxx.jpg",
    			"url" : "https://www.xxxxxx.co.uk/",
    			"startDate" : "2016-07-02T18:00:00+01:00",
    			"doorTime" : "18:00",
    			"eventStatus" : "https://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://www.ads-software.com/plugins/events-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sorry, I’m not sure what you’re trying to do here. Can you explain a bit more? Thanks.

    Thread Starter mrppp

    (@mrppp)

    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

    (@mrppp)

    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.