【发布时间】:2021-05-21 01:07:17
【问题描述】:
我在运行 google lighthouse 时出错。警告是链接不可抓取。这是来自谷歌灯塔的警告。
<a href="https://www.mywebsite.com/en/test.html" id="multipleStore" target="popup" onclick="window.open('https://www.mywebsite.com/en/test.html','My popup windows open','resizable,height=480,width=875'); return false;">
<p>click me</p>
</a>
【问题讨论】:
标签: javascript html lighthouse