Skip to content

v5.1.3

Choose a tag to compare

@LTKort LTKort released this 04 Sep 11:56
51f25e9

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