mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 11:16:43 +02:00
feat: add schema.org json-ld objects to podcasts, episodes, posts and comments pages
- refactor meta-tags by generating them in the controller and injecting them into the views - use `melbahja/seo` library to build opengraph and twitter meta-tags + schema.org objects
This commit is contained in:
parent
5c529a83aa
commit
902f959b30
45 changed files with 449 additions and 354 deletions
|
|
@ -28,7 +28,7 @@ class BaseController extends Controller
|
|||
ResponseInterface $response,
|
||||
LoggerInterface $logger
|
||||
): void {
|
||||
$this->helpers = array_merge($this->helpers, ['auth', 'svg', 'components', 'misc']);
|
||||
$this->helpers = array_merge($this->helpers, ['auth', 'svg', 'components', 'misc', 'seo']);
|
||||
|
||||
// Do Not Edit This Line
|
||||
parent::initController($request, $response, $logger);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue