Off Canvas Menus
-
With the increasing use of a single codebase to serve both mobile and desktop sites and the use of off-canvas menus which are loaded but only displayed n mobile phones, does anyone have any view on whether this will impact google's understanding of the page.
The off canvas menu is the same as the top menu but loads in its own divs at the bottom of the source.
Any thoughts or anybody testing different methods
-
Hi Mark,
On our site we use responsive design / css media queries to shape the same content to fit on mobiles / tablets / desktop. We initially had the same issue with the menu, but managed to use to clever css to actually use the same menu code, just present it at the top of the page for tablet / mobile, and off to the side (sliding in via a button touch) for mobile. This works pretty well and I certainly haven't noticed any negative effects SEO wise.
Best wishes,
Stuart