【发布时间】:2021-07-12 04:59:24
【问题描述】:
我使用这个库创建了站点地图https://github.com/spatie/laravel-sitemap 但我不想 changefreq info.how to disable.can't find in repository
SitemapGenerator::create(url('/'))->writeToFile(public_path('sitemap.xml'));
结果
<url>
<loc>http://the-frenemy.local</loc>
<lastmod>2021-04-16T00:00:00+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.9</priority>
</url>
另外一个变更集优先级是 1 只有主页..所有其他页面设置为 0.9
【问题讨论】:
标签: php laravel web-crawler sitemap laravel-sitemap