0.1.5 • Published 2 years ago

@acanto/core-seo v0.1.5

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

SEO

From each single route template you can set and override the default values. E.g. in your /routes/myroutename/index.php you can have:

<?php
// Route: myroutename

function onStart()
{
  // ... get data from API or wherever

  $this['seo'] = [
    'meta_title' => 'Override meta title bypassing SEO plugin',
    'index' => 'noindex',
    'itemtype' => 'ItemPage', // as one of on https://schema.org/
  ];
}

?>
0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago