-
- Downloads
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
Showing
- app/Config/App.php 2 additions, 0 deletionsapp/Config/App.php
- app/Config/Embed.php 19 additions, 0 deletionsapp/Config/Embed.php
- app/Config/Routes.php 2 additions, 2 deletionsapp/Config/Routes.php
- app/Controllers/ActorController.php 3 additions, 1 deletionapp/Controllers/ActorController.php
- app/Controllers/BaseController.php 1 addition, 1 deletionapp/Controllers/BaseController.php
- app/Controllers/CreditsController.php 2 additions, 1 deletionapp/Controllers/CreditsController.php
- app/Controllers/EpisodeCommentController.php 1 addition, 0 deletionsapp/Controllers/EpisodeCommentController.php
- app/Controllers/EpisodeController.php 9 additions, 6 deletionsapp/Controllers/EpisodeController.php
- app/Controllers/HomeController.php 1 addition, 0 deletionsapp/Controllers/HomeController.php
- app/Controllers/MapController.php 2 additions, 2 deletionsapp/Controllers/MapController.php
- app/Controllers/PageController.php 2 additions, 1 deletionapp/Controllers/PageController.php
- app/Controllers/PodcastController.php 3 additions, 0 deletionsapp/Controllers/PodcastController.php
- app/Controllers/PostController.php 5 additions, 1 deletionapp/Controllers/PostController.php
- app/Helpers/page_helper.php 1 addition, 1 deletionapp/Helpers/page_helper.php
- app/Helpers/seo_helper.php 275 additions, 0 deletionsapp/Helpers/seo_helper.php
- app/Language/en/Page.php 3 additions, 16 deletionsapp/Language/en/Page.php
- app/Language/en/Podcast.php 3 additions, 0 deletionsapp/Language/en/Podcast.php
- app/Language/fr/Page.php 3 additions, 16 deletionsapp/Language/fr/Page.php
- composer.json 2 additions, 1 deletioncomposer.json
- composer.lock 59 additions, 1 deletioncomposer.lock
Loading
Please register or sign in to comment