input('url'); if (is_null($url)) { abort(404); } IndexNow::submit($url); LaravelGoogleIndexing::create()->update($url); } }