tipask/routes/web.php 里面定义的,自己加上后缀就可以了
/*sitemap*/
Route::get('/sitemap',['as'=>'website.sitemap','uses'=>'SiteMapController@index']);
修改为
Route::get('/sitemap.xml',['as'=>'website.sitemap','uses'=>'SiteMapController@index']);
只要搜索:/*sitemap*/
这个就能搜到了,搜索全部的话,会搜不到的。
不改XML,就不能添加其他站长中心了,百度可以不用xml后缀,其他的搜索引擎要