我转换为https,并且每个具有内置WP搜索框的页面都会导致页面标记为不安全。例如,这个页面: https://selfreliantschool.com/treat-candida/ 在337行给出错误(使用whynopadlock.com找到)。
第337行是:
<form class="search-form" itemprop="potentialAction" itemscope itemtype="http://schema.org/SearchAction" method="get" action="https://selfreliantschool.com/" role="search"><meta itemprop="target" content="https://selfreliantschool.com/?s={s}"/>
唯一不安全的东西是itemtype,它不应该有所作为。
建议?
答案 0 :(得分:1)
我认为您可以将模板中的itemType
属性更改为https://schema.org/SearchAction
。该网站似乎也支持HTTPS。