Questions
-
Responsive web design has a crawl error of redirecting to HTTP instead of HTTPS ? is this because of the new update of google that appreciates the HTTPs more?
Hi Moaz, How are you specifying the redirect? If you put the redirect in the .httaccess file I don't think a crawler will ever see an HTTP version. I just tested the site and changed the https to http and was redirected so I know client side it is redirecting. However crawlers act differently but will have to follow rules if they are defined in .httaccess RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Technical SEO Issues | | donford0 -
Responsive design (Showing diffrent pages(icons) for Mobile/Tablet users)
That then gets back to the original issue. If all you have access to is the original resolution of the mobile device, that is how the page would render vs that of the daisy chained display.
Intermediate & Advanced SEO | | CleverPhD0