nystudio107 / craft-seomatic

SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 3. It is a turnkey SEO system that is comprehensive, powerful, and flexible.
https://nystudio107.com/plugins/seomatic
Other
162 stars 68 forks source link

Add support for courseSchedule #1421

Closed PiessensLander closed 4 months ago

PiessensLander commented 4 months ago

Description

Adds support for the CourseSchedule property.

Related issues

1420

khalwat commented 4 months ago

Very much appreciate the PR, but all of the schema.org models are generated via a custom app called schemagen so I try to avoid manual changes to the classes.

This also gave me a nice opportunity to fix some other issues with it, and update to the latest v26.0 version of schema.org across the board!

Craft CMS 3:

You can try it now by setting your semver in your composer.json to look like this:

    "nystudio107/craft-seomatic": "dev-develop as 3.4.72”,

Then do a composer clear-cache && composer update

…..

Craft CMS 4:

You can try it now by setting your semver in your composer.json to look like this:

    "nystudio107/craft-seomatic": "dev-develop-v4 as 4.0.41”,

Then do a composer clear-cache && composer update

…..

Craft CMS 5:

You can try it now by setting your semver in your composer.json to look like this:

    "nystudio107/craft-seomatic": "dev-develop-v5 as 5.0.0-beta.5”,

Then do a composer clear-cache && composer update