Log in

View Full Version : What is Google’s preferred method of configuring a mobile site?



WoodsPainting
04-03-2020, 02:23 AM
What is Google’s preferred method of configuring a mobile site?

steverj
04-03-2020, 04:24 AM
Mobile first is high priority so website should be mobile friendly means it should be responsive web design and the score should match according webmaster tools standards.

davidweb09
04-07-2020, 08:31 AM
Convert your website into responsive OR already used a responsive theme for your website to make it Google friendly. https://hendrexhealthinsurance.com/

mollierhodes
04-14-2020, 08:08 AM
There are three main techniques for implementing a website that can handle view screens of all types and sizes.


Responsive Web Design: Serves the same HTML code on the same URL regardless of the users' device (for example, desktop, tablet, mobile, non-visual browser), but can render the display differently based on the screen size.
Dynamic serving: Uses the same URL regardless of the device, but generates a different version of HTML for different device types based on what the server knows about the user's browser.
Separate URLs: Serves different code to each device, and on separate URLs. This configuration tries to detect the users' device, then redirects to the appropriate page using HTTP redirects along with the Vary HTTP header.



Among the all three techniques Google recommends Responsive Web Design because it's the easiest design pattern to implement and maintain.