我从Google PageSpeed收到以下通知:
Avoid landing page redirects
To speed up page load times for visitors of your site, remove as many landing page redirections as possible, and make any required redirections cacheable if possible.
http://site.com/blog is a non-cacheable redirect to http://site.com/blog/
我的html文件中没有尾部斜杠,所以我不知道为什么
blog
重定向到
blog/
. 实际页面在此处。如何更正此问题?