[sf-lug] Status of SF-LUG / Linux meeting(s) @ Noisebridge? & SF-LUG web site (mis?)information thereof

jim jim at well.com
Mon May 20 17:57:26 PDT 2019



thank you, Akkana.

I read your

http://shallowsky.com/blog/tech/web/google-mobile-friendly.html

description, and thank you for clarity.


---------------------------

Here's all the header stuff:
<HEAD>
<TITLE>San Francisco Linux Users' Group</TITLE>
<META name="keywords" content="Linux, User, Group, San Francisco, 
sf-lug, LUG" />
</HEAD>

 From what I've read, the following addition will improve google's 
perception:

<meta name="viewport" content="width=device-width, initial-scale=1">

Yes?

---------------------------

And there's our image, currently
<BODY>
<P> la la la </P>
<IMG SRC="LinuxKongSmall.jpg" align="left" width="289" height="701">
<P>mi mi mi </P>

which should be revised to be something like
<BODY>
<P> la la la </P>
<style type="text/css">
     IMG { SRC="LinuxKongSmall.jpg" align="left"; max-width: 100%; 
height: auto; }
</style>
<P>mi mi mi </P>

My guess is that the above is incorrect. Corrections anyone?

---------------------------

Nice that there's just the one page.



On 5/20/19 8:02 PM, Akkana Peck wrote:
>> On Mon, May 20, 2019 at 9:51 AM jim <jim at well.com> wrote:
>>> I can make basic content changes, but
>>> I have no clue how to re-write the
>>> page to be mobile-compliant. I am
>>> guessing that narrowing the page
>>> width might improve mobile perception
>>> somewhat.
> [ ... ]
>>> Also, it will help if people can chime
>>> in about what should be changed.
> Ken Shaffer writes:
>> Jim,
>> Take a look at thetasystems.net for an example of a  compliant site.
>> Change your browser window size to see the format change on  the fly.
> It looks to me like http://www.sf-lug.org/ resizes just fine,
> and actually it looks pretty good on my phone (but of course every
> phone and every Android version is different).
> But Google flags it as not mobile friendly and gives a screenshot
> that implies very small text indeed:
> https://search.google.com/test/mobile-friendly?id=5LlfYhGhmsMRw62yoifQnQ
>
> What it's looking for isn't always very clear; for instance, it
> requires a magic meta tag in the HTML header that's only there to
> keep mobile browsers happy. I wrote up some of the tricks I found:
> http://shallowsky.com/blog/tech/web/google-mobile-friendly.html
>
> You might think that phone browsers would default to a scaling that
> shows text at a readable size, and indeed, Android used to do that;
> but Google changed that somewhere along the line, so modern phones
> default to fonts the size of a paramecium on pages that don't add
> the magic meta viewport tag.
>
>          ...Akkana
>
> _______________________________________________
> sf-lug mailing list
> sf-lug at linuxmafia.com
> http://linuxmafia.com/mailman/listinfo/sf-lug
> SF-LUG is at http://www.sf-lug.org/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://linuxmafia.com/pipermail/sf-lug/attachments/20190520/4c68209f/attachment.html>


More information about the sf-lug mailing list