@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | */ |
| 21 | 21 | |
| 22 | 22 | return [ |
| 23 | - MetaTagContainer::CONTAINER_TYPE.TagService::GENERAL_HANDLE => [ |
|
| 23 | + MetaTagContainer::CONTAINER_TYPE . TagService::GENERAL_HANDLE => [ |
|
| 24 | 24 | 'name' => 'General', |
| 25 | 25 | 'description' => 'General Meta Tags', |
| 26 | 26 | 'handle' => TagService::GENERAL_HANDLE, |
@@ -31,7 +31,7 @@ discard block |
||
| 31 | 31 | 'data' => [ |
| 32 | 32 | ], |
| 33 | 33 | ], |
| 34 | - MetaTagContainer::CONTAINER_TYPE.TagService::FACEBOOK_HANDLE => [ |
|
| 34 | + MetaTagContainer::CONTAINER_TYPE . TagService::FACEBOOK_HANDLE => [ |
|
| 35 | 35 | 'name' => 'Facebook', |
| 36 | 36 | 'description' => 'Facebook OpenGraph Meta Tags', |
| 37 | 37 | 'handle' => TagService::FACEBOOK_HANDLE, |
@@ -42,7 +42,7 @@ discard block |
||
| 42 | 42 | 'data' => [ |
| 43 | 43 | ], |
| 44 | 44 | ], |
| 45 | - MetaTagContainer::CONTAINER_TYPE.TagService::TWITTER_HANDLE => [ |
|
| 45 | + MetaTagContainer::CONTAINER_TYPE . TagService::TWITTER_HANDLE => [ |
|
| 46 | 46 | 'name' => 'Twitter', |
| 47 | 47 | 'description' => 'Twitter Card Meta Tags', |
| 48 | 48 | 'handle' => TagService::TWITTER_HANDLE, |
@@ -53,7 +53,7 @@ discard block |
||
| 53 | 53 | 'data' => [ |
| 54 | 54 | ], |
| 55 | 55 | ], |
| 56 | - MetaTagContainer::CONTAINER_TYPE.TagService::MISC_HANDLE => [ |
|
| 56 | + MetaTagContainer::CONTAINER_TYPE . TagService::MISC_HANDLE => [ |
|
| 57 | 57 | 'name' => 'Miscellaneous', |
| 58 | 58 | 'description' => 'Miscellaneous Meta Tags', |
| 59 | 59 | 'handle' => TagService::MISC_HANDLE, |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | |
| 22 | 22 | return [ |
| 23 | - MetaJsonLdContainer::CONTAINER_TYPE.JsonLdService::GENERAL_HANDLE => [ |
|
| 23 | + MetaJsonLdContainer::CONTAINER_TYPE . JsonLdService::GENERAL_HANDLE => [ |
|
| 24 | 24 | 'name' => 'General', |
| 25 | 25 | 'description' => 'JsonLd Tags', |
| 26 | 26 | 'handle' => JsonLdService::GENERAL_HANDLE, |
@@ -24,16 +24,16 @@ |
||
| 24 | 24 | 'sitemapPriority' => 0.5, |
| 25 | 25 | 'sitemapLimit' => null, |
| 26 | 26 | 'sitemapImageFieldMap' => [ |
| 27 | - ['property' => 'title', 'field' => 'title'], |
|
| 28 | - ['property' => 'caption', 'field' => ''], |
|
| 29 | - ['property' => 'geo_location', 'field' => ''], |
|
| 30 | - ['property' => 'license', 'field' => ''], |
|
| 27 | + [ 'property' => 'title', 'field' => 'title' ], |
|
| 28 | + [ 'property' => 'caption', 'field' => '' ], |
|
| 29 | + [ 'property' => 'geo_location', 'field' => '' ], |
|
| 30 | + [ 'property' => 'license', 'field' => '' ], |
|
| 31 | 31 | ], |
| 32 | 32 | 'sitemapVideoFieldMap' => [ |
| 33 | - ['property' => 'title', 'field' => 'title'], |
|
| 34 | - ['property' => 'description', 'field' => ''], |
|
| 35 | - ['property' => 'thumbnailLoc', 'field' => ''], |
|
| 36 | - ['property' => 'duration', 'field' => ''], |
|
| 37 | - ['property' => 'category', 'field' => ''], |
|
| 33 | + [ 'property' => 'title', 'field' => 'title' ], |
|
| 34 | + [ 'property' => 'description', 'field' => '' ], |
|
| 35 | + [ 'property' => 'thumbnailLoc', 'field' => '' ], |
|
| 36 | + [ 'property' => 'duration', 'field' => '' ], |
|
| 37 | + [ 'property' => 'category', 'field' => '' ], |
|
| 38 | 38 | ], |
| 39 | 39 | ]; |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | |
| 22 | 22 | return [ |
| 23 | - MetaTitleContainer::CONTAINER_TYPE.TitleService::GENERAL_HANDLE => [ |
|
| 23 | + MetaTitleContainer::CONTAINER_TYPE . TitleService::GENERAL_HANDLE => [ |
|
| 24 | 24 | 'name' => 'General', |
| 25 | 25 | 'description' => 'Meta Title Tag', |
| 26 | 26 | 'handle' => TitleService::GENERAL_HANDLE, |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | |
| 22 | 22 | return [ |
| 23 | - MetaScriptContainer::CONTAINER_TYPE.ScriptService::GENERAL_HANDLE => [ |
|
| 23 | + MetaScriptContainer::CONTAINER_TYPE . ScriptService::GENERAL_HANDLE => [ |
|
| 24 | 24 | 'name' => 'General', |
| 25 | 25 | 'description' => 'Script Tags', |
| 26 | 26 | 'handle' => ScriptService::GENERAL_HANDLE, |
@@ -24,7 +24,7 @@ discard block |
||
| 24 | 24 | 'genericAlternateName' => '', |
| 25 | 25 | 'genericDescription' => '', |
| 26 | 26 | 'genericUrl' => '', |
| 27 | - 'genericImageIds' => [], |
|
| 27 | + 'genericImageIds' => [ ], |
|
| 28 | 28 | 'genericTelephone' => '', |
| 29 | 29 | 'genericEmail' => '', |
| 30 | 30 | 'genericStreetAddress' => '', |
@@ -40,10 +40,10 @@ discard block |
||
| 40 | 40 | 'organizationFounder' => '', |
| 41 | 41 | 'organizationFoundingDate' => '', |
| 42 | 42 | 'organizationFoundingLocation' => '', |
| 43 | - 'organizationContactPoints' => [], |
|
| 43 | + 'organizationContactPoints' => [ ], |
|
| 44 | 44 | 'corporationTickerSymbol' => '', |
| 45 | 45 | 'localBusinessPriceRange' => '', |
| 46 | - 'localBusinessOpeningHours' => [], |
|
| 46 | + 'localBusinessOpeningHours' => [ ], |
|
| 47 | 47 | 'restaurantServesCuisine' => '', |
| 48 | 48 | 'restaurantMenuUrl' => '', |
| 49 | 49 | 'restaurantReservationsUrl' => '', |
@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | */ |
| 21 | 21 | |
| 22 | 22 | return [ |
| 23 | - MetaLinkContainer::CONTAINER_TYPE.LinkService::GENERAL_HANDLE => [ |
|
| 23 | + MetaLinkContainer::CONTAINER_TYPE . LinkService::GENERAL_HANDLE => [ |
|
| 24 | 24 | 'name' => 'General', |
| 25 | 25 | 'description' => 'Link Tags', |
| 26 | 26 | 'handle' => LinkService::GENERAL_HANDLE, |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | ], |
| 50 | 50 | 'publisher' => [ |
| 51 | 51 | 'dependencies' => [ |
| 52 | - Dependency::SITE_DEPENDENCY => ['googlePublisherLink'], |
|
| 52 | + Dependency::SITE_DEPENDENCY => [ 'googlePublisherLink' ], |
|
| 53 | 53 | ], |
| 54 | 54 | 'crossorigin' => '', |
| 55 | 55 | 'href' => '{seomatic.site.googlePublisherLink}', |
@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | */ |
| 21 | 21 | |
| 22 | 22 | return [ |
| 23 | - MetaTagContainer::CONTAINER_TYPE.TagService::GENERAL_HANDLE => [ |
|
| 23 | + MetaTagContainer::CONTAINER_TYPE . TagService::GENERAL_HANDLE => [ |
|
| 24 | 24 | 'name' => 'General', |
| 25 | 25 | 'description' => 'General Meta Tags', |
| 26 | 26 | 'handle' => TagService::GENERAL_HANDLE, |
@@ -73,14 +73,14 @@ discard block |
||
| 73 | 73 | ], |
| 74 | 74 | ], |
| 75 | 75 | ], |
| 76 | - MetaTagContainer::CONTAINER_TYPE.TagService::FACEBOOK_HANDLE => [ |
|
| 76 | + MetaTagContainer::CONTAINER_TYPE . TagService::FACEBOOK_HANDLE => [ |
|
| 77 | 77 | 'name' => 'Facebook', |
| 78 | 78 | 'description' => 'Facebook OpenGraph Meta Tags', |
| 79 | 79 | 'handle' => TagService::FACEBOOK_HANDLE, |
| 80 | 80 | 'class' => (string)MetaTagContainer::class, |
| 81 | 81 | 'include' => true, |
| 82 | 82 | 'dependencies' => [ |
| 83 | - Dependency::SITE_DEPENDENCY => ['facebookProfileId', 'facebookAppId'], |
|
| 83 | + Dependency::SITE_DEPENDENCY => [ 'facebookProfileId', 'facebookAppId' ], |
|
| 84 | 84 | ], |
| 85 | 85 | 'data' => [ |
| 86 | 86 | 'fb:profile_id' => [ |
@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | ], |
| 145 | 145 | 'og:image:alt' => [ |
| 146 | 146 | 'dependencies' => [ |
| 147 | - Dependency::TAG_DEPENDENCY => ['og:image'], |
|
| 147 | + Dependency::TAG_DEPENDENCY => [ 'og:image' ], |
|
| 148 | 148 | ], |
| 149 | 149 | 'charset' => '', |
| 150 | 150 | 'content' => '{seomatic.meta.ogImageDescription}', |
@@ -161,14 +161,14 @@ discard block |
||
| 161 | 161 | ], |
| 162 | 162 | ], |
| 163 | 163 | ], |
| 164 | - MetaTagContainer::CONTAINER_TYPE.TagService::TWITTER_HANDLE => [ |
|
| 164 | + MetaTagContainer::CONTAINER_TYPE . TagService::TWITTER_HANDLE => [ |
|
| 165 | 165 | 'name' => 'Twitter', |
| 166 | 166 | 'description' => 'Twitter Card Meta Tags', |
| 167 | 167 | 'handle' => TagService::TWITTER_HANDLE, |
| 168 | 168 | 'include' => true, |
| 169 | 169 | 'class' => (string)MetaTagContainer::class, |
| 170 | 170 | 'dependencies' => [ |
| 171 | - Dependency::SITE_DEPENDENCY => ['twitterHandle'], |
|
| 171 | + Dependency::SITE_DEPENDENCY => [ 'twitterHandle' ], |
|
| 172 | 172 | ], |
| 173 | 173 | 'data' => [ |
| 174 | 174 | 'twitter:card' => [ |
@@ -179,7 +179,7 @@ discard block |
||
| 179 | 179 | ], |
| 180 | 180 | 'twitter:site' => [ |
| 181 | 181 | 'dependencies' => [ |
| 182 | - Dependency::SITE_DEPENDENCY => ['twitterHandle'], |
|
| 182 | + Dependency::SITE_DEPENDENCY => [ 'twitterHandle' ], |
|
| 183 | 183 | ], |
| 184 | 184 | 'charset' => '', |
| 185 | 185 | 'content' => '@{seomatic.site.twitterHandle}', |
@@ -188,7 +188,7 @@ discard block |
||
| 188 | 188 | ], |
| 189 | 189 | 'twitter:creator' => [ |
| 190 | 190 | 'dependencies' => [ |
| 191 | - Dependency::META_DEPENDENCY => ['twitterCreator'], |
|
| 191 | + Dependency::META_DEPENDENCY => [ 'twitterCreator' ], |
|
| 192 | 192 | ], |
| 193 | 193 | 'charset' => '', |
| 194 | 194 | 'content' => '@{seomatic.meta.twitterCreator}', |
@@ -218,7 +218,7 @@ discard block |
||
| 218 | 218 | ], |
| 219 | 219 | 'twitter:image:alt' => [ |
| 220 | 220 | 'dependencies' => [ |
| 221 | - Dependency::TAG_DEPENDENCY => ['twitter:image'], |
|
| 221 | + Dependency::TAG_DEPENDENCY => [ 'twitter:image' ], |
|
| 222 | 222 | ], |
| 223 | 223 | 'charset' => '', |
| 224 | 224 | 'content' => '{seomatic.meta.twitterImageDescription}', |
@@ -227,7 +227,7 @@ discard block |
||
| 227 | 227 | ], |
| 228 | 228 | ], |
| 229 | 229 | ], |
| 230 | - MetaTagContainer::CONTAINER_TYPE.TagService::MISC_HANDLE => [ |
|
| 230 | + MetaTagContainer::CONTAINER_TYPE . TagService::MISC_HANDLE => [ |
|
| 231 | 231 | 'name' => 'Miscellaneous', |
| 232 | 232 | 'description' => 'Miscellaneous Meta Tags', |
| 233 | 233 | 'handle' => TagService::MISC_HANDLE, |
@@ -238,7 +238,7 @@ discard block |
||
| 238 | 238 | 'data' => [ |
| 239 | 239 | 'google-site-verification' => [ |
| 240 | 240 | 'dependencies' => [ |
| 241 | - Dependency::SITE_DEPENDENCY => ['googleSiteVerification'], |
|
| 241 | + Dependency::SITE_DEPENDENCY => [ 'googleSiteVerification' ], |
|
| 242 | 242 | ], |
| 243 | 243 | 'charset' => '', |
| 244 | 244 | 'content' => '{seomatic.site.googleSiteVerification}', |
@@ -247,7 +247,7 @@ discard block |
||
| 247 | 247 | ], |
| 248 | 248 | 'bing-site-verification' => [ |
| 249 | 249 | 'dependencies' => [ |
| 250 | - Dependency::SITE_DEPENDENCY => ['bingSiteVerification'], |
|
| 250 | + Dependency::SITE_DEPENDENCY => [ 'bingSiteVerification' ], |
|
| 251 | 251 | ], |
| 252 | 252 | 'charset' => '', |
| 253 | 253 | 'content' => '{seomatic.site.bingSiteVerification}', |
@@ -256,7 +256,7 @@ discard block |
||
| 256 | 256 | ], |
| 257 | 257 | 'pinterest-site-verification' => [ |
| 258 | 258 | 'dependencies' => [ |
| 259 | - Dependency::SITE_DEPENDENCY => ['bingSiteVerification'], |
|
| 259 | + Dependency::SITE_DEPENDENCY => [ 'bingSiteVerification' ], |
|
| 260 | 260 | ], |
| 261 | 261 | 'charset' => '', |
| 262 | 262 | 'content' => '{seomatic.site.pinterestSiteVerification}', |
@@ -25,17 +25,17 @@ |
||
| 25 | 25 | 'sitemapPriority' => 0.5, |
| 26 | 26 | 'sitemapLimit' => null, |
| 27 | 27 | 'sitemapImageFieldMap' => [ |
| 28 | - ['property' => 'title', 'field' => 'title'], |
|
| 29 | - ['property' => 'caption', 'field' => ''], |
|
| 30 | - ['property' => 'geo_location', 'field' => ''], |
|
| 31 | - ['property' => 'license', 'field' => ''], |
|
| 28 | + [ 'property' => 'title', 'field' => 'title' ], |
|
| 29 | + [ 'property' => 'caption', 'field' => '' ], |
|
| 30 | + [ 'property' => 'geo_location', 'field' => '' ], |
|
| 31 | + [ 'property' => 'license', 'field' => '' ], |
|
| 32 | 32 | ], |
| 33 | 33 | 'sitemapVideoFieldMap' => [ |
| 34 | - ['property' => 'title', 'field' => 'title'], |
|
| 35 | - ['property' => 'description', 'field' => ''], |
|
| 36 | - ['property' => 'thumbnailLoc', 'field' => ''], |
|
| 37 | - ['property' => 'duration', 'field' => ''], |
|
| 38 | - ['property' => 'category', 'field' => ''], |
|
| 34 | + [ 'property' => 'title', 'field' => 'title' ], |
|
| 35 | + [ 'property' => 'description', 'field' => '' ], |
|
| 36 | + [ 'property' => 'thumbnailLoc', 'field' => '' ], |
|
| 37 | + [ 'property' => 'duration', 'field' => '' ], |
|
| 38 | + [ 'property' => 'category', 'field' => '' ], |
|
| 39 | 39 | ], |
| 40 | 40 | ], |
| 41 | 41 | ]; |