From this page on the blog of Matt Cutts, he says that rel=canonical
should be a secondary choice if you can't use a 301 redirect. Is there any performance issue with using a 301 redirect instead of a rel=canonical
?
相关问题
- Stop .htaccess redirect with query string
- UrlEncodeUnicode and browser navigation errors
- .htaccess causing redirect loop on safari only - h
- How to redirect user to a page after receiving the
- HTTP to HTTPS 301 Redirection Code is Not Working,
相关文章
- How to get jQuery.ajax response status?
- send redirect and setting cookie, using laravel 5
- hapi.js - 404 route VS static files route
- Dynamic robots.txt
- How to get the http redirect status codes in Golan
- AWS ALB redirect to https
- When does Googlebot execute javascript?
- ASP.NET and C# Redirect
In my experience, the performance difference is negligible. There are more steps involved in the implementation of 301 redirects, so
rel=canonical
might perform slightly better. The extra steps are typically executed very quickly and should not add any noticeable delay or strain on server resources.rel=canonical
301 Redirect