Update (copy)

This commit is contained in:
2023-08-15 20:10:12 +08:00
parent b6ba3d2957
commit e9a12d3f3d

View File

@@ -64,7 +64,7 @@ public function indexing(Request $request, $post_id)
LaravelGoogleIndexing::create()->update($post_url); LaravelGoogleIndexing::create()->update($post_url);
IndexNow::submit($post_url); IndexNow::submit($post_url);
return redirect()->back()->with('success', 'Signalled, Bing, Yahoo and Yandex for Indexing.'); return redirect()->back()->with('success', 'Signalled Google, Bing, Yahoo and Yandex for Indexing.');
} }
return redirect()->back()->with('error', 'Something went wrong.'); return redirect()->back()->with('error', 'Something went wrong.');