diff --git a/app/Http/Controllers/Admin/PostController.php b/app/Http/Controllers/Admin/PostController.php index 5be34a3..14a2c47 100644 --- a/app/Http/Controllers/Admin/PostController.php +++ b/app/Http/Controllers/Admin/PostController.php @@ -61,7 +61,7 @@ public function indexing(Request $request, $post_id) $post_url = route('home.country.post', ['country' => $post->post_category?->category?->country_locale_slug, 'post_slug' => $post->slug]); - //LaravelGoogleIndexing::create()->update($post_url); + LaravelGoogleIndexing::create()->update($post_url); IndexNow::submit($post_url); return redirect()->back()->with('success', 'Signalled, Bing, Yahoo and Yandex for Indexing.'); diff --git a/resources/views/front/country.blade.php b/resources/views/front/country.blade.php index 1d44f26..b070812 100644 --- a/resources/views/front/country.blade.php +++ b/resources/views/front/country.blade.php @@ -17,7 +17,7 @@