Are these two URLs equivalent in terms of browser caching and seo website?
1 - http:
2 - http:
If the resource for the first URL is cached and the browser needs to find the resource for the second URL, can it use the cached resource? I want to know about caching because I can ensure that all internal links use the same order of parameters to improve cache performance.
Also, if my server treats these URLs as the same resource, what URL will Google index? Given SEO, will this be considered duplicate content? If so, I can use a 301 response to redirect to the correct URL. (This should also fix the caching issue.)
source
share