Update (indexing): enable google

Update (country view): change column
This commit is contained in:
2023-08-15 14:41:02 +08:00
parent 678fe3a1ec
commit ae11f4556e
2 changed files with 2 additions and 2 deletions

View File

@@ -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.');