-
Notifications
You must be signed in to change notification settings - Fork 49
/
ext_emconf.php
27 lines (26 loc) · 1.06 KB
/
ext_emconf.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
$EM_CONF[$_EXTKEY] = [
'title' => '[clickstorm] SEO',
'description' => 'SEO Extension: Enables important onpage features for search engine optimization (SEO). Expands
the page settings and any desired records for example with a preview for Google search results (SERP)
Structured Data (JSON-LD) and a Focus Keyword. Restrictive hreflang and canonical tags. Modules for
metadata of records and alternative texts of images. Further features are shown in the extension manual.',
'category' => 'services',
'author' => 'Pascale Beier, Angela Dudtkowski, Marc Hirdes, Andreas Kirilow, Alexander König - clickstorm GmbH',
'author_email' => 'hirdes@clickstorm.de',
'author_company' => 'clickstorm GmbH',
'state' => 'stable',
'clearCacheOnLoad' => true,
'version' => '9.0.1-dev',
'constraints' => [
'depends' => [
'typo3' => '13.3.0-13.4.99',
'seo' => '12.3.0-13.4.99',
],
],
'autoload' => [
'psr-4' => [
'Clickstorm\\CsSeo\\' => 'Classes',
],
],
];