Forum Moderators: open

Message Too Old, No Replies

Is there a generic viewport meta-tag ?

Can be used regardless of browser / device?

         

SumGuy

12:12 am on Jul 2, 2023 (gmt 0)

5+ Year Member Top Contributors Of The Month



I haven't touched the html code on my website for 20 years.

Got an email today from google (googlebot is constantly crawling my site, for years). The email says:

Top Issues
Viewport not set
Text too small to read
Clickable elements too close together

I probably don't have a viewport command / statement anywhere in my pages. Is there a generic viewport statement that I can throw in that will work for anything hitting my site and maybe make google happy in this regard? My server doesn't pay any attention to what's hitting it, serves up the same html files to anything / everything.

lucy24

12:19 am on Jul 2, 2023 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



All my pages say
<meta name = "viewport" content = "width=device-width, initial-scale=1">

SumGuy

1:24 am on Jul 2, 2023 (gmt 0)

5+ Year Member Top Contributors Of The Month



Thanks - I'll try it.