Skip to main content

Add microdata (scheda.org) support to Plone events

Project description

Introduction

Install this package and get an alternative version of event view in your Plone site. Changes are minimal, just to add basic HTML 5 microdata information, taken from schema.org specification.

Event view with microdata tool enabled

Microdata available in Web pages can be used from search engines, enhancing the quality of information indexed.

This package is a proper implementation of the collective.microdata.core product. Read it’s documentation for more information.

Details

Follow a list supported properties:

name

Taken from event title

description

Taken from the event description

url

Taken from the event URL field

attendees

Taken from Attendees field (raw data, not as Person elements)

location

Taken from event location

startDate

Taken from the start date

endDate

Taken from the end date

duration

Taken from the difference from end and start date

Support for folder content listing views

This package supports also collective.microdata.contentlisting but not depends on it (you have to manually install that add-on yourself).

Then you will be able to provide microdata information about events also when listing folders content.

Events and other contents in folder listing view

See it’s documentation for knowing what views are supported.

Final notes

Providing microdata doesn’t ensure that search engines will use it.

Changelog

0.2 (2012-09-08)

  • Now requires collective.microdata.core [keul]

  • Moved logic to a IMicrodataVocabulary adapter [keul]

  • Added a dependency to isodate library, to be able to generate ISO 8601 duration format [keul]

  • Added support for collective.microdata.contentlisting

  • Plone catalog will now index the “Event URL” data inside the getRemoteUrl metadata column [keul]

  • Adaptation must be based on IMicrodataVocabulary, for support also non-schema.org vocabularies [keul]

0.1 (2012-07-22)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.microdata.event-0.2.zip (29.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page