On Thu, 14 Apr 2016, Tim Wescott wrote: > All my web pages are pre-cellphone, and Google has already bitched at me > about formatting.
Tim, I use xhtml-1.0 strict on my web pages. There are a couple of changes in the meta tags that you'll want to make. Go to google's site verification page and test your site(s) for viewability on small screens as well as other tests. I added these two lines on each page: <meta name="google-site-verification" content="<code-google-returns>"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> Check out <https://support.google.com/webmasters/answer/35291?hl=en> and save re-writing each page. HTH, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
