I am using responsive design for my webstie, even though in mobile search it going through googleweblight. But developer tool gives 80 marks
I had that problem with one of my sites. Googleweblight removed everything that made the website useful.
I added
<meta http-equiv="Cache-control" content="no-transform">
which seems to have fixed the problem. I’d be interested to know if there is a better solution.
That’s the solution Google recommends.
(I’m moving this to General Web Dev, As it seems to have nothing to do with HTML/CSS.)
1 Like
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.