v5.1.3
What's Changed
Set org type
'orginization_schema' => [
'enabled' => env('SEO_ORG_SCHEMA_ENABLED', true),
'type' => env('SEO_ORG_SCHEMA_TYPE', 'OnlineStore'), // Organization, LocalBusiness or OnlineStore
],
Full Changelog: v5.1.2...v5.1.3