You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sitemap is build, each URL misses the trailing slash, i.e/. That leads to 301 redirects to URL with trailing slash, which is not optimal for SEO.
Could you automatically add this trailing slash ? Thanks !
The text was updated successfully, but these errors were encountered:
Running into same problem here due to removal of trailing slashes. Seems like the trailing slashes are being specifically removed as can be seen in this line:
I am just going to download the extension and remove the code .gsub(/\/$/,'') from it, however it will be nice to have this as a configuration option in the extension. I will submit a pull request if I get around to implementing it.
When sitemap is build, each URL misses the trailing slash, i.e
/
. That leads to 301 redirects to URL with trailing slash, which is not optimal for SEO.Could you automatically add this trailing slash ? Thanks !
The text was updated successfully, but these errors were encountered: