SEO优化

URL伪静态

// config/route.php 'url_route_on' => true, 'url_html_suffix' => '.html',

SEO配置项

项目位置
网站标题/关键词/描述后台 > 系统设置 > 站点配置
网站地图/Sitemap.html
伪静态规则public/.htaccess 或 Nginx配置
Meta标签模板 head 区域

Nginx伪静态

location / { try_files $uri $uri/ /index.php?$query_string; }