You can also use the Google Pagespeed Insights API.  Most pages on a site
will be built from one of a few page templates, so you don't need to test
every single page on a site.

I would suggest manually identifying a few pages on a site to test, then
running them through the Google API -
https://developers.google.com/speed/docs/insights/v2/getting-started?hl=en

That API will return scores for all kinds of things, including mobile user
experience (= responsive / friendly for mobile users).

On Tue, Sep 22, 2015 at 6:14 AM, soundjack <[email protected]> wrote:

> I'm working on something similar and decided to look for the meta viewport
> tag. This is not foolproof but I found it to be a very good indication of
> whether a site is well represented on a mobile device or not. It's best
> practice to use this tag when creating responsive websites, therefore I
> consider it a good signal. Here's the regex I'm using:
>
> <meta name="viewport" content=".*?width=device-width.*?".*?>
>
> Good luck
>
>
> On Sunday, September 6, 2015 at 12:37:39 AM UTC+2, [email protected]
> wrote:
>>
>> What would be the best way to try and determine, or get a very good idea,
>> if a website is, or is not, mobile responsive? I thought checking for the
>> @media query in the CSS files would work, but it's giving me too many
>> incorrect results. (Websites with media queries that do something other
>> than resizing/restyling the website)
>>
>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "scrapy-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/scrapy-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to