diff --git a/app/Http/Livewire/Library/PodcastEpisodesTable.php b/app/Http/Livewire/Library/PodcastEpisodesTable.php index d6675ae9..68a58fcf 100644 --- a/app/Http/Livewire/Library/PodcastEpisodesTable.php +++ b/app/Http/Livewire/Library/PodcastEpisodesTable.php @@ -5,6 +5,7 @@ namespace App\Http\Livewire\Library; use App\Models\Country; use App\Models\Episode; use Livewire\Component; +use RalphJSmit\Laravel\SEO\Support\SEOData; class PodcastEpisodesTable extends Component { @@ -45,6 +46,12 @@ class PodcastEpisodesTable extends Component ) ->orderByDesc('data->datePublished') ->paginate($this->perPage), + ])->layout('layouts.app', [ + 'SEOData' => new SEOData( + title: __('Podcast Episodes'), + description: __('Search and find Bitcoin Podcast episodes.'), + image: asset('img/Screenshot_Podcast_Episodes.png') + ), ]); } } diff --git a/public/img/Screenshot_Podcast_Episodes.png b/public/img/Screenshot_Podcast_Episodes.png new file mode 100644 index 00000000..a00af545 Binary files /dev/null and b/public/img/Screenshot_Podcast_Episodes.png differ diff --git a/resources/lang/de.json b/resources/lang/de.json index ede1742c..db376a75 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -798,5 +798,6 @@ "Podcast Episodes": "Podcast-Episoden", "Language": "Sprache", "minutes": "Minuten", - "Recurring appointment \/ monthly": "Wiederkehrende Termine \/ monatlich" + "Recurring appointment \/ monthly": "Wiederkehrende Termine \/ monatlich", + "Search and find Bitcoin Podcast episodes.": "Suche und finde Bitcoin Podcast-Episoden." } diff --git a/resources/lang/en.json b/resources/lang/en.json index d6901e0b..69513824 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -795,5 +795,6 @@ "Podcast Episodes": "", "Language": "", "minutes": "", - "Recurring appointment \/ monthly": "" + "Recurring appointment \/ monthly": "", + "Search and find Bitcoin Podcast episodes.": "" } \ No newline at end of file diff --git a/resources/lang/es.json b/resources/lang/es.json index 6cdac6ce..83d9bd30 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -795,5 +795,6 @@ "Podcast Episodes": "", "Language": "", "minutes": "", - "Recurring appointment \/ monthly": "" + "Recurring appointment \/ monthly": "", + "Search and find Bitcoin Podcast episodes.": "" } \ No newline at end of file diff --git a/resources/lang/fr.json b/resources/lang/fr.json index 482807df..5688a192 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -796,5 +796,6 @@ "Podcast Episodes": "", "Language": "", "minutes": "", - "Recurring appointment \/ monthly": "" + "Recurring appointment \/ monthly": "", + "Search and find Bitcoin Podcast episodes.": "" } \ No newline at end of file diff --git a/resources/lang/hr.json b/resources/lang/hr.json index 0e603db1..b0a1fd56 100644 --- a/resources/lang/hr.json +++ b/resources/lang/hr.json @@ -796,5 +796,6 @@ "Podcast Episodes": "", "Language": "", "minutes": "", - "Recurring appointment \/ monthly": "" + "Recurring appointment \/ monthly": "", + "Search and find Bitcoin Podcast episodes.": "" } \ No newline at end of file diff --git a/resources/lang/it.json b/resources/lang/it.json index 3c9d0237..cb7284d3 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -796,5 +796,6 @@ "Podcast Episodes": "", "Language": "", "minutes": "", - "Recurring appointment \/ monthly": "" + "Recurring appointment \/ monthly": "", + "Search and find Bitcoin Podcast episodes.": "" } \ No newline at end of file diff --git a/resources/lang/mk.json b/resources/lang/mk.json index f39d0958..18c81f59 100644 --- a/resources/lang/mk.json +++ b/resources/lang/mk.json @@ -796,5 +796,6 @@ "Podcast Episodes": "", "Language": "", "minutes": "", - "Recurring appointment \/ monthly": "" + "Recurring appointment \/ monthly": "", + "Search and find Bitcoin Podcast episodes.": "" } \ No newline at end of file diff --git a/resources/lang/pl.json b/resources/lang/pl.json index d1c78bfc..8491fcac 100644 --- a/resources/lang/pl.json +++ b/resources/lang/pl.json @@ -796,5 +796,6 @@ "Podcast Episodes": "", "Language": "", "minutes": "", - "Recurring appointment \/ monthly": "" + "Recurring appointment \/ monthly": "", + "Search and find Bitcoin Podcast episodes.": "" } \ No newline at end of file diff --git a/resources/lang/pt.json b/resources/lang/pt.json index 1c449f9a..530add9b 100644 --- a/resources/lang/pt.json +++ b/resources/lang/pt.json @@ -796,5 +796,6 @@ "Podcast Episodes": "", "Language": "", "minutes": "", - "Recurring appointment \/ monthly": "" + "Recurring appointment \/ monthly": "", + "Search and find Bitcoin Podcast episodes.": "" } \ No newline at end of file diff --git a/resources/lang/sv.json b/resources/lang/sv.json index 3746f760..f9bd569c 100644 --- a/resources/lang/sv.json +++ b/resources/lang/sv.json @@ -758,5 +758,6 @@ "Podcast Episodes": "", "Language": "", "minutes": "", - "Recurring appointment \/ monthly": "" + "Recurring appointment \/ monthly": "", + "Search and find Bitcoin Podcast episodes.": "" } \ No newline at end of file diff --git a/resources/lang/tr.json b/resources/lang/tr.json index 5c098ad6..87ac4fd9 100644 --- a/resources/lang/tr.json +++ b/resources/lang/tr.json @@ -770,5 +770,6 @@ "Podcast Episodes": "", "Language": "", "minutes": "", - "Recurring appointment \/ monthly": "" + "Recurring appointment \/ monthly": "", + "Search and find Bitcoin Podcast episodes.": "" } \ No newline at end of file