有什么方法可以在我的网站中嵌入 Google 适合移动设备的工具吗?

Is there any way embed Google mobile-friendly tool in my website?

我有一个 PHP 网站,希望我的访问者通过 Google 检查适合移动设备的工具。 https://www.google.com/webmasters/tools/mobile-friendly/

是否可以将此工具嵌入我的网站?或者任何解决方案?

我遇到了同样的问题,最终想出了以下解决方案

<iframe src="https://www.google.com/webmasters/tools/mobile-friendly/" width="600" height="500"> <p>Your browser does not support iframes.</p> </iframe>

这工作得很好,但具有讽刺意味的是,iframe 对所有设备的响应都不够!!正在寻找使 iframe 自动响应的代码,如有任何想法,我们将不胜感激..